LifeV
|
Evaluation for the product of two other Evaluations. More...
#include <EvaluationDerivativeArcTan.hpp>
Private Attributes | |
EvaluationBaseType | M_evaluationBase |
Internal storage. More... | |
Real | M_epsilon |
Real | M_K |
Public Types | |
typedef EvaluationBaseType::return_Type | BaseReturn_Type |
typedef OperationSmallArcTan< BaseReturn_Type >::result_Type | return_Type |
Type of the value returned by this class. More... | |
Static constants | |
static const flag_Type | S_globalUpdateFlag = EvaluationBaseType::S_globalUpdateFlag |
Flag for the global current FE. More... | |
static const flag_Type | S_testUpdateFlag = EvaluationBaseType::S_testUpdateFlag |
Flag for the test current FE. More... | |
static const flag_Type | S_solutionUpdateFlag = EvaluationBaseType::S_solutionUpdateFlag |
Flag for the solution current FE. More... | |
Constructors, destructor | |
EvaluationDerivativeArcTan (const EvaluationDerivativeArcTan &eval) | |
Copy constructor. More... | |
template<typename BaseExpressionType > | |
EvaluationDerivativeArcTan (const ExpressionDerivativeArcTan< BaseExpressionType > &expression) | |
Constructor from the corresponding expression. More... | |
~EvaluationDerivativeArcTan () | |
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 rule. More... | |
Get Methods | |
return_Type | value_q (const UInt &q) const |
Getter 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 | |
EvaluationDerivativeArcTan () | |
No empty constructor. More... | |
Evaluation for the product of two other Evaluations.
This class aims at representing a product 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 62 of file EvaluationDerivativeArcTan.hpp.
typedef EvaluationBaseType::return_Type BaseReturn_Type |
Definition at line 68 of file EvaluationDerivativeArcTan.hpp.
typedef OperationSmallArcTan<BaseReturn_Type>::result_Type return_Type |
Type of the value returned by this class.
Definition at line 71 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Copy constructor.
Definition at line 96 of file EvaluationDerivativeArcTan.hpp.
|
inlineexplicit |
Constructor from the corresponding expression.
Definition at line 104 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Destructor.
Definition at line 111 of file EvaluationDerivativeArcTan.hpp.
|
private |
No empty constructor.
|
inline |
Internal update method.
Definition at line 120 of file EvaluationDerivativeArcTan.hpp.
|
inlinestatic |
Display method.
Definition at line 126 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Setter for the global current FE.
Definition at line 141 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Setter for the test current FE.
Definition at line 148 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Setter for the solution current FE.
Definition at line 155 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Setter for the quadrature rule.
Definition at line 161 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Getter a value.
Definition at line 173 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Getter for the value for a vector.
Definition at line 179 of file EvaluationDerivativeArcTan.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 185 of file EvaluationDerivativeArcTan.hpp.
|
static |
Flag for the global current FE.
Definition at line 81 of file EvaluationDerivativeArcTan.hpp.
|
static |
Flag for the test current FE.
Definition at line 84 of file EvaluationDerivativeArcTan.hpp.
|
static |
Flag for the solution current FE.
Definition at line 87 of file EvaluationDerivativeArcTan.hpp.
|
private |
Internal storage.
Definition at line 203 of file EvaluationDerivativeArcTan.hpp.
|
private |
Definition at line 204 of file EvaluationDerivativeArcTan.hpp.
|
private |
Definition at line 205 of file EvaluationDerivativeArcTan.hpp.