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

Calculate the size of the element matrix. More...

#include <ElementMatrix.hpp>

Public Types

typedef boost::mpl::fold< typename FilterMatrixSizes< MatrixSizesT, EquationVariablesT >::type, boost::mpl::int_< 0 >, boost::mpl::plus< boost::mpl::_1, boost::mpl::_2 > >::type type
 

Detailed Description

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

Calculate the size of the element matrix.

Definition at line 284 of file ElementMatrix.hpp.

Member Typedef Documentation

typedef boost::mpl::fold< typename FilterMatrixSizes<MatrixSizesT, EquationVariablesT>::type, boost::mpl::int_<0>, boost::mpl::plus<boost::mpl::_1, boost::mpl::_2> >::type type

Definition at line 291 of file ElementMatrix.hpp.


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