Interface required for: More...
#include <EquationSystemInterface.h>
Public Member Functions | |
EquationSystemInterface ()=default | |
virtual | ~EquationSystemInterface ()=default |
virtual Moose::MFEM::EquationSystem * | GetEquationSystem () const =0 |
Returns a pointer to the operator's equation system. More... | |
Interface required for:
Definition at line 22 of file EquationSystemInterface.h.
|
default |
|
virtualdefault |
|
pure virtual |
Returns a pointer to the operator's equation system.
Implemented in Moose::MFEM::TimeDomainEquationSystemProblemOperator, and Moose::MFEM::EquationSystemProblemOperator.