This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Multistage solver - mass matrix

0 votes

Hello,
Is there any way of incorporating mass matrix for transient problems solved with built-in multistage schemes like:

scheme = BDF1(F, u, t, [bc])
solver = RKSolver(scheme)

Do i have to invert it manually and multiply by variational form F?

asked Feb 10, 2016 by bp FEniCS Novice (520 points)
...