![]() |
LifeV
|
EvaluationHK - Evaluation of the metric tensor of the cell. More...
#include <ETCurrentFE.hpp>
Collaboration diagram for EvaluationMetricVector< spaceDim >:Private Attributes | |
| VectorSmall< 3 > const * | M_valuePtr |
| Storage for the pointer to the data. More... | |
Public Types | |
| typedef VectorSmall< 3 > | return_Type |
| Type of the values returned by this class. More... | |
Static constants | |
| static const flag_Type | S_globalUpdateFlag = ET_UPDATE_METRIC |
| 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 | |
| EvaluationMetricVector () | |
| Empty constructor. More... | |
| EvaluationMetricVector (const EvaluationMetricVector< spaceDim > &evaluation) | |
| Copy constructor. More... | |
| EvaluationMetricVector (const ExpressionMetricVector &) | |
| Expression-based constructor. More... | |
| ~EvaluationMetricVector () | |
| Destructor. More... | |
Methods | |
| void | update (const UInt &) |
| Do nothing update. More... | |
| static void | display (std::ostream &out=std::cout) |
| Display method. More... | |
Set Methods | |
| template<typename CFEType > | |
| void | setGlobalCFE (const CFEType *globalCFE) |
| Do nothing setter for the global current FE. More... | |
| template<typename CFEType > | |
| void | setTestCFE (const CFEType *) |
| 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 &) |
| Do nothing setter for the quadrature rule. More... | |
Get Methods | |
| return_Type | value_q (const UInt &) const |
| Getter for the value for a value. More... | |
| return_Type | value_qi (const UInt &, const UInt &) const |
| Getter for the value for a vector. More... | |
| return_Type | value_qij (const UInt &, const UInt &, const UInt &) const |
| Getter for the value for a matrix. More... | |
EvaluationHK - Evaluation of the metric tensor of the cell.
Definition at line 104 of file ETCurrentFE.hpp.
| typedef VectorSmall<3> return_Type |
Type of the values returned by this class.
Definition at line 65 of file EvaluationMetricVector.hpp.
|
inline |
Empty constructor.
Definition at line 88 of file EvaluationMetricVector.hpp.
|
inline |
Copy constructor.
Definition at line 91 of file EvaluationMetricVector.hpp.
|
inlineexplicit |
Expression-based constructor.
Definition at line 96 of file EvaluationMetricVector.hpp.
|
inline |
Destructor.
Definition at line 99 of file EvaluationMetricVector.hpp.
|
inline |
Do nothing update.
Definition at line 108 of file EvaluationMetricVector.hpp.
|
inlinestatic |
Display method.
Definition at line 111 of file EvaluationMetricVector.hpp.
|
inline |
Do nothing setter for the global current FE.
Definition at line 124 of file EvaluationMetricVector.hpp.
|
inline |
Setter for the test current FE.
Definition at line 132 of file EvaluationMetricVector.hpp.
|
inline |
Do nothing setter for the solution current FE.
Definition at line 136 of file EvaluationMetricVector.hpp.
|
inline |
Do nothing setter for the quadrature rule.
Definition at line 139 of file EvaluationMetricVector.hpp.
|
inline |
Getter for the value for a value.
Definition at line 148 of file EvaluationMetricVector.hpp.
|
inline |
Getter for the value for a vector.
Definition at line 154 of file EvaluationMetricVector.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 160 of file EvaluationMetricVector.hpp.
|
static |
Flag for the global current FE.
Definition at line 73 of file EvaluationMetricVector.hpp.
|
static |
Flag for the test current FE.
Definition at line 76 of file EvaluationMetricVector.hpp.
|
static |
Flag for the solution current FE.
Definition at line 79 of file EvaluationMetricVector.hpp.
|
private |
Storage for the pointer to the data.
Definition at line 170 of file EvaluationMetricVector.hpp.