LifeV
|
Evaluation of the laplacian of the basis function phi_i in the case of a vectorial FE. More...
#include <ETCurrentFE.hpp>
Private Attributes | |
std::vector< std::vector< VectorSmall< fieldDim > > > const * | M_valuesPtr |
Storage of the pointer to the data. More... | |
Public Types | |
typedef VectorSmall< fieldDim > | return_Type |
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_LAPLACIAN |
Flag for the solution current FE. More... | |
Constructors, destructor | |
EvaluationLaplacianJ () | |
Empty constructor. More... | |
EvaluationLaplacianJ (const EvaluationLaplacianJ &provider) | |
Copy constructor. More... | |
EvaluationLaplacianJ (const ExpressionLaplacianJ &) | |
Expression-based constructor. More... | |
~EvaluationLaplacianJ () | |
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 *) |
Setter for the test current FE. More... | |
template<typename CFEType > | |
void | setSolutionCFE (const CFEType *solutionCFE) |
Do nothing 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 laplacian of the basis function phi_i in the case of a vectorial FE.
This class aims at representing the laplacian of a test function 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 92 of file ETCurrentFE.hpp.
typedef VectorSmall<fieldDim> return_Type |
Type of the values returned by this class.
Definition at line 74 of file EvaluationLaplacianJ.hpp.
|
inline |
Empty constructor.
Definition at line 98 of file EvaluationLaplacianJ.hpp.
|
inline |
Copy constructor.
Definition at line 101 of file EvaluationLaplacianJ.hpp.
|
inlineexplicit |
Expression-based constructor.
Definition at line 104 of file EvaluationLaplacianJ.hpp.
|
inline |
Destructor.
Definition at line 107 of file EvaluationLaplacianJ.hpp.
|
inline |
Do nothing internal update.
Definition at line 116 of file EvaluationLaplacianJ.hpp.
|
inlinestatic |
Display method.
Definition at line 119 of file EvaluationLaplacianJ.hpp.
|
inline |
Do nothing setter for the global current FE.
Definition at line 132 of file EvaluationLaplacianJ.hpp.
|
inline |
Setter for the test current FE.
Definition at line 136 of file EvaluationLaplacianJ.hpp.
|
inline |
Do nothing setter for the solution current FE.
Definition at line 141 of file EvaluationLaplacianJ.hpp.
|
inline |
Do nothing setter for the quadrature rule.
Definition at line 148 of file EvaluationLaplacianJ.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 157 of file EvaluationLaplacianJ.hpp.
|
static |
Flag for the global current FE.
Definition at line 83 of file EvaluationLaplacianJ.hpp.
|
static |
Flag for the test current FE.
Definition at line 86 of file EvaluationLaplacianJ.hpp.
|
static |
Flag for the solution current FE.
Definition at line 89 of file EvaluationLaplacianJ.hpp.
|
private |
Storage of the pointer to the data.
Definition at line 167 of file EvaluationLaplacianJ.hpp.