LifeV
|
Evaluation for the interpolation of a FE function. More...
#include <EvaluationReturnAtQuadraturePoints.hpp>
Private Attributes | |
fespacePtr_Type | M_fespace |
vector_Type | M_vector |
QuadratureRule * | M_quadrature |
ETCurrentFE< SpaceDim, 1 > | M_currentFE |
std::vector< return_Type > | M_returnedValues |
Public Types | |
typedef VectorSmall< FieldDim > | return_Type |
Type of the value returned by this class. More... | |
typedef ETFESpace< MeshType, MapType, SpaceDim, FieldDim > | fespace_Type |
Type of the FESpace that has to be used with this class. More... | |
typedef std::shared_ptr< fespace_Type > | fespacePtr_Type |
Pointer on the FESpace. More... | |
typedef std::vector< std::vector< return_Type > > | vector_Type |
Vector of the values. More... | |
Static constants | |
static const flag_Type | S_globalUpdateFlag = ET_UPDATE_NONE |
Flag for the global current FE. More... | |
static const flag_Type | S_testUpdateFlag = ET_UPDATE_NONE |
Flag for the test current FE. More... | |
static const flag_Type | S_solutionUpdateFlag = ET_UPDATE_NONE |
Flag for the solution current FE. More... | |
Constructors, destructor | |
EvaluationReturnAtQuadraturePoints (const EvaluationReturnAtQuadraturePoints< MeshType, MapType, SpaceDim, FieldDim > &evaluation) | |
Copy constructor. More... | |
EvaluationReturnAtQuadraturePoints (const ExpressionReturnAtQuadraturePoints< MeshType, MapType, SpaceDim, FieldDim > &expression) | |
Expression-based constructor. More... | |
~EvaluationReturnAtQuadraturePoints () | |
Destructor. More... | |
Methods | |
void | update (const UInt &iElement) |
Interal update, computes the interpolated values. More... | |
void | zero () |
Erase all the interpolated values stored internally. More... | |
void | showValues () const |
Show the values interpolated. More... | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Set Methods | |
template<typename CFEType > | |
void | setGlobalCFE (const CFEType *) |
Do nothing setter for the global current FE. More... | |
template<typename CFEType > | |
void | setTestCFE (const CFEType *) |
Do nothing setter for the test current FE. More... | |
template<typename CFEType > | |
void | setSolutionCFE (const CFEType *) |
Do nothing setter for the solution current FE. More... | |
void | setQuadrature (const QuadratureRule &qr) |
Setter for the quadrature rule (deep copy) More... | |
Get Methods | |
return_Type | value_q (const UInt &q) const |
Getter for a value. More... | |
return_Type | value_qi (const UInt &q, const UInt &) const |
Getter for the value for a vector. More... | |
return_Type | value_qij (const UInt &q, const UInt &, const UInt &) const |
Getter for the value for a matrix. More... | |
Private Methods | |
EvaluationReturnAtQuadraturePoints () | |
No empty constructor. More... | |
Evaluation for the interpolation of a FE function.
This class aims at representing an interpolated FE value.
This is the generic implementation, so representing a vectorial FE
This class is an Evaluation class, and therefore, has all the methods required to work within the Evaluation trees.
Definition at line 69 of file EvaluationReturnAtQuadraturePoints.hpp.
typedef VectorSmall<FieldDim> return_Type |
Type of the value returned by this class.
Definition at line 77 of file EvaluationReturnAtQuadraturePoints.hpp.
typedef ETFESpace<MeshType, MapType, SpaceDim, FieldDim> fespace_Type |
Type of the FESpace that has to be used with this class.
Definition at line 80 of file EvaluationReturnAtQuadraturePoints.hpp.
typedef std::shared_ptr<fespace_Type> fespacePtr_Type |
Pointer on the FESpace.
Definition at line 83 of file EvaluationReturnAtQuadraturePoints.hpp.
typedef std::vector<std::vector<return_Type> > vector_Type |
Vector of the values.
Definition at line 86 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Copy constructor.
Definition at line 110 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inlineexplicit |
Expression-based constructor.
Definition at line 127 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Destructor.
Definition at line 137 of file EvaluationReturnAtQuadraturePoints.hpp.
|
private |
No empty constructor.
|
inline |
Interal update, computes the interpolated values.
Definition at line 152 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Erase all the interpolated values stored internally.
Definition at line 163 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Show the values interpolated.
Definition at line 175 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inlinestatic |
Display method.
Definition at line 186 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Do nothing setter for the global current FE.
Definition at line 199 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Do nothing setter for the test current FE.
Definition at line 204 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Do nothing setter for the solution current FE.
Definition at line 209 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Setter for the quadrature rule (deep copy)
Definition at line 213 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Getter for a value.
Definition at line 231 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Getter for the value for a vector.
Definition at line 237 of file EvaluationReturnAtQuadraturePoints.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 243 of file EvaluationReturnAtQuadraturePoints.hpp.
|
static |
Flag for the global current FE.
Definition at line 95 of file EvaluationReturnAtQuadraturePoints.hpp.
|
static |
Flag for the test current FE.
Definition at line 98 of file EvaluationReturnAtQuadraturePoints.hpp.
|
static |
Flag for the solution current FE.
Definition at line 101 of file EvaluationReturnAtQuadraturePoints.hpp.
|
private |
Definition at line 260 of file EvaluationReturnAtQuadraturePoints.hpp.
|
private |
Definition at line 261 of file EvaluationReturnAtQuadraturePoints.hpp.
|
private |
Definition at line 263 of file EvaluationReturnAtQuadraturePoints.hpp.
|
private |
Definition at line 264 of file EvaluationReturnAtQuadraturePoints.hpp.
|
private |
Definition at line 266 of file EvaluationReturnAtQuadraturePoints.hpp.