Nektar++
|
EquationSystem wrapper to handle virtual function calls in EquationSystem
and its subclasses.
More...
#include <EquationSystem.h>
Public Member Functions | |
EquationSystemWrap (LibUtilities::SessionReaderSharedPtr session, SpatialDomains::MeshGraphSharedPtr graph) | |
Constructor, which is identical to Filter. More... | |
void | v_InitObject (bool declareField) override |
void | v_DoInitialise (bool dumpInitialConditions) override |
void | v_DoSolve () override |
void | v_SetInitialConditions (NekDouble initialtime, bool dumpInitialConditions, const int domain) override |
Static Public Member Functions | |
static Array< OneD, NekDouble > | EvaluateExactSolution (std::shared_ptr< EquationSystemWrap > eqsys, unsigned int field, const NekDouble time) |
static NekDouble | LinfError (std::shared_ptr< EquationSystemWrap > eqsys, unsigned int field) |
static NekDouble | L2Error (std::shared_ptr< EquationSystemWrap > eqsys, unsigned int field) |
EquationSystem wrapper to handle virtual function calls in EquationSystem
and its subclasses.
Definition at line 52 of file Python/EquationSystem.h.
|
inline |
Constructor, which is identical to Filter.
field | Input field. |
Definition at line 59 of file Python/EquationSystem.h.
|
inlinestatic |
Definition at line 91 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inlinestatic |
Definition at line 126 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inlinestatic |
Definition at line 112 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inlineoverride |
Definition at line 71 of file Python/EquationSystem.h.
References EquationSystemWrap< T >::v_DoInitialise().
Referenced by EquationSystemWrap< T >::v_DoInitialise().
|
inlineoverride |
Definition at line 77 of file Python/EquationSystem.h.
References EquationSystemWrap< T >::v_DoSolve().
Referenced by EquationSystemWrap< T >::v_DoSolve().
|
inlineoverride |
Definition at line 65 of file Python/EquationSystem.h.
References EquationSystemWrap< T >::v_InitObject().
Referenced by EquationSystemWrap< T >::v_InitObject().
|
inlineoverride |
Definition at line 82 of file Python/EquationSystem.h.
References EquationSystemWrap< T >::v_SetInitialConditions().
Referenced by EquationSystemWrap< T >::v_SetInitialConditions().