COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | List of all members
ElementValue::impl< ExprT, StateT, DataT > Struct Template Reference

#include <ElementTransforms.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Public Types

typedef VarDataType< ExprT, DataT >::type VarDataT
 
typedef GetElementResultType< VarDataT, typename VarDataT::EtypeT >::type result_type
 

Public Member Functions

result_type operator() (typename impl::expr_param var, typename impl::state_param, typename impl::data_param data)
 
template<typename SF >
result_type dispatch (const SF &, VarDataT &, typename impl::expr_param var)
 static dispatch in case of node-based field, giving an error More...
 
template<Uint Dim>
result_type dispatch (const ElementBased< Dim > &, VarDataT &var, typename impl::expr_param)
 static dispatch in case of element-based field More...
 

Detailed Description

template<typename ExprT, typename StateT, typename DataT>
struct cf3::solver::actions::Proto::ElementValue::impl< ExprT, StateT, DataT >

Definition at line 98 of file ElementTransforms.hpp.

Member Typedef Documentation

typedef GetElementResultType<VarDataT, typename VarDataT::EtypeT>::type result_type

Definition at line 101 of file ElementTransforms.hpp.

typedef VarDataType<ExprT, DataT>::type VarDataT

Definition at line 100 of file ElementTransforms.hpp.

Member Function Documentation

result_type dispatch ( const SF &  ,
VarDataT ,
typename impl< ExprT, StateT, DataT >::expr_param  var 
)
inline

static dispatch in case of node-based field, giving an error

Definition at line 110 of file ElementTransforms.hpp.

result_type dispatch ( const ElementBased< Dim > &  ,
VarDataT var,
typename impl< ExprT, StateT, DataT >::expr_param   
)
inline

static dispatch in case of element-based field

Definition at line 117 of file ElementTransforms.hpp.

result_type operator() ( typename impl< ExprT, StateT, DataT >::expr_param  var,
typename impl< ExprT, StateT, DataT >::state_param  ,
typename impl< ExprT, StateT, DataT >::data_param  data 
)
inline

Definition at line 103 of file ElementTransforms.hpp.


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