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

#include <RestrictExpressionToElementType.hpp>

Inherits transform_impl< ExprT, StateT, DataT >.

Classes

struct  evaluate_expr
 

Public Types

typedef void result_type
 

Public Member Functions

void apply (boost::mpl::true_, typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 Executed only for the listed element types. More...
 
void apply (boost::mpl::false_, typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 Do nothing if the element supprot type is not in the required list. More...
 
void operator() (typename impl::expr_param expr, typename impl::state_param state, typename impl::data_param data) const
 

Detailed Description

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

Definition at line 33 of file RestrictExpressionToElementType.hpp.

Member Typedef Documentation

typedef void result_type

Definition at line 35 of file RestrictExpressionToElementType.hpp.

Member Function Documentation

void apply ( boost::mpl::true_  ,
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

Executed only for the listed element types.

Definition at line 58 of file RestrictExpressionToElementType.hpp.

void apply ( boost::mpl::false_  ,
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

Do nothing if the element supprot type is not in the required list.

Definition at line 67 of file RestrictExpressionToElementType.hpp.

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 71 of file RestrictExpressionToElementType.hpp.


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