LifeV
|
class ExpressionInterpolateValue Class representing an interpolation in an expression. More...
#include <ExpressionReturnAtQuadraturePoints.hpp>
Private Attributes | |
fespacePtr_Type | M_fespace |
vector_Type | M_vector |
Public Types | |
typedef ExpressionBase< ExpressionReturnAtQuadraturePoints< MeshType, MapType, SpaceDim, FieldDim > > | base_Type |
typedef ETFESpace< MeshType, MapType, SpaceDim, FieldDim > | fespace_Type |
Type of the finite element space. More... | |
typedef std::shared_ptr< fespace_Type > | fespacePtr_Type |
Type for the pointer on the finite element space. More... | |
typedef std::vector< std::vector< VectorSmall< FieldDim > > > | vector_Type |
Data vector type - vectorial case. More... | |
Constructors & Destructor | |
ExpressionReturnAtQuadraturePoints (fespacePtr_Type fespace, const vector_Type &vector) | |
Constructor using the finite element space and the data vector. More... | |
ExpressionReturnAtQuadraturePoints (const ExpressionReturnAtQuadraturePoints< MeshType, MapType, SpaceDim, FieldDim > &expr) | |
Copy constructor. More... | |
~ExpressionReturnAtQuadraturePoints () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Get Methods | |
fespacePtr_Type | fespace () const |
Getter for the finite element space. More... | |
const vector_Type | vector () const |
Getter for the data vector. More... | |
Private Methods | |
ExpressionReturnAtQuadraturePoints () | |
No default constructor. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionReturnAtQuadraturePoints< MeshType, MapType, SpaceDim, FieldDim > > | |
typedef ExpressionReturnAtQuadraturePoints< MeshType, MapType, SpaceDim, FieldDim > | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionReturnAtQuadraturePoints< MeshType, MapType, SpaceDim, FieldDim > > | |
ExpressionBase () | |
Empty and only constructor. More... | |
virtual | ~ExpressionBase () |
Destructor. More... | |
const derived_Type & | cast () const |
Method to cast away the type and get the real (DerivedType) object. More... | |
class ExpressionInterpolateValue Class representing an interpolation in an expression.
This class is meant to be used only in the expression tree, it does not perform any computation.
Template parameters
MeshType: The type of the mesh
MapType: The type of the algebraic map (for parallel computations)
SpaceDim: The ambiant space (for the finite element space)
FieldDim: The dimension of the field to interpolate (scalar vs vectorial)
Template requirements
MeshType: Same as in LifeV::ETFESpace
MapType: Same as in LifeV::ETFESpace
Definition at line 80 of file ExpressionReturnAtQuadraturePoints.hpp.
typedef ExpressionBase<ExpressionReturnAtQuadraturePoints < MeshType, MapType, SpaceDim, FieldDim > > base_Type |
Definition at line 89 of file ExpressionReturnAtQuadraturePoints.hpp.
typedef ETFESpace<MeshType, MapType, SpaceDim, FieldDim> fespace_Type |
Type of the finite element space.
Definition at line 92 of file ExpressionReturnAtQuadraturePoints.hpp.
typedef std::shared_ptr<fespace_Type> fespacePtr_Type |
Type for the pointer on the finite element space.
Definition at line 95 of file ExpressionReturnAtQuadraturePoints.hpp.
typedef std::vector<std::vector<VectorSmall<FieldDim> > > vector_Type |
Data vector type - vectorial case.
Definition at line 98 of file ExpressionReturnAtQuadraturePoints.hpp.
|
inline |
Constructor using the finite element space and the data vector.
Definition at line 107 of file ExpressionReturnAtQuadraturePoints.hpp.
|
inline |
Copy constructor.
Definition at line 111 of file ExpressionReturnAtQuadraturePoints.hpp.
|
inline |
Destructor.
Definition at line 115 of file ExpressionReturnAtQuadraturePoints.hpp.
|
private |
No default constructor.
|
inlinestatic |
Display method.
Definition at line 124 of file ExpressionReturnAtQuadraturePoints.hpp.
|
inline |
Getter for the finite element space.
Definition at line 136 of file ExpressionReturnAtQuadraturePoints.hpp.
|
inline |
Getter for the data vector.
Definition at line 142 of file ExpressionReturnAtQuadraturePoints.hpp.
|
private |
Definition at line 160 of file ExpressionReturnAtQuadraturePoints.hpp.
|
private |
Definition at line 163 of file ExpressionReturnAtQuadraturePoints.hpp.