Implementation of the LDLt sparse solver interface with MUMPS. More...
#include "b2mumps_solver.H"

Public Member Functions | |
| MUMPS_LDLt_seq_sparse_direct_solver (bool definit_positive=false) | |
| The constructor creates a new MUMPS interface datastructure.   | |
| ~MUMPS_LDLt_seq_sparse_direct_solver () override | |
| The destructor instructs MUMPS to close down on all processes.  | |
Implementation of the LDLt sparse solver interface with MUMPS.
      
  | 
  inlineexplicit | 
The constructor creates a new MUMPS interface datastructure.
Creating a new interface data structure involves all processes and sets some basic properties for the MUMPS.
| definit_positive | is optional and indicates whether the symmetric matrix is positive definit. See also the MUMPS documentation for the parameter SYM (User Guide 5.4.1, section 5.2.1). |