10 #ifdef MOOSE_MFEM_ENABLED 29 std::shared_ptr<mfem::ParMesh>
pmesh{
nullptr};
36 std::shared_ptr<Moose::MFEM::EquationSystem>
eqn_system{
nullptr};
49 std::shared_ptr<MFEMRefinementMarker>
refiner;
std::shared_ptr< mfem::ParMesh > pmesh
Base problem data struct.
Moose::MFEM::ComplexGridFunctions cmplx_gridfunctions
std::shared_ptr< Moose::MFEM::LinearSolverBase > jacobian_solver
Front-end class for creating and storing MFEM coefficients.
Lightweight adaptor over a std::map relating names of GridFunctions with the name of their time deriv...
std::unique_ptr< mfem::ODESolver > ode_solver
Moose::MFEM::FESpaces fespaces
Moose::MFEM::SubMeshes submeshes
Moose::MFEM::FECollections fecs
Moose::MFEM::CoefficientManager coefficients
MFEMProblemData()=default
std::shared_ptr< Moose::MFEM::EquationSystem > eqn_system
std::shared_ptr< Moose::MFEM::NonlinearSolverBase > nonlinear_solver
std::shared_ptr< MFEMRefinementMarker > refiner
std::string mode_separator
virtual ~MFEMProblemData()
Moose::MFEM::GridFunctions gridfunctions
Moose::MFEM::TimeDerivativeMap time_derivative_map