Dune::CpGridTraits::Codim< cd > Struct Template Reference

Traits associated with a specific codim. More...

#include <CpGrid.hpp>

Classes

struct  Partition
 Traits associated with a specific grid partition type. More...
 

Public Types

typedef cpgrid::Geometry< 3-cd, 3 > Geometry
 The type of the geometry associated with the entity. IMPORTANT: Codim<codim>::Geometry == Geometry<dim-codim,dimw> More...
 
typedef cpgrid::Geometry< 3-cd, 3 > LocalGeometry
 The type of the local geometry associated with the entity. More...
 
typedef cpgrid::Entity< cd > Entity
 The type of the entity. More...
 
typedef cpgrid::Iterator< cd, All_Partition > LevelIterator
 The type of the iterator over all level entities of this codim. More...
 
typedef cpgrid::Iterator< cd, All_Partition > LeafIterator
 The type of the iterator over all leaf entities of this codim. More...
 
typedef cpgrid::Entity< cd > EntitySeed
 The type of the entity pointer for entities of this codim. More...
 

Detailed Description

template<int cd>
struct Dune::CpGridTraits::Codim< cd >

Traits associated with a specific codim.

Template Parameters
cdThe codimension.

Member Typedef Documentation

◆ Entity

template<int cd>
typedef cpgrid::Entity<cd> Dune::CpGridTraits::Codim< cd >::Entity

The type of the entity.

◆ EntitySeed

template<int cd>
typedef cpgrid::Entity<cd> Dune::CpGridTraits::Codim< cd >::EntitySeed

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

◆ Geometry

template<int cd>
typedef cpgrid::Geometry<3-cd, 3> Dune::CpGridTraits::Codim< cd >::Geometry

The type of the geometry associated with the entity. IMPORTANT: Codim<codim>::Geometry == Geometry<dim-codim,dimw>

◆ LeafIterator

template<int cd>
typedef cpgrid::Iterator<cd, All_Partition> Dune::CpGridTraits::Codim< cd >::LeafIterator

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

◆ LevelIterator

template<int cd>
typedef cpgrid::Iterator<cd, All_Partition> Dune::CpGridTraits::Codim< cd >::LevelIterator

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

◆ LocalGeometry

template<int cd>
typedef cpgrid::Geometry<3-cd, 3> Dune::CpGridTraits::Codim< cd >::LocalGeometry

The type of the local geometry associated with the entity.


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