#include <eim_classes.h>
Definition at line 23 of file eim_classes.h.
◆ SimpleEIMEvaluation() [1/2]
Definition at line 27 of file eim_classes.h.
27 :
29 {
30 set_parametrized_function(std::make_unique<ShiftedGaussian>());
31 }
This class enables evaluation of an Empirical Interpolation Method (EIM) approximation.
◆ SimpleEIMEvaluation() [2/2]
Definition at line 23 of file eim_classes.h.
24 : RBEIMEvaluation(comm)
25 {
26 set_parametrized_function(std::make_unique<Gxyz>());
27 }
◆ build_eim_theta()
| virtual std::unique_ptr< RBTheta > SimpleEIMEvaluation::build_eim_theta |
( |
unsigned int |
index | ) |
|
|
inlinevirtual |
Build a ThetaEIM rather than an RBEIMTheta.
Definition at line 32 of file eim_classes.h.
33 {
34 return std::make_unique<ThetaEIM>(*this, index);
35 }
◆ use_eim_error_indicator()
| virtual bool SimpleEIMEvaluation::use_eim_error_indicator |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: