Hello
I need to set the linear solver to MUMPS. I try to use
prm = solver.parameters
prm['linear_solver']='mumps'
but I received the error
*** Error: Unable to solve linear system.
*** Reason: Unknown solver method "mumps". Use list_linear_solver_methods() to list available methods.
How is the right way to set it? I'm using DOLFIN 1.5.
Best regard
Valentina