LifeV
|
Evaluation for the addition of two other Evaluations. More...
#include <EvaluationAddition.hpp>
Private Attributes | |
EvaluationLType | M_evaluationL |
EvaluationRType | M_evaluationR |
Public Types | |
typedef EvaluationLType::return_Type | Lreturn_Type |
Type of the value returned by the left operand. More... | |
typedef EvaluationRType::return_Type | Rreturn_Type |
Type of the value returned by the right operand. More... | |
typedef OperationSmallAddition< Lreturn_Type, Rreturn_Type >::result_Type | return_Type |
Type of the value returned by this class. More... | |
Static constants | |
static const flag_Type | S_globalUpdateFlag = EvaluationLType::S_globalUpdateFlag | EvaluationRType::S_globalUpdateFlag |
Flag for the global current FE. More... | |
static const flag_Type | S_testUpdateFlag = EvaluationLType::S_testUpdateFlag | EvaluationRType::S_testUpdateFlag |
Flag for the test current FE. More... | |
static const flag_Type | S_solutionUpdateFlag = EvaluationLType::S_solutionUpdateFlag | EvaluationRType::S_solutionUpdateFlag |
Flag for the solution current FE. More... | |
Constructors, destructor | |
EvaluationAddition (const EvaluationAddition &eval) | |
Copy constructor. More... | |
template<typename ExpressionL , typename ExpressionR > | |
EvaluationAddition (const ExpressionAddition< ExpressionL, ExpressionR > &expression) | |
Constructor from the corresponding expression. More... | |
~EvaluationAddition () | |
Destructor. More... | |
Methods | |
void | update (const UInt &iElement) |
Internal update method. More... | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Set Methods | |
template<typename CFEType > | |
void | setGlobalCFE (const CFEType *globalCFE) |
Setter for the global current FE. More... | |
template<typename CFEType > | |
void | setTestCFE (const CFEType *testCFE) |
Setter for the test current FE. More... | |
template<typename CFEType > | |
void | setSolutionCFE (const CFEType *solutionCFE) |
Setter for the solution current FE. More... | |
void | setQuadrature (const QuadratureRule &qr) |
Setter for the quadrature. 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 &i) const |
Getter for the value for a vector. More... | |
return_Type | value_qij (const UInt &q, const UInt &i, const UInt &j) const |
Getter for the value for a matrix. More... | |
Private Methods | |
EvaluationAddition () | |
No empty constructor. More... | |
Evaluation for the addition of two other Evaluations.
This class aims at representing an addition operation during the assembly
This class is an Evaluation class, and therefore, has all the methods required to work within the Evaluation trees.
Definition at line 65 of file EvaluationAddition.hpp.
typedef EvaluationLType::return_Type Lreturn_Type |
Type of the value returned by the left operand.
Definition at line 73 of file EvaluationAddition.hpp.
typedef EvaluationRType::return_Type Rreturn_Type |
Type of the value returned by the right operand.
Definition at line 76 of file EvaluationAddition.hpp.
typedef OperationSmallAddition< Lreturn_Type, Rreturn_Type >::result_Type return_Type |
Type of the value returned by this class.
Definition at line 79 of file EvaluationAddition.hpp.
|
inline |
Copy constructor.
Definition at line 103 of file EvaluationAddition.hpp.
|
inlineexplicit |
Constructor from the corresponding expression.
Definition at line 110 of file EvaluationAddition.hpp.
|
inline |
Destructor.
Definition at line 116 of file EvaluationAddition.hpp.
|
private |
No empty constructor.
|
inline |
Internal update method.
Definition at line 125 of file EvaluationAddition.hpp.
|
inlinestatic |
Display method.
Definition at line 132 of file EvaluationAddition.hpp.
|
inline |
Setter for the global current FE.
Definition at line 147 of file EvaluationAddition.hpp.
|
inline |
Setter for the test current FE.
Definition at line 155 of file EvaluationAddition.hpp.
|
inline |
Setter for the solution current FE.
Definition at line 163 of file EvaluationAddition.hpp.
|
inline |
Setter for the quadrature.
Definition at line 170 of file EvaluationAddition.hpp.
|
inline |
Getter for a value.
Definition at line 183 of file EvaluationAddition.hpp.
|
inline |
Getter for the value for a vector.
Definition at line 189 of file EvaluationAddition.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 195 of file EvaluationAddition.hpp.
|
static |
Flag for the global current FE.
Definition at line 88 of file EvaluationAddition.hpp.
|
static |
Flag for the test current FE.
Definition at line 91 of file EvaluationAddition.hpp.
|
static |
Flag for the solution current FE.
Definition at line 94 of file EvaluationAddition.hpp.
|
private |
Definition at line 213 of file EvaluationAddition.hpp.
|
private |
Definition at line 214 of file EvaluationAddition.hpp.