LifeV
|
Evaluation of the basis function dphi_i in the case of a scalar FE. More...
#include <EvaluationDphiI.hpp>
Private Attributes | |
std::vector< std::vector< VectorSmall< spaceDim > > > const * | M_valuesPtr |
Storage of the pointer to the data. More... | |
Public Types | |
typedef VectorSmall< spaceDim > | 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_DPHI |
Flag for the test current FE. More... | |
static const flag_Type | S_solutionUpdateFlag = ET_UPDATE_NONE |
Flag for the solution current FE. More... | |
Constructors, destructor | |
EvaluationDphiI () | |
Empty constructor. More... | |
EvaluationDphiI (const EvaluationDphiI &provider) | |
Copy constructor. More... | |
EvaluationDphiI (const ExpressionDphiI &) | |
Expression-based constructor. More... | |
~EvaluationDphiI () | |
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 *testCFE) |
Setter for the test current FE. More... | |
template<typename CFEType > | |
void | setSolutionCFE (const CFEType *) |
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_qi (const UInt &q, const UInt &i) const |
Getter for the value for a vector. More... | |
const return_Type & | value_qij (const UInt &q, const UInt &i, const UInt &) const |
Getter for the value for a matrix. More... | |
Evaluation of the basis function dphi_i in the case of a scalar FE.
This class aims at representing the gradient 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 201 of file EvaluationDphiI.hpp.
typedef VectorSmall<spaceDim> return_Type |
Type of the values returned by this class.
Definition at line 209 of file EvaluationDphiI.hpp.
|
inline |
Empty constructor.
Definition at line 233 of file EvaluationDphiI.hpp.
|
inline |
Copy constructor.
Definition at line 236 of file EvaluationDphiI.hpp.
|
inlineexplicit |
Expression-based constructor.
Definition at line 239 of file EvaluationDphiI.hpp.
|
inline |
Destructor.
Definition at line 242 of file EvaluationDphiI.hpp.
|
inline |
Do nothing internal update.
Definition at line 251 of file EvaluationDphiI.hpp.
|
inlinestatic |
Display method.
Definition at line 254 of file EvaluationDphiI.hpp.
|
inline |
Do nothing setter for the global current FE.
Definition at line 267 of file EvaluationDphiI.hpp.
|
inline |
Setter for the test current FE.
Definition at line 271 of file EvaluationDphiI.hpp.
|
inline |
Do nothing setter for the solution current FE.
Definition at line 279 of file EvaluationDphiI.hpp.
|
inline |
Do nothing setter for the quadrature rule.
Definition at line 282 of file EvaluationDphiI.hpp.
|
inline |
Getter for the value for a vector.
Definition at line 291 of file EvaluationDphiI.hpp.
|
inline |
Getter for the value for a matrix.
Definition at line 299 of file EvaluationDphiI.hpp.
|
static |
Flag for the global current FE.
Definition at line 218 of file EvaluationDphiI.hpp.
|
static |
Flag for the test current FE.
Definition at line 221 of file EvaluationDphiI.hpp.
|
static |
Flag for the solution current FE.
Definition at line 224 of file EvaluationDphiI.hpp.
|
private |
Storage of the pointer to the data.
Definition at line 311 of file EvaluationDphiI.hpp.