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

Filter the matrix size so equation variables are the only ones left with non-zero size. More...

#include <ElementMatrix.hpp>

Public Types

typedef boost::mpl::transform< MatrixSizesT, typename boost::mpl::copy< EquationVariablesT, boost::mpl::back_inserter< boost::mpl::vector0<> > >::type, boost::mpl::if_< boost::mpl::_2, boost::mpl::_1, boost::mpl::int_< 0 > > >::type type
 

Detailed Description

template<typename MatrixSizesT, typename EquationVariablesT>
struct cf3::solver::actions::Proto::FilterMatrixSizes< MatrixSizesT, EquationVariablesT >

Filter the matrix size so equation variables are the only ones left with non-zero size.

Definition at line 272 of file ElementMatrix.hpp.

Member Typedef Documentation

typedef boost::mpl::transform< MatrixSizesT, typename boost::mpl::copy<EquationVariablesT, boost::mpl::back_inserter< boost::mpl::vector0<> > >::type, boost::mpl::if_<boost::mpl::_2, boost::mpl::_1, boost::mpl::int_<0> > >::type type

Definition at line 279 of file ElementMatrix.hpp.


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