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

Calculate if a variable is part of an equation. More...

#include <ElementMatrix.hpp>

Public Types

typedef boost::fusion::result_of::as_vector< 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, EquationVariablesOp< boost::mpl::_1, ExprT > >::type >::type type
 Types of the used variables. More...
 

Detailed Description

template<typename ExprT, typename NbVarsT>
struct cf3::solver::actions::Proto::EquationVariables< ExprT, NbVarsT >

Calculate if a variable is part of an equation.

Definition at line 199 of file ElementMatrix.hpp.

Member Typedef Documentation

typedef boost::fusion::result_of::as_vector< 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, EquationVariablesOp<boost::mpl::_1, ExprT> >::type >::type type

Types of the used variables.

Definition at line 209 of file ElementMatrix.hpp.


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