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
ForEachDimension< GrammarT >::impl< ExprT, StateT, DataT > Struct Template Reference

#include <ForEachDimension.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Public Types

typedef void result_type
 

Public Member Functions

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

Static Public Attributes

static const Uint dims = boost::remove_reference<DataT>::type::SupportT::ShapeFunctionT::dimension
 Dimension of the problem. More...
 

Detailed Description

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

Definition at line 53 of file ForEachDimension.hpp.

Member Typedef Documentation

typedef void result_type

Definition at line 58 of file ForEachDimension.hpp.

Member Function Documentation

void 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 60 of file ForEachDimension.hpp.

Member Data Documentation

const Uint dims = boost::remove_reference<DataT>::type::SupportT::ShapeFunctionT::dimension
static

Dimension of the problem.

Definition at line 56 of file ForEachDimension.hpp.


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