Steady-state problem operator with an equation system. More...
#include <EquationSystemProblemOperator.h>
Public Member Functions | |
EquationSystemProblemOperator (MFEMProblemData &problem) | |
void | SetGridFunctions () override |
void | Init (mfem::BlockVector &X) override |
virtual void | Solve (mfem::Vector &X) override |
Moose::MFEM::EquationSystem * | GetEquationSystem () const override |
Returns a pointer to the operator's equation system. More... | |
void | Mult (const mfem::Vector &, mfem::Vector &) const override |
virtual void | SetTestVariablesFromTrueVectors () |
virtual void | SetTrialVariablesFromTrueVectors () |
Public Attributes | |
mfem::Array< int > | _block_true_offsets |
mfem::BlockVector | _true_x |
mfem::BlockVector | _true_rhs |
mfem::OperatorHandle | _equation_system_operator |
Protected Attributes | |
MFEMProblemData & | _problem |
std::vector< std::string > | _test_var_names |
std::vector< mfem::ParGridFunction * > | _test_variables |
std::vector< std::string > | _trial_var_names |
std::vector< mfem::ParGridFunction * > | _trial_variables |
Private Attributes | |
std::shared_ptr< Moose::MFEM::EquationSystem > | _equation_system {nullptr} |
Steady-state problem operator with an equation system.
Definition at line 19 of file EquationSystemProblemOperator.h.
|
inline |
Definition at line 22 of file EquationSystemProblemOperator.h.
|
inlineoverridevirtual |
Returns a pointer to the operator's equation system.
Implements Moose::MFEM::EquationSystemInterface.
Definition at line 31 of file EquationSystemProblemOperator.h.
Referenced by Init(), SetGridFunctions(), and Solve().
|
overridevirtual |
Reimplemented from Moose::MFEM::ProblemOperatorInterface.
Definition at line 24 of file EquationSystemProblemOperator.C.
|
inlineoverrideinherited |
Definition at line 27 of file ProblemOperator.h.
|
overridevirtual |
Reimplemented from Moose::MFEM::ProblemOperatorInterface.
Definition at line 17 of file EquationSystemProblemOperator.C.
|
virtualinherited |
Definition at line 47 of file ProblemOperatorInterface.C.
Referenced by Moose::MFEM::TimeDomainEquationSystemProblemOperator::ImplicitSolve().
|
virtualinherited |
Definition at line 56 of file ProblemOperatorInterface.C.
Referenced by Moose::MFEM::TimeDomainEquationSystemProblemOperator::ImplicitSolve().
|
overridevirtual |
Reimplemented from Moose::MFEM::ProblemOperator.
Definition at line 32 of file EquationSystemProblemOperator.C.
|
inherited |
Definition at line 29 of file ProblemOperatorInterface.h.
Referenced by Moose::MFEM::TimeDomainEquationSystemProblemOperator::ImplicitSolve(), Moose::MFEM::ProblemOperatorInterface::Init(), Moose::MFEM::ProblemOperatorInterface::SetGridFunctions(), Moose::MFEM::ProblemOperator::SetGridFunctions(), and Moose::MFEM::TimeDomainProblemOperator::SetGridFunctions().
|
private |
Definition at line 42 of file EquationSystemProblemOperator.h.
Referenced by GetEquationSystem(), and Solve().
|
inherited |
Definition at line 32 of file ProblemOperatorInterface.h.
|
protectedinherited |
|
protectedinherited |
Definition at line 40 of file ProblemOperatorInterface.h.
Referenced by Moose::MFEM::ProblemOperatorInterface::SetGridFunctions(), and Moose::MFEM::TimeDomainEquationSystemProblemOperator::SetGridFunctions().
|
protectedinherited |
Definition at line 41 of file ProblemOperatorInterface.h.
Referenced by Moose::MFEM::ProblemOperatorInterface::Init(), Moose::MFEM::ProblemOperatorInterface::SetGridFunctions(), and Moose::MFEM::ProblemOperatorInterface::SetTestVariablesFromTrueVectors().
|
protectedinherited |
Definition at line 45 of file ProblemOperatorInterface.h.
Referenced by Moose::MFEM::ProblemOperatorInterface::SetGridFunctions(), SetGridFunctions(), and Moose::MFEM::TimeDomainEquationSystemProblemOperator::SetGridFunctions().
|
protectedinherited |
Definition at line 46 of file ProblemOperatorInterface.h.
Referenced by Moose::MFEM::TimeDomainEquationSystemProblemOperator::ImplicitSolve(), Moose::MFEM::ProblemOperator::SetGridFunctions(), Moose::MFEM::ProblemOperatorInterface::SetGridFunctions(), Moose::MFEM::TimeDomainProblemOperator::SetGridFunctions(), and Moose::MFEM::ProblemOperatorInterface::SetTrialVariablesFromTrueVectors().
|
inherited |
|
inherited |
Definition at line 31 of file ProblemOperatorInterface.h.
Referenced by Moose::MFEM::TimeDomainEquationSystemProblemOperator::BuildEquationSystemOperator(), Moose::MFEM::ProblemOperatorInterface::SetGridFunctions(), and Solve().