dune-grid 2.11
Loading...
Searching...
No Matches
Dune::AlbertaGridIdSet< dim, dimworld > Class Template Reference

hierarchic index set of AlbertaGrid More...

#include <dune/grid/albertagrid/indexsets.hh>

Inheritance diagram for Dune::AlbertaGridIdSet< dim, dimworld >:
Inheritance graph

Public Types

typedef Base::IdType IdType
 export type of id

Public Member Functions

template<class Entity>
IdType id (const Entity &e) const
 Get id of an entity. This method is simpler to use than the one below.
template<int codim>
IdType id (const typename Grid::template Codim< codim >::Entity &e) const
 Get id of an entity. This method is simpler to use than the one below.
IdType subId (const typename Grid::template Codim< 0 >::Entity &e, int i, unsigned int subcodim) const
 Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
template<int codim>
IdType subId (const typename Grid::template Codim< codim >::Entity &e, int i, unsigned int subcodim) const
 Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
template<class Entity>
IdType subId (const Entity &e, int i, unsigned int subcodim) const
 Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
IdType subId (const typename Codim< 0 >::Entity &e, int i, unsigned int codim) const
 Get id of subentity i of co-dimension codim of a co-dimension 0 entity.

Friends

class AlbertaGrid< dim, dimworld >

Detailed Description

template<int dim, int dimworld>
class Dune::AlbertaGridIdSet< dim, dimworld >

hierarchic index set of AlbertaGrid

Member Typedef Documentation

◆ IdType

template<int dim, int dimworld>
typedef Base::IdType Dune::AlbertaGridIdSet< dim, dimworld >::IdType

export type of id

Member Function Documentation

◆ id() [1/2]

template<int dim, int dimworld>
template<class Entity>
IdType Dune::AlbertaGridIdSet< dim, dimworld >::id ( const Entity & e) const
inline

Get id of an entity. This method is simpler to use than the one below.

◆ id() [2/2]

template<int dim, int dimworld>
template<int codim>
IdType Dune::AlbertaGridIdSet< dim, dimworld >::id ( const typename Grid::template Codim< codim >::Entity & e) const
inline

Get id of an entity. This method is simpler to use than the one below.

◆ subId() [1/4]

template<int dim, int dimworld>
template<class Entity>
IdType Dune::AlbertaGridIdSet< dim, dimworld >::subId ( const Entity & e,
int i,
unsigned int subcodim ) const
inline

Get id of subentity i of co-dimension codim of a co-dimension 0 entity.

◆ subId() [2/4]

template<int dim, int dimworld>
IdType Dune::AlbertaGridIdSet< dim, dimworld >::subId ( const typename Grid::template Codim< 0 >::Entity & e,
int i,
unsigned int subcodim ) const
inline

Get id of subentity i of co-dimension codim of a co-dimension 0 entity.

◆ subId() [3/4]

template<int dim, int dimworld>
template<int codim>
IdType Dune::AlbertaGridIdSet< dim, dimworld >::subId ( const typename Grid::template Codim< codim >::Entity & e,
int i,
unsigned int subcodim ) const
inline

Get id of subentity i of co-dimension codim of a co-dimension 0 entity.

◆ subId() [4/4]

IdType Dune::IdSet< AlbertaGrid< dim, dimworld >, AlbertaGridIdSet< dim, dimworld >, unsigned int >::subId ( const typename Codim< 0 >::Entity & e,
int i,
unsigned int codim ) const
inlineinherited

Get id of subentity i of co-dimension codim of a co-dimension 0 entity.

◆ AlbertaGrid< dim, dimworld >

template<int dim, int dimworld>
friend class AlbertaGrid< dim, dimworld >
friend

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