https://mooseframework.inl.gov
Moose::MFEM::TimeDependentEquationSystem Member List

This is the complete list of members for Moose::MFEM::TimeDependentEquationSystem, including all inherited members.

_assembly_levelMoose::MFEM::EquationSystemprotected
_blfsMoose::MFEM::EquationSystemprotected
_coupled_pfespacesMoose::MFEM::EquationSystemprotected
_coupled_var_namesMoose::MFEM::EquationSystemprotected
_dt_coefMoose::MFEM::TimeDependentEquationSystemprotected
_eliminated_var_namesMoose::MFEM::EquationSystemprotected
_eliminated_variablesMoose::MFEM::EquationSystemprotected
_ess_tdof_listsMoose::MFEM::EquationSystem
_essential_bc_mapMoose::MFEM::EquationSystemprotected
_h_blocksMoose::MFEM::EquationSystemprotected
_integrated_bc_mapMoose::MFEM::EquationSystemprotected
_jacobianMoose::MFEM::EquationSystemmutableprotected
_kernels_mapMoose::MFEM::EquationSystemprotected
_lfsMoose::MFEM::EquationSystemprotected
_mblfsMoose::MFEM::EquationSystemprotected
_nlfsMoose::MFEM::EquationSystemprotected
_td_blfsMoose::MFEM::TimeDependentEquationSystemprotected
_td_kernels_mapMoose::MFEM::TimeDependentEquationSystemprotected
_td_mblfsMoose::MFEM::TimeDependentEquationSystemprotected
_td_var_ess_constraintsMoose::MFEM::TimeDependentEquationSystemprotected
_test_pfespacesMoose::MFEM::EquationSystemprotected
_test_var_namesMoose::MFEM::EquationSystemprotected
_time_derivative_mapMoose::MFEM::TimeDependentEquationSystemprotected
_trial_var_namesMoose::MFEM::EquationSystemprotected
_var_ess_constraintsMoose::MFEM::EquationSystemprotected
AddCoupledVariableNameIfMissing(const std::string &coupled_var_name)Moose::MFEM::EquationSystemvirtual
AddEssentialBC(std::shared_ptr< MFEMEssentialBC > bc)Moose::MFEM::EquationSystemvirtual
AddIntegratedBC(std::shared_ptr< MFEMIntegratedBC > kernel)Moose::MFEM::EquationSystemvirtual
AddKernel(std::shared_ptr< MFEMKernel > kernel) overrideMoose::MFEM::TimeDependentEquationSystemvirtual
AddTestVariableNameIfMissing(const std::string &test_var_name)Moose::MFEM::EquationSystemvirtual
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::EquationSystemprotected
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::EquationSysteminlineprotected
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::EquationSystemprotected
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::EquationSysteminlineprotected
ApplyEssentialBC(const std::string &test_var_name, mfem::ParGridFunction &trial_gf, mfem::Array< int > &global_ess_markers)Moose::MFEM::EquationSystemvirtual
ApplyEssentialBCs() overrideMoose::MFEM::TimeDependentEquationSystemvirtual
AssembleJacobian(Moose::MFEM::NamedFieldsMap< mfem::ParBilinearForm > &jac_blfs, Moose::MFEM::NamedFieldsMap< Moose::MFEM::NamedFieldsMap< mfem::ParMixedBilinearForm >> &jac_mblfs, Moose::MFEM::NamedFieldsMap< mfem::ParLinearForm > &rhs_lfs, std::vector< mfem::Array< int >> &ess_tdof_lists, std::vector< std::unique_ptr< mfem::ParGridFunction >> &var_ess_constraints, mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS)Moose::MFEM::EquationSystem
BuildBilinearForms() overrideMoose::MFEM::TimeDependentEquationSystemvirtual
BuildEquationSystem()Moose::MFEM::EquationSystemvirtual
BuildJacobian(mfem::BlockVector &trueX, mfem::BlockVector &trueRHS)Moose::MFEM::EquationSystemvirtual
BuildLinearForms()Moose::MFEM::EquationSystemvirtual
BuildMixedBilinearForms() overrideMoose::MFEM::TimeDependentEquationSystemvirtual
DeleteAllBlocks()Moose::MFEM::EquationSystemprotected
EliminateCoupledVariables() overrideMoose::MFEM::TimeDependentEquationSystemvirtual
EquationSystem()=defaultMoose::MFEM::EquationSystem
FormLegacySystem(mfem::OperatorHandle &op, mfem::BlockVector &truedXdt, mfem::BlockVector &trueRHS) overrideMoose::MFEM::TimeDependentEquationSystemvirtual
FormLinearSystem(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS)Moose::MFEM::EquationSystemvirtual
FormSystem(mfem::OperatorHandle &op, mfem::BlockVector &truedXdt, mfem::BlockVector &trueRHS) overrideMoose::MFEM::TimeDependentEquationSystemvirtual
GetGradient(const mfem::Vector &u) const overrideMoose::MFEM::EquationSystem
Init(Moose::MFEM::GridFunctions &gridfunctions, mfem::AssemblyLevel assembly_level) overrideMoose::MFEM::TimeDependentEquationSystemvirtual
Mult(const mfem::Vector &u, mfem::Vector &residual) const overrideMoose::MFEM::EquationSystem
RecoverFEMSolution(mfem::BlockVector &trueX, Moose::MFEM::GridFunctions &gridfunctions)Moose::MFEM::EquationSystemvirtual
ScaleAndAddBLFIntegrators(std::shared_ptr< FormType > source_blf, std::shared_ptr< FormType > target_blf, mfem::real_t scale_factor)Moose::MFEM::TimeDependentEquationSysteminline
SetTimeStep(mfem::real_t dt)Moose::MFEM::TimeDependentEquationSystemvirtual
SetTrialVariableNames() overrideMoose::MFEM::TimeDependentEquationSystemprivatevirtual
TestVarNames() constMoose::MFEM::EquationSysteminline
TimeDependentEquationSystem(const Moose::MFEM::TimeDerivativeMap &time_derivative_map)Moose::MFEM::TimeDependentEquationSystem
TrialVarNames() constMoose::MFEM::EquationSysteminline
UpdateEquationSystem()Moose::MFEM::TimeDependentEquationSystemvirtual
VectorContainsName(const std::vector< std::string > &the_vector, const std::string &name) constMoose::MFEM::EquationSystemprotected
~EquationSystem() overrideMoose::MFEM::EquationSystem