Go to the documentation of this file.
20 #ifndef LIBMESH_RB_EIM_THETA_H
21 #define LIBMESH_RB_EIM_THETA_H
24 #include "libmesh/rb_theta.h"
32 class RBEIMEvaluation;
72 #endif // LIBMESH_RB_EIM_THETA_H
This class provides functionality required to define an RBTheta object that arises from an "Empirical...
The libMesh namespace provides an interface to certain functionality in the library.
This class is part of the rbOOmit framework.
unsigned int index
The index of the RB_solution vector that we pick out from rb_eim_eval to provide the value of the eva...
This class is part of the rbOOmit framework.
RBEIMTheta(RBEIMEvaluation &rb_eim_eval_in, unsigned int index_in)
Constructor.
This class is part of the rbOOmit framework.
virtual Number evaluate(const RBParameters &mu) override
Evaluate this RBEIMTheta object at the parameter mu.
RBEIMEvaluation & rb_eim_eval
The RBEIMEvaluation object that this RBEIMTheta is based on.