10#ifdef MOOSE_MFEM_ENABLED
29 std::shared_ptr<mfem::ParMesh>
pmesh{
nullptr};
37 std::shared_ptr<Moose::MFEM::EquationSystem>
eqn_system{
nullptr};
50 std::shared_ptr<MFEMRefinementMarker>
refiner;
Front-end class for creating and storing MFEM coefficients.
Lightweight adaptor over an std::map from strings to pointer to T.
Lightweight adaptor over a std::map relating names of GridFunctions with the name of their time deriv...
Base problem data struct.
std::shared_ptr< Moose::MFEM::LinearSolverBase > jacobian_solver
Moose::MFEM::FESpaces fespaces
Moose::MFEM::SubMeshes submeshes
std::shared_ptr< Moose::MFEM::EquationSystem > eqn_system
Moose::MFEM::TimeDerivativeMap time_derivative_map
std::string mode_separator
MFEMProblemData()=default
Moose::MFEM::CoefficientManager coefficients
Moose::MFEM::ComplexGridFunctions cmplx_gridfunctions
std::unique_ptr< mfem::ODESolver > ode_solver
std::shared_ptr< MFEMRefinementMarker > refiner
mfem::BlockVector true_solution
Persistent true-DoF solution vector backing trial grid functions after problem operator init.
Moose::MFEM::FECollections fecs
std::shared_ptr< mfem::ParMesh > pmesh
std::shared_ptr< Moose::MFEM::NonlinearSolverBase > nonlinear_solver
virtual ~MFEMProblemData()
Moose::MFEM::GridFunctions gridfunctions
Moose::MFEM::FESpaceHierarchies fespace_hierarchies