LifeV
|
File for the definition of the expression used to interpolate FE functions. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/core/array/VectorEpetra.hpp>
#include <lifev/eta/expression/ExpressionBase.hpp>
#include <lifev/eta/fem/ETFESpace.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | ExpressionInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim > |
class ExpressionInterpolateGradient Class representing an interpolation in an expression. More... | |
Namespaces | |
LifeV | |
Default Physical Solver. | |
LifeV::ExpressionAssembly | |
Functions | |
template<typename MeshType , typename MapType , UInt SpaceDim, UInt FieldDim> | |
ExpressionInterpolateGradient< MeshType, MapType, SpaceDim, FieldDim > | grad (std::shared_ptr< ETFESpace< MeshType, MapType, SpaceDim, FieldDim > > fespace, const VectorEpetra &vector, const UInt &offset=0) |
Simple function to be used in the construction of an expression. More... | |
File for the definition of the expression used to interpolate FE functions.
Definition in file ExpressionInterpolateGradient.hpp.