dune-grid  2.1.1
Public Types | Static Public Attributes
Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > > Struct Template Reference

#include <dune/grid/geometrygrid/entitypointer.hh>

Inheritance diagram for Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >:
Inheritance graph

List of all members.

Public Types

typedef Dune::GeometryGrid
< HostGrid, CoordFunction,
Allocator > 
Grid
typedef HostGrid::ctype ctype
typedef Dune::Entity
< codimension, dimension,
const Grid, GeoGrid::Entity
Entity
typedef GeoGrid::EntitySeed
< codimension, const Grid
EntitySeed
typedef HostGrid::template
Codim< codim >::Entity 
HostEntity
typedef HostGrid::template
Codim< codim >::EntityPointer 
HostEntityPointer
typedef HostEntityPointer HostEntityIterator
typedef HostGrid::template
Codim< 0 >::Entity 
HostElement
typedef HostGrid::template
Codim< 0 >::EntityPointer 
HostElementIterator
typedef HostGrid HostGrid
typedef CoordFunction CoordFunction

Static Public Attributes

static const bool fake = !Capabilities::hasHostEntity< Grid, codim >::v
static const int dimension = HostGrid::dimension
static const int codimension = codim

Detailed Description

template<int codim, class HostGrid, class CoordFunction, class Allocator>
struct Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >


Member Typedef Documentation

template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef HostGrid::ctype Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::ctype
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef Dune::Entity< codimension, dimension, const Grid, GeoGrid::Entity > Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::Entity
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef GeoGrid::EntitySeed< codimension, const Grid > Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::EntitySeed
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef Dune::GeometryGrid< HostGrid, CoordFunction, Allocator > Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::Grid
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef HostGrid::template Codim< 0 >::Entity Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::HostElement
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef HostGrid::template Codim< 0 >::EntityPointer Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::HostElementIterator
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef HostGrid::template Codim< codim >::Entity Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::HostEntity
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef HostEntityPointer Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::HostEntityIterator
template<int codim, class HostGrid , class CoordFunction , class Allocator >
typedef HostGrid::template Codim< codim >::EntityPointer Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::HostEntityPointer

Member Data Documentation

template<int codim, class HostGrid , class CoordFunction , class Allocator >
const int Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::codimension = codim [static]
template<int codim, class HostGrid , class CoordFunction , class Allocator >
const int Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::dimension = HostGrid::dimension [static]
template<int codim, class HostGrid , class CoordFunction , class Allocator >
const bool Dune::GeoGrid::EntityPointerTraits< codim, GeometryGrid< HostGrid, CoordFunction, Allocator > >::fake = !Capabilities::hasHostEntity< Grid, codim >::v [static]

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