|
libMesh
|
#include <eim_classes.h>
Public Member Functions | |
| SimpleEIMEvaluation (const libMesh::Parallel::Communicator &comm) | |
| SimpleEIMEvaluation (const libMesh::Parallel::Communicator &comm) | |
| virtual std::unique_ptr< RBTheta > | build_eim_theta (unsigned int index) |
| Build a ThetaEIM rather than an RBEIMTheta. More... | |
Public Attributes | |
| ShiftedGaussian | sg |
| Parametrized function that we approximate with EIM. More... | |
| Gx | g_x |
| Parametrized functions that we approximate with EIM. More... | |
| Gy | g_y |
| Gz | g_z |
Definition at line 23 of file eim_classes.h.
|
inline |
Definition at line 27 of file eim_classes.h.
References sg.
|
inline |
|
inlinevirtual |
Build a ThetaEIM rather than an RBEIMTheta.
Definition at line 34 of file eim_classes.h.
| Gx SimpleEIMEvaluation::g_x |
Parametrized functions that we approximate with EIM.
Definition at line 42 of file eim_classes.h.
Referenced by SimpleEIMEvaluation().
| Gy SimpleEIMEvaluation::g_y |
Definition at line 43 of file eim_classes.h.
Referenced by SimpleEIMEvaluation().
| Gz SimpleEIMEvaluation::g_z |
Definition at line 44 of file eim_classes.h.
Referenced by SimpleEIMEvaluation().
| ShiftedGaussian SimpleEIMEvaluation::sg |
Parametrized function that we approximate with EIM.
Definition at line 36 of file eim_classes.h.
Referenced by SimpleEIMEvaluation().
1.8.16