https://mooseframework.inl.gov
Public Member Functions | List of all members
Moose::MFEM::EquationSystemInterface Class Referenceabstract

Interface required for: More...

#include <EquationSystemInterface.h>

Inheritance diagram for Moose::MFEM::EquationSystemInterface:
[legend]

Public Member Functions

 EquationSystemInterface ()=default
 
virtual ~EquationSystemInterface ()=default
 
virtual Moose::MFEM::EquationSystemGetEquationSystem () const =0
 Returns a pointer to the operator's equation system. More...
 

Detailed Description

Interface required for:

Definition at line 22 of file EquationSystemInterface.h.

Constructor & Destructor Documentation

◆ EquationSystemInterface()

Moose::MFEM::EquationSystemInterface::EquationSystemInterface ( )
default

◆ ~EquationSystemInterface()

virtual Moose::MFEM::EquationSystemInterface::~EquationSystemInterface ( )
virtualdefault

Member Function Documentation

◆ GetEquationSystem()

virtual Moose::MFEM::EquationSystem* Moose::MFEM::EquationSystemInterface::GetEquationSystem ( ) const
pure virtual

Returns a pointer to the operator's equation system.

Implemented in Moose::MFEM::TimeDomainEquationSystemProblemOperator, and Moose::MFEM::EquationSystemProblemOperator.


The documentation for this class was generated from the following file: