COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | Public Attributes | List of all members
EtypeTVariableData< ETYPE, SupportEtypeT, Dim, IsEquationVar >::InterpolationImpl< VarDim, Dummy > Struct Template Reference

Interpolation of a field. More...

Public Types

typedef Eigen::Matrix< Real, 1, VarDim > MatrixT
 
typedef const MatrixTresult_type
 

Public Member Functions

template<typename NodeValuesT >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW result_type operator() (const typename EtypeT::SF::ValueT &sf, const NodeValuesT &values) const
 

Public Attributes

MatrixT stored_result
 

Detailed Description

template<typename ETYPE, typename SupportEtypeT, Uint Dim, bool IsEquationVar>
template<Uint VarDim, int Dummy = 0>
struct cf3::solver::actions::Proto::EtypeTVariableData< ETYPE, SupportEtypeT, Dim, IsEquationVar >::InterpolationImpl< VarDim, Dummy >

Interpolation of a field.

Definition at line 359 of file ElementData.hpp.

Member Typedef Documentation

typedef Eigen::Matrix<Real, 1, VarDim> MatrixT

Definition at line 361 of file ElementData.hpp.

typedef const MatrixT& result_type

Definition at line 362 of file ElementData.hpp.

Member Function Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW result_type operator() ( const typename EtypeT::SF::ValueT &  sf,
const NodeValuesT &  values 
) const
inline

Definition at line 367 of file ElementData.hpp.

Member Data Documentation

MatrixT stored_result
mutable

Definition at line 373 of file ElementData.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin