| _assembly_level | Moose::MFEM::EquationSystem | protected |
| _blfs | Moose::MFEM::EquationSystem | protected |
| _block_true_offsets | Moose::MFEM::EquationSystem | protected |
| _coupled_pfespaces | Moose::MFEM::EquationSystem | protected |
| _coupled_var_names | Moose::MFEM::EquationSystem | protected |
| _dt | Moose::MFEM::TimeDependentEquationSystem | protected |
| _eliminated_var_names | Moose::MFEM::EquationSystem | protected |
| _eliminated_variables | Moose::MFEM::EquationSystem | protected |
| _ess_tdof_lists | Moose::MFEM::EquationSystem | protected |
| _essential_bc_map | Moose::MFEM::EquationSystem | protected |
| _gfuncs | Moose::MFEM::EquationSystem | protected |
| _h_blocks | Moose::MFEM::EquationSystem | protected |
| _integrated_bc_map | Moose::MFEM::EquationSystem | protected |
| _jacobian | Moose::MFEM::EquationSystem | mutableprotected |
| _jacobian_blocks | Moose::MFEM::EquationSystem | protected |
| _kernels_map | Moose::MFEM::EquationSystem | protected |
| _lfs | Moose::MFEM::EquationSystem | protected |
| _linear_operator | Moose::MFEM::EquationSystem | mutableprotected |
| _mblfs | Moose::MFEM::EquationSystem | protected |
| _nlfs | Moose::MFEM::EquationSystem | protected |
| _non_linear | Moose::MFEM::EquationSystem | protected |
| _solver_requires_gradient | Moose::MFEM::EquationSystem | protected |
| _td_blfs | Moose::MFEM::TimeDependentEquationSystem | protected |
| _td_kernels_map | Moose::MFEM::TimeDependentEquationSystem | protected |
| _td_mblfs | Moose::MFEM::TimeDependentEquationSystem | protected |
| _test_pfespaces | Moose::MFEM::EquationSystem | protected |
| _test_var_names | Moose::MFEM::EquationSystem | protected |
| _time_derivative_map | Moose::MFEM::TimeDependentEquationSystem | protected |
| _trial_var_names | Moose::MFEM::EquationSystem | protected |
| _var_ess_constraints | Moose::MFEM::EquationSystem | protected |
| AddCoupledVariableNameIfMissing(const std::string &coupled_var_name) | Moose::MFEM::EquationSystem | protectedvirtual |
| AddEliminatedVariableNameIfMissing(const std::string &eliminated_var_name) | Moose::MFEM::EquationSystem | protectedvirtual |
| AddEssentialBC(std::shared_ptr< MFEMEssentialBC > bc) | Moose::MFEM::EquationSystem | virtual |
| AddIntegratedBC(std::shared_ptr< MFEMIntegratedBC > kernel) | Moose::MFEM::EquationSystem | virtual |
| AddKernel(std::shared_ptr< MFEMKernel > kernel) override | Moose::MFEM::TimeDependentEquationSystem | virtual |
| AddTestVariableNameIfMissing(const std::string &test_var_name) | Moose::MFEM::EquationSystem | protectedvirtual |
| ApplyBoundaryBLFIntegrators(const std::string &trial_var_name, const std::string &test_var_name, std::shared_ptr< FormType > form, NamedFieldsMap< NamedFieldsMap< std::vector< std::shared_ptr< MFEMIntegratedBC >>>> &integrated_bc_map, std::optional< mfem::real_t > scale_factor=std::nullopt) | Moose::MFEM::EquationSystem | protected |
| ApplyBoundaryLFIntegrators(const std::string &test_var_name, std::shared_ptr< mfem::ParLinearForm > form, NamedFieldsMap< NamedFieldsMap< std::vector< std::shared_ptr< MFEMIntegratedBC >>>> &integrated_bc_map) | Moose::MFEM::EquationSystem | protected |
| ApplyBoundaryNLFIntegrators(const std::string &test_var_name, std::shared_ptr< mfem::ParNonlinearForm > form, NamedFieldsMap< NamedFieldsMap< std::vector< std::shared_ptr< MFEMIntegratedBC >>>> &integrated_bc_map, std::optional< mfem::real_t > scale_factor=std::nullopt) | Moose::MFEM::EquationSystem | protected |
| ApplyDomainBLFIntegrators(const std::string &trial_var_name, const std::string &test_var_name, std::shared_ptr< FormType > form, NamedFieldsMap< NamedFieldsMap< std::vector< std::shared_ptr< MFEMKernel >>>> &kernels_map, std::optional< mfem::real_t > scale_factor=std::nullopt) | Moose::MFEM::EquationSystem | protected |
| ApplyDomainLFIntegrators(const std::string &test_var_name, std::shared_ptr< mfem::ParLinearForm > form, NamedFieldsMap< NamedFieldsMap< std::vector< std::shared_ptr< MFEMKernel >>>> &kernels_map) | Moose::MFEM::EquationSystem | protected |
| ApplyDomainNLFIntegrators(const std::string &test_var_name, std::shared_ptr< mfem::ParNonlinearForm > form, NamedFieldsMap< NamedFieldsMap< std::vector< std::shared_ptr< MFEMKernel >>>> &kernels_map, std::optional< mfem::real_t > scale_factor=std::nullopt) | Moose::MFEM::EquationSystem | protected |
| ApplyEssentialBC(const std::string &var_name, mfem::ParGridFunction &trial_gf, mfem::Array< int > &global_ess_markers) | Moose::MFEM::EquationSystem | protectedvirtual |
| ApplyEssentialBCs() | Moose::MFEM::EquationSystem | protectedvirtual |
| BuildBilinearForms() override | Moose::MFEM::TimeDependentEquationSystem | protectedvirtual |
| BuildEquationSystem() | Moose::MFEM::EquationSystem | protectedvirtual |
| BuildLinearForms() | Moose::MFEM::EquationSystem | protectedvirtual |
| BuildMixedBilinearForms() override | Moose::MFEM::TimeDependentEquationSystem | protectedvirtual |
| BuildNonlinearForms() override | Moose::MFEM::TimeDependentEquationSystem | protectedvirtual |
| Complex() const | Moose::MFEM::EquationSystem | inlineprotectedvirtual |
| ComputeNonlinearResidual(const mfem::Vector &u, mfem::Vector &residual) const | Moose::MFEM::EquationSystem | virtual |
| DeleteHBlocks() | Moose::MFEM::EquationSystem | protected |
| DeleteJacobianBlocks() | Moose::MFEM::EquationSystem | protected |
| EliminateCoupledVariables() override | Moose::MFEM::TimeDependentEquationSystem | protectedvirtual |
| EquationSystem()=default | Moose::MFEM::EquationSystem | |
| FormJacobianMatrix(const mfem::Vector &u) | Moose::MFEM::EquationSystem | protected |
| FormLinearSystem(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS) | Moose::MFEM::EquationSystem | protectedvirtual |
| FormSystem(mfem::BlockVector &trueX, mfem::BlockVector &trueRHS) | Moose::MFEM::EquationSystem | |
| FormSystemMatrix(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS) | Moose::MFEM::EquationSystem | protectedvirtual |
| FormSystemOperator(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS) | Moose::MFEM::EquationSystem | protectedvirtual |
| GetGradient(const mfem::Vector &u) const override | Moose::MFEM::EquationSystem | |
| GetTestVarNames() const | Moose::MFEM::EquationSystem | inline |
| GetTrialVarNames() const | Moose::MFEM::EquationSystem | inline |
| Init(GridFunctions &gridfunctions, ComplexGridFunctions &cmplx_gridfunctions, mfem::AssemblyLevel assembly_level) | Moose::MFEM::EquationSystem | virtual |
| Mult(const mfem::Vector &u, mfem::Vector &residual) const override | Moose::MFEM::EquationSystem | |
| Nonlinear() const | Moose::MFEM::EquationSystem | inline |
| PrepareLinearSolver(LinearSolverBase &solver) | Moose::MFEM::EquationSystem | |
| SetSolverRequiresGradient(bool requires_gradient) | Moose::MFEM::EquationSystem | inline |
| SetTimeStep(mfem::real_t &dt) | Moose::MFEM::TimeDependentEquationSystem | inlinevirtual |
| SetTrialVariableNames() | Moose::MFEM::EquationSystem | protectedvirtual |
| SetTrialVariablesFromTrueVectors(const mfem::BlockVector &trueX) const | Moose::MFEM::EquationSystem | virtual |
| TimeDependentEquationSystem(const Moose::MFEM::TimeDerivativeMap &time_derivative_map) | Moose::MFEM::TimeDependentEquationSystem | |
| TimeDependentEquationSystemProblemOperator class | Moose::MFEM::TimeDependentEquationSystem | friend |
| VectorContainsName(const std::vector< std::string > &the_vector, const std::string &name) const | Moose::MFEM::EquationSystem | protected |
| ~EquationSystem() override | Moose::MFEM::EquationSystem | |