10 #ifdef MOOSE_MFEM_ENABLED 22 "parallel using the MUMPS library.");
23 params.
addParam<
int>(
"print_level", 2,
"Set the solver verbosity.");
37 solver->iterative_mode = getParam<bool>(
"use_initial_guess");
38 solver->SetPrintLevel(getParam<int>(
"print_level"));
Wrapper for mfem::MUMPSSolver.
void ConstructSolver() override
Override in derived classes to construct and set the solver options.
MFEMProblem & getMFEMProblem()
Return the owning MFEM problem.
registerMooseObject("MooseApp", MFEMMUMPS)
std::unique_ptr< mfem::Solver > _solver
Solver to be used for the problem.
static InputParameters validParams()
MPI_Comm getComm()
Return the MPI communicator associated with this FE problem's mesh.
MFEMMUMPS(const InputParameters ¶meters)
static InputParameters validParams()
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...