LifeV
EvaluationLaplacianI< fieldDim, spaceDim > Class Template Reference

Evaluation of the laplacian of the basis function phi_i in the case of a vectorial FE. More...

#include <ETCurrentFE.hpp>

+ Collaboration diagram for EvaluationLaplacianI< fieldDim, spaceDim >:

Private Attributes

std::vector< std::vector< return_Type > > 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_LAPLACIAN
 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

 EvaluationLaplacianI ()
 Empty constructor. More...
 
 EvaluationLaplacianI (const EvaluationLaplacianI &provider)
 Copy constructor. More...
 
 EvaluationLaplacianI (const ExpressionLaplacianI &)
 Expression-based constructor. More...
 
 ~EvaluationLaplacianI ()
 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_Typevalue_qi (const UInt &q, const UInt &i) const
 Getter for the value for a vector. More...
 
const return_Typevalue_qij (const UInt &q, const UInt &i, const UInt &) const
 Getter for the value for a matrix. More...
 

Detailed Description

template<UInt fieldDim, UInt spaceDim>
class LifeV::ExpressionAssembly::EvaluationLaplacianI< fieldDim, spaceDim >

Evaluation of the laplacian of the basis function phi_i in the case of a vectorial FE.

Author
Davide Forti david.nosp@m.e.fo.nosp@m.rti@e.nosp@m.pfl..nosp@m.ch

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 89 of file ETCurrentFE.hpp.

Member Typedef Documentation

◆ return_Type

typedef VectorSmall<fieldDim> return_Type

Type of the values returned by this class.

Definition at line 74 of file EvaluationLaplacianI.hpp.

Constructor & Destructor Documentation

◆ EvaluationLaplacianI() [1/3]

Empty constructor.

Definition at line 98 of file EvaluationLaplacianI.hpp.

◆ EvaluationLaplacianI() [2/3]

EvaluationLaplacianI ( const EvaluationLaplacianI< fieldDim, spaceDim > &  provider)
inline

Copy constructor.

Definition at line 101 of file EvaluationLaplacianI.hpp.

◆ EvaluationLaplacianI() [3/3]

EvaluationLaplacianI ( const ExpressionLaplacianI )
inlineexplicit

Expression-based constructor.

Definition at line 104 of file EvaluationLaplacianI.hpp.

◆ ~EvaluationLaplacianI()

~EvaluationLaplacianI ( )
inline

Destructor.

Definition at line 107 of file EvaluationLaplacianI.hpp.

Member Function Documentation

◆ update()

void update ( const UInt )
inline

Do nothing internal update.

Definition at line 116 of file EvaluationLaplacianI.hpp.

◆ display()

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

Display method.

Definition at line 119 of file EvaluationLaplacianI.hpp.

◆ setGlobalCFE()

void setGlobalCFE ( const CFEType *  )
inline

Do nothing setter for the global current FE.

Definition at line 132 of file EvaluationLaplacianI.hpp.

◆ setTestCFE()

void setTestCFE ( const CFEType *  testCFE)
inline

Setter for the test current FE.

Definition at line 136 of file EvaluationLaplacianI.hpp.

◆ setSolutionCFE()

void setSolutionCFE ( const CFEType *  )
inline

Do nothing setter for the solution current FE.

Definition at line 144 of file EvaluationLaplacianI.hpp.

◆ setQuadrature()

void setQuadrature ( const QuadratureRule )
inline

Do nothing setter for the quadrature rule.

Definition at line 147 of file EvaluationLaplacianI.hpp.

◆ value_qi()

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

Getter for the value for a vector.

Definition at line 156 of file EvaluationLaplacianI.hpp.

◆ value_qij()

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

Getter for the value for a matrix.

Definition at line 164 of file EvaluationLaplacianI.hpp.

Field Documentation

◆ S_globalUpdateFlag

const flag_Type S_globalUpdateFlag = ET_UPDATE_NONE
static

Flag for the global current FE.

Definition at line 83 of file EvaluationLaplacianI.hpp.

◆ S_testUpdateFlag

const flag_Type S_testUpdateFlag = ET_UPDATE_LAPLACIAN
static

Flag for the test current FE.

Definition at line 86 of file EvaluationLaplacianI.hpp.

◆ S_solutionUpdateFlag

const flag_Type S_solutionUpdateFlag = ET_UPDATE_NONE
static

Flag for the solution current FE.

Definition at line 89 of file EvaluationLaplacianI.hpp.

◆ M_valuesPtr

std::vector< std::vector < return_Type > > const* M_valuesPtr
private

Storage of the pointer to the data.

Definition at line 176 of file EvaluationLaplacianI.hpp.


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