LifeV
|
Evaluation of the basis function div(phi_j) in the case of a vectorial FE. More...
#include <EvaluationDivJ.hpp>
Private Attributes | |
std::vector< std::vector< return_Type > > const * | M_valuesPtr |
Pointer to the data. More... | |
Public Types | |
typedef Real | return_Type |
The type of the values returned by this class. 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_DIVERGENCE |
Flag for the solution current FE. More... | |
Constructors, destructor | |
EvaluationDivJ () | |
Empty constructor. More... | |
EvaluationDivJ (const EvaluationDivJ &provider) | |
Copy constructor. More... | |
EvaluationDivJ (const ExpressionDivJ &) | |
Expression-based constructor. More... | |
~EvaluationDivJ () | |
Destructor. More... | |
Methods | |
void | update (const UInt &) |
Do nothing internal update. 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 *solutionCFE) |
Setter for the solution current FE. More... | |
void | setQuadrature (const QuadratureRule &) |
Do nothing setter for the quadrature rule. More... | |
Get Methods | |
const return_Type & | value_qij (const UInt &q, const UInt &, const UInt &j) const |
Getter for the value for a matrix. More... | |
Evaluation of the basis function div(phi_j) in the case of a vectorial FE.
This class aims at representing the divergence of the solution in the assembly.
This class is an Evaluation class, and therefore, has all the methods required to work within the Evaluation trees.
Definition at line 87 of file EvaluationDivJ.hpp.
typedef Real return_Type |
The type of the values returned by this class.
Definition at line 95 of file EvaluationDivJ.hpp.
|
inline |
Empty constructor.
Definition at line 119 of file EvaluationDivJ.hpp.
|
inline |
Copy constructor.
Definition at line 122 of file EvaluationDivJ.hpp.
|
inlineexplicit |
Expression-based constructor.
Definition at line 127 of file EvaluationDivJ.hpp.
|
inline |
Destructor.
Definition at line 130 of file EvaluationDivJ.hpp.
|
inline |
Do nothing internal update.
Definition at line 139 of file EvaluationDivJ.hpp.
|
inlinestatic |
Display method.
Definition at line 142 of file EvaluationDivJ.hpp.
|
inline |
Do nothing setter for the global current FE.
Definition at line 155 of file EvaluationDivJ.hpp.
|
inline |
Do nothing setter for the test current FE.
Definition at line 159 of file EvaluationDivJ.hpp.
|
inline |
Setter for the solution current FE.
Definition at line 163 of file EvaluationDivJ.hpp.
|
inline |
Do nothing setter for the quadrature rule.
Definition at line 169 of file EvaluationDivJ.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 178 of file EvaluationDivJ.hpp.
|
static |
Flag for the global current FE.
Definition at line 104 of file EvaluationDivJ.hpp.
|
static |
Flag for the test current FE.
Definition at line 107 of file EvaluationDivJ.hpp.
|
static |
Flag for the solution current FE.
Definition at line 110 of file EvaluationDivJ.hpp.
|
private |
Pointer to the data.
Definition at line 188 of file EvaluationDivJ.hpp.