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

Get the maximum order of the shape functions used in Expr. More...

#include <ElementIntegration.hpp>

Public Types

typedef boost::result_of< ExprVarArity(ExprT)>::type NbVarsT
 
typedef boost::mpl::deref< typename boost::mpl::max_element< typename boost::mpl::transform< typename boost::mpl::copy< boost::mpl::range_c< int, 0, NbVarsT::value >, boost::mpl::back_inserter< boost::mpl::vector_c< Uint > > >::type, GetOrder< boost::mpl::_1, DataT, ExprT > >::type >::type >::type type
 

Detailed Description

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

Get the maximum order of the shape functions used in Expr.

Definition at line 54 of file ElementIntegration.hpp.

Member Typedef Documentation

typedef boost::result_of<ExprVarArity(ExprT)>::type NbVarsT

Definition at line 56 of file ElementIntegration.hpp.

typedef boost::mpl::deref<typename boost::mpl::max_element < typename boost::mpl::transform < typename boost::mpl::copy<boost::mpl::range_c<int,0,NbVarsT::value>, boost::mpl::back_inserter< boost::mpl::vector_c<Uint> > >::type, GetOrder<boost::mpl::_1, DataT, ExprT> >::type >::type>::type type

Definition at line 65 of file ElementIntegration.hpp.


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