Dear Libmesh developers/users,
I have the following question:

How to configure the linear solver of a linear system to use MUMPS 
package available though PETSc?
In PETSc I would do something like this:

  ierr = KSPSetType(ksp,KSPPREONLY);
  ierr = PCSetType(pc,PCLU);
  ierr = PCFactorSetMatSolverPackage(pc,MATSOLVERMUMPS);

How to do this in libmesh?
Thank you,
Michael.

-- 
Michael Povolotskyi, PhD
Research Assistant Professor
Network for Computational Nanotechnology
Hall for Discover and Learning Research, Room 441
207 South Martin Jischke Drive
West Lafayette, IN 47907
Phone (765) 4949396


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to