File mumps_laplace.hxx¶
Defines
-
MUMPS_JOB_INIT
¶
-
MUMPS_JOB_END
¶
-
MUMPS_JOB_ANALYSIS
¶
-
MUMPS_JOB_FACTORIZATION
¶
-
MUMPS_JOB_SOLUTION
¶
-
MUMPS_JOB_ANALYSIS_AND_FACTORIZATION
¶
-
MUMPS_JOB_BOTH
¶
-
MUMPS_JOB_ALL
¶
-
class
LaplaceMumps
: public Laplacian¶ Public Functions
-
LaplaceMumps
(Options *opt = nullptr, const CELL_LOC loc = CELL_CENTRE, Mesh *mesh_in = nullptr)¶
-
~LaplaceMumps
()¶
-
bool
uses3DCoefs
() const¶ Does this solver use Field3D coefficients (true) or only their DC component (false)
-
void
setFlags
(int f)¶
Private Functions
Private Members
-
bool
issetD
¶
-
bool
issetC
¶
-
bool
issetE
¶
-
int
localrhssize
¶
-
Array<int>
localrhs_size_array
¶
-
Array<int>
rhs_positions
¶
-
int
Istart
¶
-
int
Iend
¶
-
int
meshx
¶
-
int
meshz
¶
-
int
size
¶
-
int
localN
¶
-
int
nxguards
¶
-
MPI_Comm
comm
¶
-
bool
fourth_order
¶
-
int
implemented_flags
¶
-
int
implemented_boundary_flags
¶
-
DMUMPS_STRUC_C
mumps_struc
¶
-