dune-geometry  2.4
Static Public Member Functions | List of all members
Dune::LocalGeometryTypeIndex Class Reference

Compute per-dimension indices for geometry types. More...

#include <dune/geometry/typeindex.hh>

Static Public Member Functions

static DUNE_CONSTEXPR std::size_t size (std::size_t dim)
 Compute total number of geometry types for the given dimension. More...
 
static std::size_t index (const GeometryType &gt)
 Compute the index for the given geometry type within its dimension. More...
 
static GeometryType type (std::size_t dim, std::size_t index)
 compute the geometry type for the given local index and dimension More...
 

Detailed Description

Compute per-dimension indices for geometry types.

Member Function Documentation

static std::size_t Dune::LocalGeometryTypeIndex::index ( const GeometryType gt)
inlinestatic

Compute the index for the given geometry type within its dimension.

Geometry types from different dimensions my get the same index. If that is not what you want, maybe you should look at GlobalGeometryTypeIndex.

References Dune::GeometryType::dim(), Dune::GeometryType::id(), and Dune::GeometryType::isNone().

Referenced by Dune::GlobalGeometryTypeIndex::index().

static DUNE_CONSTEXPR std::size_t Dune::LocalGeometryTypeIndex::size ( std::size_t  dim)
inlinestatic

Compute total number of geometry types for the given dimension.

This includes irregular geometry types such as "None".

static GeometryType Dune::LocalGeometryTypeIndex::type ( std::size_t  dim,
std::size_t  index 
)
inlinestatic

compute the geometry type for the given local index and dimension

References Dune::GeometryType::makeNone().


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