COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | List of all members
IsCompatibleWith< ETYPE >::apply< OTHER_ETYPE > Struct Template Reference

#include <ElementTypePredicates.hpp>

Public Types

typedef boost::mpl::and_< boost::mpl::equal_to< boost::mpl::int_< ETYPE::dimensionality >, boost::mpl::int_< OTHER_ETYPE::dimensionality > >, boost::mpl::equal_to< boost::mpl::int_< ETYPE::shape >, boost::mpl::int_< OTHER_ETYPE::shape > > >::type type
 

Detailed Description

template<typename ETYPE>
template<typename OTHER_ETYPE>
struct cf3::mesh::IsCompatibleWith< ETYPE >::apply< OTHER_ETYPE >

Definition at line 65 of file ElementTypePredicates.hpp.

Member Typedef Documentation

typedef boost::mpl::and_< boost::mpl::equal_to < boost::mpl::int_<ETYPE::dimensionality>, boost::mpl::int_<OTHER_ETYPE::dimensionality> >, boost::mpl::equal_to < boost::mpl::int_<ETYPE::shape>, boost::mpl::int_<OTHER_ETYPE::shape> > >::type type

Definition at line 79 of file ElementTypePredicates.hpp.


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