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

How to add mumps solver if fenics was built using anaconda?

+4 votes

I built fenics using the anaconda pre-built package. However, mumps was not added as one of the linear solvers. The linear solvers I have:

Solver method | Description


bicgstab | Biconjugate gradient stabilized method
cg | Conjugate gradient method
default | default linear solver
gmres | Generalized minimal residual method
minres | Minimal residual method
petsc | PETSc built in LU solver
richardson | Richardson method
tfqmr | Transpose-free quasi-minimal residual method
umfpack | UMFPACK (Unsymmetric MultiFrontal sparse LU factorization)

Is it possible to add mumps now?
Thanks

asked Jun 30, 2017 by vivekkr1809 FEniCS Novice (510 points)
edited Jun 30, 2017 by vivekkr1809
...