LifeV
|
#include <EvaluationCubicRoot.hpp>
Private Attributes | |
EvaluationBaseType | M_evaluationBase |
Internal storage. More... | |
Public Types | |
typedef EvaluationBaseType::return_Type | BaseReturn_Type |
Type of the value returned by the left operand. More... | |
typedef OperationSmallIsochoricChangeOfVariable< 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 | |
EvaluationIsochoricChangeOfVariable (const EvaluationIsochoricChangeOfVariable &eval) | |
Copy constructor. More... | |
template<typename BaseExpressionType > | |
EvaluationIsochoricChangeOfVariable (const ExpressionIsochoricChangeOfVariable< BaseExpressionType > &expression) | |
Constructor from the corresponding expression. More... | |
~EvaluationIsochoricChangeOfVariable () | |
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 | |
EvaluationIsochoricChangeOfVariable () | |
No empty constructor. More... | |
Definition at line 223 of file EvaluationCubicRoot.hpp.
typedef EvaluationBaseType::return_Type BaseReturn_Type |
Type of the value returned by the left operand.
Definition at line 231 of file EvaluationCubicRoot.hpp.
typedef OperationSmallIsochoricChangeOfVariable<BaseReturn_Type>::result_Type return_Type |
Type of the value returned by this class.
Definition at line 235 of file EvaluationCubicRoot.hpp.
|
inline |
Copy constructor.
Definition at line 258 of file EvaluationCubicRoot.hpp.
|
inlineexplicit |
Constructor from the corresponding expression.
Definition at line 264 of file EvaluationCubicRoot.hpp.
|
inline |
Destructor.
Definition at line 269 of file EvaluationCubicRoot.hpp.
|
private |
No empty constructor.
|
inline |
Internal update method.
Definition at line 278 of file EvaluationCubicRoot.hpp.
|
inlinestatic |
Display method.
Definition at line 284 of file EvaluationCubicRoot.hpp.
|
inline |
Setter for the global current FE.
Definition at line 299 of file EvaluationCubicRoot.hpp.
|
inline |
Setter for the test current FE.
Definition at line 306 of file EvaluationCubicRoot.hpp.
|
inline |
Setter for the solution current FE.
Definition at line 313 of file EvaluationCubicRoot.hpp.
|
inline |
Setter for the quadrature rule.
Definition at line 319 of file EvaluationCubicRoot.hpp.
|
inline |
Getter a value.
Definition at line 331 of file EvaluationCubicRoot.hpp.
|
inline |
Getter for the value for a vector.
Definition at line 337 of file EvaluationCubicRoot.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 343 of file EvaluationCubicRoot.hpp.
|
static |
Flag for the global current FE.
Definition at line 243 of file EvaluationCubicRoot.hpp.
|
static |
Flag for the test current FE.
Definition at line 246 of file EvaluationCubicRoot.hpp.
|
static |
Flag for the solution current FE.
Definition at line 249 of file EvaluationCubicRoot.hpp.
|
private |
Internal storage.
Definition at line 361 of file EvaluationCubicRoot.hpp.