dune-grid  2.1.1
Public Member Functions
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

List of all members.

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 select 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: