dune-grid 2.9.0
Classes | Public Types | Static Public Attributes | List of all members
Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator > Class Template Reference

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

Classes

struct  Codim
 

Public Types

typedef GridView< HostGridView, CoordFunction, Allocator > GridViewImp
 
typedef Dune::GeometryGrid< HostGrid, CoordFunction, Allocator > Grid
 
typedef GeoGrid::IndexSet< const Grid, typename HostGridView::IndexSet > IndexSet
 
typedef Dune::Intersection< const Grid, GeoGrid::Intersection< const Grid, HostIntersection > > Intersection
 
typedef Dune::IntersectionIterator< const Grid, GeoGrid::IntersectionIterator< const Grid, HostIntersectionIterator >, GeoGrid::Intersection< const Grid, HostIntersection > > IntersectionIterator
 
typedef HostGridView::Communication Communication
 
typedef Communication CollectiveCommunication
 

Static Public Attributes

static const bool conforming = HostGridView::conforming
 

Member Typedef Documentation

◆ CollectiveCommunication

template<class HGV , class CoordFunction , class Allocator >
typedef Communication Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::CollectiveCommunication
Deprecated:
Use Communication instead! Will be removed after Dune 2.9.

◆ Communication

template<class HGV , class CoordFunction , class Allocator >
typedef HostGridView::Communication Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::Communication

◆ Grid

template<class HGV , class CoordFunction , class Allocator >
typedef Dune::GeometryGrid< HostGrid, CoordFunction, Allocator > Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::Grid

◆ GridViewImp

template<class HGV , class CoordFunction , class Allocator >
typedef GridView< HostGridView, CoordFunction, Allocator > Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::GridViewImp

◆ IndexSet

template<class HGV , class CoordFunction , class Allocator >
typedef GeoGrid::IndexSet< const Grid, typename HostGridView::IndexSet > Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::IndexSet

◆ Intersection

template<class HGV , class CoordFunction , class Allocator >
typedef Dune::Intersection< const Grid, GeoGrid::Intersection< const Grid, HostIntersection > > Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::Intersection

◆ IntersectionIterator

template<class HGV , class CoordFunction , class Allocator >
typedef Dune::IntersectionIterator< const Grid, GeoGrid::IntersectionIterator< const Grid, HostIntersectionIterator >, GeoGrid::Intersection< const Grid, HostIntersection > > Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::IntersectionIterator

Member Data Documentation

◆ conforming

template<class HGV , class CoordFunction , class Allocator >
const bool Dune::GeoGrid::GridViewTraits< HGV, CoordFunction, Allocator >::conforming = HostGridView::conforming
static

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