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
_block_true_offsetsMoose::MFEM::EquationSystemprotected
_coupled_pfespacesMoose::MFEM::EquationSystemprotected
_coupled_var_namesMoose::MFEM::EquationSystemprotected
_dtMoose::MFEM::TimeDependentEquationSystemprotected
_eliminated_var_namesMoose::MFEM::EquationSystemprotected
_eliminated_variablesMoose::MFEM::EquationSystemprotected
_ess_tdof_listsMoose::MFEM::EquationSystemprotected
_essential_bc_mapMoose::MFEM::EquationSystemprotected
_gfuncsMoose::MFEM::EquationSystemprotected
_h_blocksMoose::MFEM::EquationSystemprotected
_integrated_bc_mapMoose::MFEM::EquationSystemprotected
_jacobianMoose::MFEM::EquationSystemmutableprotected
_jacobian_blocksMoose::MFEM::EquationSystemprotected
_kernels_mapMoose::MFEM::EquationSystemprotected
_lfsMoose::MFEM::EquationSystemprotected
_linear_operatorMoose::MFEM::EquationSystemmutableprotected
_mblfsMoose::MFEM::EquationSystemprotected
_nlfsMoose::MFEM::EquationSystemprotected
_non_linearMoose::MFEM::EquationSystemprotected
_solver_requires_gradientMoose::MFEM::EquationSystemprotected
_td_blfsMoose::MFEM::TimeDependentEquationSystemprotected
_td_kernels_mapMoose::MFEM::TimeDependentEquationSystemprotected
_td_mblfsMoose::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::EquationSystemprotectedvirtual
AddEliminatedVariableNameIfMissing(const std::string &eliminated_var_name)Moose::MFEM::EquationSystemprotectedvirtual
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::EquationSystemprotectedvirtual
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::EquationSystemprotected
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::EquationSystemprotected
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::EquationSystemprotected
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::EquationSystemprotected
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::EquationSystemprotected
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::EquationSystemprotected
ApplyEssentialBC(const std::string &var_name, mfem::ParGridFunction &trial_gf, mfem::Array< int > &global_ess_markers)Moose::MFEM::EquationSystemprotectedvirtual
ApplyEssentialBCs()Moose::MFEM::EquationSystemprotectedvirtual
BuildBilinearForms() overrideMoose::MFEM::TimeDependentEquationSystemprotectedvirtual
BuildEquationSystem()Moose::MFEM::EquationSystemprotectedvirtual
BuildLinearForms()Moose::MFEM::EquationSystemprotectedvirtual
BuildMixedBilinearForms() overrideMoose::MFEM::TimeDependentEquationSystemprotectedvirtual
BuildNonlinearForms() overrideMoose::MFEM::TimeDependentEquationSystemprotectedvirtual
Complex() constMoose::MFEM::EquationSysteminlineprotectedvirtual
ComputeNonlinearResidual(const mfem::Vector &u, mfem::Vector &residual) constMoose::MFEM::EquationSystemvirtual
DeleteHBlocks()Moose::MFEM::EquationSystemprotected
DeleteJacobianBlocks()Moose::MFEM::EquationSystemprotected
EliminateCoupledVariables() overrideMoose::MFEM::TimeDependentEquationSystemprotectedvirtual
EquationSystem()=defaultMoose::MFEM::EquationSystem
FormJacobianMatrix(const mfem::Vector &u)Moose::MFEM::EquationSystemprotected
FormLinearSystem(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS)Moose::MFEM::EquationSystemprotectedvirtual
FormSystem(mfem::BlockVector &trueX, mfem::BlockVector &trueRHS)Moose::MFEM::EquationSystem
FormSystemMatrix(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS)Moose::MFEM::EquationSystemprotectedvirtual
FormSystemOperator(mfem::OperatorHandle &op, mfem::BlockVector &trueX, mfem::BlockVector &trueRHS)Moose::MFEM::EquationSystemprotectedvirtual
GetGradient(const mfem::Vector &u) const overrideMoose::MFEM::EquationSystem
GetTestVarNames() constMoose::MFEM::EquationSysteminline
GetTrialVarNames() constMoose::MFEM::EquationSysteminline
Init(GridFunctions &gridfunctions, ComplexGridFunctions &cmplx_gridfunctions, mfem::AssemblyLevel assembly_level)Moose::MFEM::EquationSystemvirtual
Mult(const mfem::Vector &u, mfem::Vector &residual) const overrideMoose::MFEM::EquationSystem
Nonlinear() constMoose::MFEM::EquationSysteminline
PrepareLinearSolver(LinearSolverBase &solver)Moose::MFEM::EquationSystem
SetSolverRequiresGradient(bool requires_gradient)Moose::MFEM::EquationSysteminline
SetTimeStep(mfem::real_t &dt)Moose::MFEM::TimeDependentEquationSysteminlinevirtual
SetTrialVariableNames()Moose::MFEM::EquationSystemprotectedvirtual
SetTrialVariablesFromTrueVectors(const mfem::BlockVector &trueX) constMoose::MFEM::EquationSystemvirtual
TimeDependentEquationSystem(const Moose::MFEM::TimeDerivativeMap &time_derivative_map)Moose::MFEM::TimeDependentEquationSystem
TimeDependentEquationSystemProblemOperator classMoose::MFEM::TimeDependentEquationSystemfriend
VectorContainsName(const std::vector< std::string > &the_vector, const std::string &name) constMoose::MFEM::EquationSystemprotected
~EquationSystem() overrideMoose::MFEM::EquationSystem