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

#include <GaussPoints.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Public Types

typedef boost::remove_reference< DataT >::type::SupportT::EtypeT ShapeFunctionT
 
typedef mesh::Integrators::GaussMappedCoords< order, ShapeFunctionT::shapeGaussT
 
typedef const GaussT::CoordsTresult_type
 

Public Member Functions

result_type operator() (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 

Static Public Attributes

static const Uint order = boost::remove_reference<ExprT>::type::value
 

Detailed Description

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

Definition at line 27 of file GaussPoints.hpp.

Member Typedef Documentation

Definition at line 31 of file GaussPoints.hpp.

typedef const GaussT::CoordsT& result_type

Definition at line 33 of file GaussPoints.hpp.

typedef boost::remove_reference<DataT>::type::SupportT::EtypeT ShapeFunctionT

Definition at line 30 of file GaussPoints.hpp.

Member Function Documentation

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

Definition at line 35 of file GaussPoints.hpp.

Member Data Documentation

const Uint order = boost::remove_reference<ExprT>::type::value
static

Definition at line 29 of file GaussPoints.hpp.


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