dune-grid  2.2.0
Classes | Public Types | Friends
Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd > Struct Template Reference

Traits associated with a specific codim. More...

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

List of all members.

Classes

struct  Partition
 Traits associated with a specific grid partition type. More...
struct  SeedDefault
struct  SeedDefault< EPImpl, EPImpl >

Public Types

typedef GeometryImp< dim-cd,
dimw, const GridImp > 
GeometryImpl
typedef LocalGeometryImp< dim-cd,
dim, const GridImp > 
LocalGeometryImpl
typedef Dune::Geometry< dim-cd,
dimw, const GridImp,
GeometryImp > 
Geometry
 IMPORTANT: Codim<codim>::Geometry == Geometry<dim-codim,dimw>
typedef Dune::Geometry< dim-cd,
dim, const GridImp,
LocalGeometryImp > 
LocalGeometry
 The type of the local geometry associated with the entity.
typedef Dune::Entity< cd, dim,
const GridImp, EntityImp > 
Entity
 The type of the entity.
typedef Dune::EntityPointer
< const GridImp,
EntityPointerImp< cd, const
GridImp > > 
EntityPointer
 The type of the entity pointer for entities of this codim.
typedef SeedDefault
< EntitySeedImp< cd, const
GridImp >, EntityPointerImp
< cd, const GridImp >
>::EntitySeed 
EntitySeed
 The type of the entity seed of this codim.
typedef Partition
< All_Partition >
::LeafIterator 
LeafIterator
 The type of the iterator over all leaf entities of this codim.
typedef Partition
< All_Partition >
::LevelIterator 
LevelIterator
 The type of the entity pointer for entities of this codim.

Friends

class Dune::Entity< cd, dim, const GridImp, EntityImp >

Detailed Description

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
struct Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >

Traits associated with a specific codim.

Template Parameters:
cdThe codimension.

Member Typedef Documentation

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef Dune::Entity<cd, dim, const GridImp, EntityImp> Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::Entity

The type of the entity.

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef Dune::EntityPointer<const GridImp,EntityPointerImp<cd,const GridImp> > Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::EntityPointer

The type of the entity pointer for entities of this codim.

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef SeedDefault< EntitySeedImp<cd, const GridImp>, EntityPointerImp<cd,const GridImp> >:: EntitySeed Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::EntitySeed

The type of the entity seed of this codim.

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef Dune::Geometry<dim-cd, dimw, const GridImp, GeometryImp> Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::Geometry

IMPORTANT: Codim<codim>::Geometry == Geometry<dim-codim,dimw>

The type of the geometry associated with the entity.

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef GeometryImp<dim-cd, dimw, const GridImp> Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::GeometryImpl
template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef Partition< All_Partition >::LeafIterator Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::LeafIterator

The type of the iterator over all leaf entities of this codim.

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef Partition< All_Partition >::LevelIterator Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::LevelIterator

The type of the entity pointer for entities of this codim.

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef Dune::Geometry<dim-cd, dim, const GridImp, LocalGeometryImp> Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::LocalGeometry

The type of the local geometry associated with the entity.

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
typedef LocalGeometryImp<dim-cd, dim, const GridImp> Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::Codim< cd >::LocalGeometryImpl

Friends And Related Function Documentation

template<int dim, int dimw, class GridImp, template< int, int, class > class GeometryImp, template< int, int, class > class EntityImp, template< int, class > class EntityPointerImp, template< int, PartitionIteratorType, class > class LevelIteratorImp, template< class > class LeafIntersectionImp, template< class > class LevelIntersectionImp, template< class > class LeafIntersectionIteratorImp, template< class > class LevelIntersectionIteratorImp, template< class > class HierarchicIteratorImp, template< int, PartitionIteratorType, class > class LeafIteratorImp, class LevelIndexSetImp, class LeafIndexSetImp, class GlobalIdSetImp, class GIDType, class LocalIdSetImp, class LIDType, class CCType, template< class, PartitionIteratorType > class LevelGridViewTraits = DefaultLevelGridViewTraits, template< class, PartitionIteratorType > class LeafGridViewTraits = DefaultLeafGridViewTraits, template< int, class > class EntitySeedImp = EntityPointerImp, template< int, int, class > class LocalGeometryImp = GeometryImp>
template<int cd>
friend class Dune::Entity< cd, dim, const GridImp, EntityImp >
friend

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