LifeV
|
class ExpressionInterpolateLaplacian Class representing an interpolation in an expression. More...
#include <ExpressionInterpolateLaplacian.hpp>
Private Attributes | |
fespacePtr_Type | M_fespace |
vector_Type | M_vector |
UInt | M_offset |
Public Types | |
typedef ExpressionBase< ExpressionInterpolateLaplacian< 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 VectorEpetra | vector_Type |
Data vector type. More... | |
Constructors & Destructor | |
ExpressionInterpolateLaplacian (fespacePtr_Type fespace, const vector_Type &vector, const UInt &offset) | |
Constructor using the finite element space and the data vector. More... | |
ExpressionInterpolateLaplacian (const ExpressionInterpolateLaplacian< MeshType, MapType, SpaceDim, FieldDim > &expr) | |
Copy constructor. More... | |
~ExpressionInterpolateLaplacian () | |
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... | |
const UInt | offset () const |
Getter for the data vector. More... | |
Private Methods | |
ExpressionInterpolateLaplacian () | |
No default constructor. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionInterpolateLaplacian< MeshType, MapType, SpaceDim, FieldDim > > | |
typedef ExpressionInterpolateLaplacian< MeshType, MapType, SpaceDim, FieldDim > | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionInterpolateLaplacian< 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 ExpressionInterpolateLaplacian 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 ExpressionInterpolateLaplacian.hpp.
typedef ExpressionBase<ExpressionInterpolateLaplacian < MeshType, MapType, SpaceDim, FieldDim > > base_Type |
Definition at line 89 of file ExpressionInterpolateLaplacian.hpp.
typedef ETFESpace<MeshType, MapType, SpaceDim, FieldDim> fespace_Type |
Type of the finite element space.
Definition at line 92 of file ExpressionInterpolateLaplacian.hpp.
typedef std::shared_ptr<fespace_Type> fespacePtr_Type |
Type for the pointer on the finite element space.
Definition at line 95 of file ExpressionInterpolateLaplacian.hpp.
typedef VectorEpetra vector_Type |
Data vector type.
Definition at line 98 of file ExpressionInterpolateLaplacian.hpp.
|
inline |
Constructor using the finite element space and the data vector.
Definition at line 107 of file ExpressionInterpolateLaplacian.hpp.
|
inline |
Copy constructor.
Definition at line 111 of file ExpressionInterpolateLaplacian.hpp.
|
inline |
Destructor.
Definition at line 115 of file ExpressionInterpolateLaplacian.hpp.
|
private |
No default constructor.
|
inlinestatic |
Display method.
Definition at line 124 of file ExpressionInterpolateLaplacian.hpp.
|
inline |
Getter for the finite element space.
Definition at line 136 of file ExpressionInterpolateLaplacian.hpp.
|
inline |
Getter for the data vector.
Definition at line 142 of file ExpressionInterpolateLaplacian.hpp.
|
inline |
Getter for the data vector.
Definition at line 148 of file ExpressionInterpolateLaplacian.hpp.
|
private |
Definition at line 166 of file ExpressionInterpolateLaplacian.hpp.
|
private |
Definition at line 169 of file ExpressionInterpolateLaplacian.hpp.
|
private |
Definition at line 172 of file ExpressionInterpolateLaplacian.hpp.