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

Get the order of variable I. More...

#include <ElementIntegration.hpp>

Public Types

typedef DataT::template DataType< I >::type VarDataT
 
typedef boost::result_of< DefineType< I::value >ExprT)>::type VarT
 
typedef boost::mpl::int_< GetOrderFromData< VarDataT, VarT >::value > type
 

Detailed Description

template<typename I, typename DataT, typename ExprT>
struct cf3::solver::actions::Proto::GetOrder< I, DataT, ExprT >

Get the order of variable I.

Definition at line 43 of file ElementIntegration.hpp.

Member Typedef Documentation

typedef boost::mpl::int_<GetOrderFromData<VarDataT, VarT>::value> type

Definition at line 49 of file ElementIntegration.hpp.

typedef DataT::template DataType<I>::type VarDataT

Definition at line 46 of file ElementIntegration.hpp.

typedef boost::result_of<DefineType<I::value>ExprT)>::type VarT

Definition at line 48 of file ElementIntegration.hpp.


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