10 #ifdef MOOSE_MFEM_ENABLED 22 "parallel using the SuperLU_DIST library.");
42 mooseError(
"SuperLU solver does not support LOR solve");
void constructSolver() override
Override in derived classes to construct and set the solver options.
static InputParameters validParams()
MFEMProblem & getMFEMProblem()
Return the owning MFEM problem.
Wrapper for Moose::MFEM::SuperLUSolver.
static InputParameters validParams()
void updateSolver(mfem::ParBilinearForm &a, mfem::Array< int > &tdofs) override
Updates the solver with the bilinear form in case LOR solve is required.
registerMooseObject("MooseApp", MFEMSuperLU)
MFEMSuperLU(const InputParameters ¶meters)
MPI_Comm getComm()
Return the MPI communicator associated with this FE problem's mesh.
bool _lor
Variable defining whether to use LOR solver.
Base class for wrapping mfem::Solver-derived classes.
void mooseError(Args &&... args) const
Emits an error prefixed with object name and type and optionally a file path to the top-level block p...
std::unique_ptr< mfem::Solver > _solver
Solver to be used for the problem.