LifeV
EvaluationInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim > Class Template Reference

Evaluation for the interpolation of a FE function. More...

#include <EvaluationInterpolateGradient.hpp>

+ Collaboration diagram for EvaluationInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim >:

Private Attributes

fespacePtr_Type M_fespace
 Data storage. More...
 
vector_Type M_vector
 
QuadratureRuleM_quadrature
 
ETCurrentFE< SpaceDim, FieldDim > M_currentFE
 Structure for the computations. More...
 
std::vector< return_TypeM_interpolatedGradients
 Storage for the temporary values. More...
 

Public Types

typedef MatrixSmall< FieldDim, SpaceDim > return_Type
 Type of the value returned by this class. More...
 
typedef ETFESpace< MeshType, MapType, SpaceDim, FieldDim > fespace_Type
 Type of the FESpace to be used in this class. More...
 
typedef std::shared_ptr< fespace_TypefespacePtr_Type
 Type of the pointer on the FESpace. More...
 
typedef VectorEpetra vector_Type
 Type of the vector to be used. 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_NONE
 Flag for the solution current FE. More...
 

Constructors, destructor

 EvaluationInterpolateGradient (const EvaluationInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim > &evaluation)
 Copy constructor. More...
 
 EvaluationInterpolateGradient (const ExpressionInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim > &expression)
 Expression-based constructor. More...
 
 ~EvaluationInterpolateGradient ()
 Destructor. More...
 

Methods

void update (const UInt &iElement)
 Internal update: computes the interpolated gradients. More...
 
void zero ()
 Erase the interpolated gradients stored internally. More...
 
void showValues () const
 Show the values. 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 *)
 Do nothing setter for the solution current FE. More...
 
void setQuadrature (const QuadratureRule &qr)
 Setter for the quadrature rule. More...
 

Get Methods

return_Type value_q (const UInt &q) const
 Getter 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...
 

Private Methods

 EvaluationInterpolateGradient ()
 No empty constructor. More...
 

Detailed Description

template<typename MeshType, typename MapType, UInt SpaceDim, UInt FieldDim>
class LifeV::ExpressionAssembly::EvaluationInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim >

Evaluation for the interpolation of a FE function.

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

This class aims at representing an interpolated FE value.

This is the generic implementation, so representing a vectorial FE

This class is an Evaluation class, and therefore, has all the methods required to work within the Evaluation trees.

!! NOT DEFINED YET !! (Reason: miss SimpleTensor)

Definition at line 75 of file EvaluationInterpolateGradient.hpp.

Member Typedef Documentation

◆ return_Type

typedef MatrixSmall<FieldDim, SpaceDim> return_Type

Type of the value returned by this class.

Definition at line 83 of file EvaluationInterpolateGradient.hpp.

◆ fespace_Type

typedef ETFESpace<MeshType, MapType, SpaceDim, FieldDim> fespace_Type

Type of the FESpace to be used in this class.

Definition at line 86 of file EvaluationInterpolateGradient.hpp.

◆ fespacePtr_Type

typedef std::shared_ptr<fespace_Type> fespacePtr_Type

Type of the pointer on the FESpace.

Definition at line 89 of file EvaluationInterpolateGradient.hpp.

◆ vector_Type

Type of the vector to be used.

Definition at line 92 of file EvaluationInterpolateGradient.hpp.

Constructor & Destructor Documentation

◆ EvaluationInterpolateGradient() [1/3]

EvaluationInterpolateGradient ( const EvaluationInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim > &  evaluation)
inline

Copy constructor.

Definition at line 116 of file EvaluationInterpolateGradient.hpp.

◆ EvaluationInterpolateGradient() [2/3]

EvaluationInterpolateGradient ( const ExpressionInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim > &  expression)
inlineexplicit

Expression-based constructor.

Definition at line 131 of file EvaluationInterpolateGradient.hpp.

◆ ~EvaluationInterpolateGradient()

Destructor.

Definition at line 141 of file EvaluationInterpolateGradient.hpp.

◆ EvaluationInterpolateGradient() [3/3]

No empty constructor.

Member Function Documentation

◆ update()

void update ( const UInt iElement)
inline

Internal update: computes the interpolated gradients.

Definition at line 155 of file EvaluationInterpolateGradient.hpp.

◆ zero()

void zero ( )
inline

Erase the interpolated gradients stored internally.

Definition at line 182 of file EvaluationInterpolateGradient.hpp.

◆ showValues()

void showValues ( ) const
inline

Show the values.

Definition at line 197 of file EvaluationInterpolateGradient.hpp.

◆ display()

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

Display method.

Definition at line 208 of file EvaluationInterpolateGradient.hpp.

◆ setGlobalCFE()

void setGlobalCFE ( const CFEType *  )
inline

Do nothing setter for the global current FE.

Definition at line 221 of file EvaluationInterpolateGradient.hpp.

◆ setTestCFE()

void setTestCFE ( const CFEType *  )
inline

Do nothing setter for the test current FE.

Definition at line 226 of file EvaluationInterpolateGradient.hpp.

◆ setSolutionCFE()

void setSolutionCFE ( const CFEType *  )
inline

Do nothing setter for the solution current FE.

Definition at line 231 of file EvaluationInterpolateGradient.hpp.

◆ setQuadrature()

void setQuadrature ( const QuadratureRule qr)
inline

Setter for the quadrature rule.

Definition at line 235 of file EvaluationInterpolateGradient.hpp.

◆ value_q()

return_Type value_q ( const UInt q) const
inline

Getter for a value.

Definition at line 253 of file EvaluationInterpolateGradient.hpp.

◆ value_qi()

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

Getter for the value for a vector.

Definition at line 259 of file EvaluationInterpolateGradient.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 265 of file EvaluationInterpolateGradient.hpp.

Field Documentation

◆ S_globalUpdateFlag

const flag_Type S_globalUpdateFlag = ET_UPDATE_NONE
static

Flag for the global current FE.

Definition at line 101 of file EvaluationInterpolateGradient.hpp.

◆ S_testUpdateFlag

const flag_Type S_testUpdateFlag = ET_UPDATE_NONE
static

Flag for the test current FE.

Definition at line 104 of file EvaluationInterpolateGradient.hpp.

◆ S_solutionUpdateFlag

const flag_Type S_solutionUpdateFlag = ET_UPDATE_NONE
static

Flag for the solution current FE.

Definition at line 107 of file EvaluationInterpolateGradient.hpp.

◆ M_fespace

fespacePtr_Type M_fespace
private

Data storage.

Definition at line 284 of file EvaluationInterpolateGradient.hpp.

◆ M_vector

vector_Type M_vector
private

Definition at line 285 of file EvaluationInterpolateGradient.hpp.

◆ M_quadrature

QuadratureRule* M_quadrature
private

Definition at line 286 of file EvaluationInterpolateGradient.hpp.

◆ M_currentFE

ETCurrentFE<SpaceDim, FieldDim> M_currentFE
private

Structure for the computations.

Definition at line 289 of file EvaluationInterpolateGradient.hpp.

◆ M_interpolatedGradients

std::vector<return_Type> M_interpolatedGradients
private

Storage for the temporary values.

Definition at line 292 of file EvaluationInterpolateGradient.hpp.


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