_assembly_level | Moose::MFEM::EquationSystem | protected |
_blfs | Moose::MFEM::EquationSystem | protected |
_dt_coef | Moose::MFEM::TimeDependentEquationSystem | protected |
_dxdts | Moose::MFEM::EquationSystem | protected |
_ess_tdof_lists | Moose::MFEM::EquationSystem | |
_essential_bc_map | Moose::MFEM::EquationSystem | protected |
_h_blocks | Moose::MFEM::EquationSystem | protected |
_integrated_bc_map | Moose::MFEM::EquationSystem | protected |
_jacobian | Moose::MFEM::EquationSystem | mutableprotected |
_kernels_map | Moose::MFEM::EquationSystem | protected |
_lfs | Moose::MFEM::EquationSystem | protected |
_mblfs | Moose::MFEM::EquationSystem | protected |
_nlfs | Moose::MFEM::EquationSystem | protected |
_td_blfs | Moose::MFEM::TimeDependentEquationSystem | protected |
_td_kernels_map | Moose::MFEM::TimeDependentEquationSystem | protected |
_test_pfespaces | Moose::MFEM::EquationSystem | protected |
_test_var_names | Moose::MFEM::EquationSystem | protected |
_trial_var_names | Moose::MFEM::EquationSystem | protected |
_trial_var_time_derivative_names | Moose::MFEM::TimeDependentEquationSystem | protected |
_trial_variables | Moose::MFEM::EquationSystem | protected |
_xs | Moose::MFEM::EquationSystem | protected |
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 | virtual |
AddTrialVariableNameIfMissing(const std::string &trial_var_name) override | Moose::MFEM::TimeDependentEquationSystem | virtual |
ApplyBoundaryBLFIntegrators(const std::string &trial_var_name, const std::string &test_var_name, std::shared_ptr< FormType > form, Moose::MFEM::NamedFieldsMap< Moose::MFEM::NamedFieldsMap< std::vector< std::shared_ptr< MFEMIntegratedBC >>>> &integrated_bc_map) | Moose::MFEM::EquationSystem | protected |
ApplyBoundaryLFIntegrators(const std::string &test_var_name, std::shared_ptr< mfem::ParLinearForm > form, Moose::MFEM::NamedFieldsMap< Moose::MFEM::NamedFieldsMap< std::vector< std::shared_ptr< MFEMIntegratedBC >>>> &integrated_bc_map) | Moose::MFEM::EquationSystem | inlineprotected |
ApplyDomainBLFIntegrators(const std::string &trial_var_name, const std::string &test_var_name, std::shared_ptr< FormType > form, Moose::MFEM::NamedFieldsMap< Moose::MFEM::NamedFieldsMap< std::vector< std::shared_ptr< MFEMKernel >>>> &kernels_map) | Moose::MFEM::EquationSystem | protected |
ApplyDomainLFIntegrators(const std::string &test_var_name, std::shared_ptr< mfem::ParLinearForm > form, Moose::MFEM::NamedFieldsMap< Moose::MFEM::NamedFieldsMap< std::vector< std::shared_ptr< MFEMKernel >>>> &kernels_map) | Moose::MFEM::EquationSystem | inlineprotected |
ApplyEssentialBCs() | Moose::MFEM::EquationSystem | virtual |
BuildBilinearForms() override | Moose::MFEM::TimeDependentEquationSystem | virtual |
BuildEquationSystem() | Moose::MFEM::EquationSystem | virtual |
BuildJacobian(mfem::BlockVector &trueX, mfem::BlockVector &trueRHS) | Moose::MFEM::EquationSystem | virtual |
BuildLinearForms() | Moose::MFEM::EquationSystem | virtual |
BuildMixedBilinearForms() | Moose::MFEM::EquationSystem | virtual |
DeleteAllBlocks() | Moose::MFEM::EquationSystem | protected |
EquationSystem()=default | Moose::MFEM::EquationSystem | |
FormLegacySystem(mfem::OperatorHandle &op, mfem::BlockVector &truedXdt, mfem::BlockVector &trueRHS) override | Moose::MFEM::TimeDependentEquationSystem | virtual |
FormLinearSystem(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS) | Moose::MFEM::EquationSystem | virtual |
FormSystem(mfem::OperatorHandle &op, mfem::BlockVector &truedXdt, mfem::BlockVector &trueRHS) override | Moose::MFEM::TimeDependentEquationSystem | virtual |
GetGradient(const mfem::Vector &u) const override | Moose::MFEM::EquationSystem | |
Init(Moose::MFEM::GridFunctions &gridfunctions, const Moose::MFEM::FESpaces &fespaces, mfem::AssemblyLevel assembly_level) | Moose::MFEM::EquationSystem | virtual |
Mult(const mfem::Vector &u, mfem::Vector &residual) const override | Moose::MFEM::EquationSystem | |
RecoverFEMSolution(mfem::BlockVector &trueX, Moose::MFEM::GridFunctions &gridfunctions) | Moose::MFEM::EquationSystem | virtual |
SetTimeStep(double dt) | Moose::MFEM::TimeDependentEquationSystem | virtual |
TestVarNames() const | Moose::MFEM::EquationSystem | inline |
TimeDependentEquationSystem() | Moose::MFEM::TimeDependentEquationSystem | |
TrialVarNames() const | Moose::MFEM::EquationSystem | inline |
TrialVarTimeDerivativeNames() const | Moose::MFEM::TimeDependentEquationSystem | inline |
UpdateEquationSystem() | Moose::MFEM::TimeDependentEquationSystem | virtual |
VectorContainsName(const std::vector< std::string > &the_vector, const std::string &name) const | Moose::MFEM::EquationSystem | protected |
~EquationSystem() override | Moose::MFEM::EquationSystem | |