dune-grid  3.0-git
Public Member Functions | List of all members
Dune::MCMGVertexLayout< dim > Struct Template Reference

Layout template for vertices. More...

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

Inheritance diagram for Dune::MCMGVertexLayout< dim >:
Inheritance graph

Public Member Functions

bool contains (Dune::GeometryType gt)
 

Detailed Description

template<int dim>
struct Dune::MCMGVertexLayout< dim >

Layout template for vertices.

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

Template Parameters
dimgridThe dimension of the grid.

Member Function Documentation

◆ contains()

template<int dim>
bool Dune::MCMGVertexLayout< dim >::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: