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 | Default_v_InitObject (bool declareField) |
void | v_DoInitialise (bool dumpInitialConditions) override |
void | Default_v_DoInitialise (bool dumpInitialConditions) |
void | v_DoSolve () override |
void | Default_v_DoSolve () |
void | v_SetInitialConditions (NekDouble initialtime, bool dumpInitialConditions, const int domain) override |
void | Default_v_SetInitialConditions (NekDouble initialtime, bool dumpInitialConditions, const int domain) |
Array< OneD, NekDouble > | v_EvaluateExactSolution (unsigned int field, const NekDouble time) |
Array< OneD, NekDouble > | Default_v_EvaluateExactSolution (unsigned int field, const NekDouble time) |
NekDouble | v_LinfError (unsigned int field) |
NekDouble | Default_v_LinfError (unsigned int field) |
NekDouble | v_L2Error (unsigned int field) |
NekDouble | Default_v_L2Error (unsigned int field) |
EquationSystem wrapper to handle virtual function calls in EquationSystem
and its subclasses.
Definition at line 48 of file Python/EquationSystem.h.
|
inline |
Constructor, which is identical to Filter.
field | Input field. |
Definition at line 55 of file Python/EquationSystem.h.
|
inline |
Definition at line 90 of file Python/EquationSystem.h.
|
inline |
Definition at line 107 of file Python/EquationSystem.h.
|
inline |
Definition at line 154 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inline |
Definition at line 73 of file Python/EquationSystem.h.
|
inline |
Definition at line 187 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inline |
Definition at line 172 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inline |
Definition at line 127 of file Python/EquationSystem.h.
|
inlineoverride |
Definition at line 78 of file Python/EquationSystem.h.
|
inlineoverride |
Definition at line 95 of file Python/EquationSystem.h.
|
inline |
Definition at line 135 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inlineoverride |
Definition at line 61 of file Python/EquationSystem.h.
|
inline |
Definition at line 177 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inline |
Definition at line 162 of file Python/EquationSystem.h.
References FilterPython_Function::field.
|
inlineoverride |
Definition at line 112 of file Python/EquationSystem.h.