Hamed, On Monday, October 24, 2016 at 9:17:39 PM UTC-4, Hamed Babaei wrote:
> I have installed Dealii and all of its dependent libraries (Petsc, > Trilinos, P4est ...) via Candi (https://github.com/koecher/candi). I was > wondering which direct solver I should use which works the same as > SparseDirectUMFPACK and how to make dealii know them. > You can try superlu_dist. You will need to uncomment superlu_dist in candi.cfg and recompile everything. You will need to use TrilinosWrappers::SolverDirect though. Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
