LifeV
EvaluationMeasBDCurrentFE< spaceDim > Class Template Reference

EvaluationMeasBDCurrentFE - Evaluation of the measure of the cell. More...

#include <EvaluationMeasBDCurrentFE.hpp>

+ Collaboration diagram for EvaluationMeasBDCurrentFE< spaceDim >:

Private Attributes

Real M_valuePtr
 Storage for the pointer to the data. More...
 

Public Types

typedef Real return_Type
 Type of the values returned by this class. More...
 

Static constants

static const flag_Type S_globalUpdateFlag = ET_UPDATE_MEASURE
 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_NONE
 Flag for the solution current FE. More...
 

Constructors, destructor

 EvaluationMeasBDCurrentFE ()
 Empty constructor. More...
 
 EvaluationMeasBDCurrentFE (const EvaluationMeasBDCurrentFE< spaceDim > &evaluation)
 Copy constructor. More...
 
 EvaluationMeasBDCurrentFE (const ExpressionMeasBDCurrentFE &expression)
 Expression-based constructor. More...
 
 ~EvaluationMeasBDCurrentFE ()
 Destructor. More...
 

Methods

void update (const UInt &)
 Do nothing update. More...
 
static void display (std::ostream &out=std::cout)
 Display method. More...
 

Set Methods

template<typename CFEType >
void setGlobalCFE (const CFEType *globalCFE)
 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 *)
 Do nothing setter for the solution current FE. More...
 
void setQuadrature (const QuadratureRule &)
 Do nothing setter for the quadrature rule. More...
 

Get Methods

return_Type value_q (const UInt &q) const
 Getter for the value for a value. More...
 
return_Type value_qi (const UInt &q, const UInt &) const
 Getter for the value for a vector. More...
 
return_Type value_qij (const UInt &q, const UInt &, const UInt &) const
 Getter for the value for a matrix. More...
 

Detailed Description

template<UInt spaceDim>
class LifeV::ExpressionAssembly::EvaluationMeasBDCurrentFE< spaceDim >

EvaluationMeasBDCurrentFE - Evaluation of the measure of the cell.

Author
Samuel Quinodoz

Definition at line 58 of file EvaluationMeasBDCurrentFE.hpp.

Member Typedef Documentation

◆ return_Type

typedef Real return_Type

Type of the values returned by this class.

Definition at line 66 of file EvaluationMeasBDCurrentFE.hpp.

Constructor & Destructor Documentation

◆ EvaluationMeasBDCurrentFE() [1/3]

Empty constructor.

Definition at line 89 of file EvaluationMeasBDCurrentFE.hpp.

◆ EvaluationMeasBDCurrentFE() [2/3]

EvaluationMeasBDCurrentFE ( const EvaluationMeasBDCurrentFE< spaceDim > &  evaluation)
inline

Copy constructor.

Definition at line 92 of file EvaluationMeasBDCurrentFE.hpp.

◆ EvaluationMeasBDCurrentFE() [3/3]

EvaluationMeasBDCurrentFE ( const ExpressionMeasBDCurrentFE expression)
inlineexplicit

Expression-based constructor.

Definition at line 97 of file EvaluationMeasBDCurrentFE.hpp.

◆ ~EvaluationMeasBDCurrentFE()

Destructor.

Definition at line 100 of file EvaluationMeasBDCurrentFE.hpp.

Member Function Documentation

◆ update()

void update ( const UInt )
inline

Do nothing update.

Definition at line 109 of file EvaluationMeasBDCurrentFE.hpp.

◆ display()

static void display ( std::ostream &  out = std::cout)
inlinestatic

Display method.

Definition at line 112 of file EvaluationMeasBDCurrentFE.hpp.

◆ setGlobalCFE()

void setGlobalCFE ( const CFEType *  globalCFE)
inline

Do nothing setter for the global current FE.

Definition at line 125 of file EvaluationMeasBDCurrentFE.hpp.

◆ setTestCFE()

void setTestCFE ( const CFEType *  )
inline

Setter for the test current FE.

Definition at line 133 of file EvaluationMeasBDCurrentFE.hpp.

◆ setSolutionCFE()

void setSolutionCFE ( const CFEType *  )
inline

Do nothing setter for the solution current FE.

Definition at line 137 of file EvaluationMeasBDCurrentFE.hpp.

◆ setQuadrature()

void setQuadrature ( const QuadratureRule )
inline

Do nothing setter for the quadrature rule.

Definition at line 140 of file EvaluationMeasBDCurrentFE.hpp.

◆ value_q()

return_Type value_q ( const UInt q) const
inline

Getter for the value for a value.

Definition at line 149 of file EvaluationMeasBDCurrentFE.hpp.

◆ value_qi()

return_Type value_qi ( const UInt q,
const UInt  
) const
inline

Getter for the value for a vector.

Definition at line 155 of file EvaluationMeasBDCurrentFE.hpp.

◆ value_qij()

return_Type value_qij ( const UInt q,
const UInt ,
const UInt  
) const
inline

Getter for the value for a matrix.

Definition at line 161 of file EvaluationMeasBDCurrentFE.hpp.

Field Documentation

◆ S_globalUpdateFlag

const flag_Type S_globalUpdateFlag = ET_UPDATE_MEASURE
static

Flag for the global current FE.

Definition at line 74 of file EvaluationMeasBDCurrentFE.hpp.

◆ S_testUpdateFlag

const flag_Type S_testUpdateFlag = ET_UPDATE_NONE
static

Flag for the test current FE.

Definition at line 77 of file EvaluationMeasBDCurrentFE.hpp.

◆ S_solutionUpdateFlag

const flag_Type S_solutionUpdateFlag = ET_UPDATE_NONE
static

Flag for the solution current FE.

Definition at line 80 of file EvaluationMeasBDCurrentFE.hpp.

◆ M_valuePtr

Real M_valuePtr
private

Storage for the pointer to the data.

Definition at line 171 of file EvaluationMeasBDCurrentFE.hpp.


The documentation for this class was generated from the following file: