dune-grid 2.9.0
Static Public Member Functions | List of all members
Dune::GlobalIndexSet< GridView >::SubPartitionTypeProvider< Entity, Codim > Struct Template Reference

Helper class to provide access to subentity PartitionTypes with a run-time codimension. More...

#include <dune/grid/utility/globalindexset.hh>

Static Public Member Functions

static PartitionType get (const Entity &entity, int codim, int i)
 Get PartitionType of the i-th subentity of codimension 'codim' of entity 'entity'. More...
 

Detailed Description

template<class GridView>
template<class Entity, int Codim>
struct Dune::GlobalIndexSet< GridView >::SubPartitionTypeProvider< Entity, Codim >

Helper class to provide access to subentity PartitionTypes with a run-time codimension.

This class can be removed if there is ever a method 'subPartitionType' similar to 'subIndex', that takes a run-time codimension argument.

Member Function Documentation

◆ get()

template<class GridView >
template<class Entity , int Codim>
static PartitionType Dune::GlobalIndexSet< GridView >::SubPartitionTypeProvider< Entity, Codim >::get ( const Entity entity,
int  codim,
int  i 
)
inlinestatic

Get PartitionType of the i-th subentity of codimension 'codim' of entity 'entity'.


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