LifeV
EvaluationDphiJ< 1, spaceDim > Class Template Reference

Evaluation of the basis function dphi_j in the case of a scalar FE. More...

#include <EvaluationDphiJ.hpp>

+ Collaboration diagram for EvaluationDphiJ< 1, spaceDim >:

Private Attributes

std::vector< std::vector< VectorSmall< spaceDim > > > const * M_valuesPtr
 Pointer to the data. More...
 

Public Types

typedef VectorSmall< spaceDim > 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_DPHI
 Flag for the solution current FE. More...
 

Constructors, destructor

 EvaluationDphiJ ()
 Empty constructor. More...
 
 EvaluationDphiJ (const EvaluationDphiJ &provider)
 Copy constructor. More...
 
 EvaluationDphiJ (const ExpressionDphiJ &)
 Expression-based constructor. More...
 
 ~EvaluationDphiJ ()
 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_Typevalue_qij (const UInt &q, const UInt &, const UInt &j) const
 Getter for the value for a matrix. More...
 

Detailed Description

template<UInt spaceDim>
class LifeV::ExpressionAssembly::EvaluationDphiJ< 1, spaceDim >

Evaluation of the basis function dphi_j in the case of a scalar FE.

Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch

This class aims at representing the gradient 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 193 of file EvaluationDphiJ.hpp.

Member Typedef Documentation

◆ return_Type

typedef VectorSmall<spaceDim> return_Type

The type of the values returned by this class.

Definition at line 201 of file EvaluationDphiJ.hpp.

Constructor & Destructor Documentation

◆ EvaluationDphiJ() [1/3]

EvaluationDphiJ ( )
inline

Empty constructor.

Definition at line 225 of file EvaluationDphiJ.hpp.

◆ EvaluationDphiJ() [2/3]

EvaluationDphiJ ( const EvaluationDphiJ< 1, spaceDim > &  provider)
inline

Copy constructor.

Definition at line 228 of file EvaluationDphiJ.hpp.

◆ EvaluationDphiJ() [3/3]

EvaluationDphiJ ( const ExpressionDphiJ )
inlineexplicit

Expression-based constructor.

Definition at line 233 of file EvaluationDphiJ.hpp.

◆ ~EvaluationDphiJ()

~EvaluationDphiJ ( )
inline

Destructor.

Definition at line 236 of file EvaluationDphiJ.hpp.

Member Function Documentation

◆ update()

void update ( const UInt )
inline

Do nothing internal update.

Definition at line 245 of file EvaluationDphiJ.hpp.

◆ display()

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

Display method.

Definition at line 248 of file EvaluationDphiJ.hpp.

◆ setGlobalCFE()

void setGlobalCFE ( const CFEType *  )
inline

Do nothing setter for the global current FE.

Definition at line 261 of file EvaluationDphiJ.hpp.

◆ setTestCFE()

void setTestCFE ( const CFEType *  )
inline

Do nothing setter for the test current FE.

Definition at line 265 of file EvaluationDphiJ.hpp.

◆ setSolutionCFE()

void setSolutionCFE ( const CFEType *  solutionCFE)
inline

Setter for the solution current FE.

Definition at line 269 of file EvaluationDphiJ.hpp.

◆ setQuadrature()

void setQuadrature ( const QuadratureRule )
inline

Do nothing setter for the quadrature rule.

Definition at line 275 of file EvaluationDphiJ.hpp.

◆ value_qij()

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

Getter for the value for a matrix.

Definition at line 284 of file EvaluationDphiJ.hpp.

Field Documentation

◆ S_globalUpdateFlag

const flag_Type S_globalUpdateFlag = ET_UPDATE_NONE
static

Flag for the global current FE.

Definition at line 210 of file EvaluationDphiJ.hpp.

◆ S_testUpdateFlag

const flag_Type S_testUpdateFlag = ET_UPDATE_NONE
static

Flag for the test current FE.

Definition at line 213 of file EvaluationDphiJ.hpp.

◆ S_solutionUpdateFlag

const flag_Type S_solutionUpdateFlag = ET_UPDATE_DPHI
static

Flag for the solution current FE.

Definition at line 216 of file EvaluationDphiJ.hpp.

◆ M_valuesPtr

std::vector< std::vector < VectorSmall<spaceDim> > > const* M_valuesPtr
private

Pointer to the data.

Definition at line 294 of file EvaluationDphiJ.hpp.


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