dune-grid  2.3.1
Public Member Functions | List of all members
Dune::MCMGElementLayout< dimgrid > Struct Template Reference

Layout template for elements. More...

#include <dune/grid/common/mcmgmapper.hh>

Inheritance diagram for Dune::MCMGElementLayout< dimgrid >:
Inheritance graph

Public Member Functions

bool contains (Dune::GeometryType gt)
 

Detailed Description

template<int dimgrid>
struct Dune::MCMGElementLayout< dimgrid >

Layout template for elements.

This layout template is for use in the MultipleCodimMultipleGeomTypeMapper. It selects only elements (entities with dim=dimgrid).

Template Parameters
dimgridThe dimension of the grid.

Member Function Documentation

template<int dimgrid>
bool Dune::MCMGElementLayout< dimgrid >::contains ( Dune::GeometryType  gt)
inline

test whether entities of the given geometry type should be included in the map


The documentation for this struct was generated from the following file: