dune-spgrid  2.7
Classes | Public Types | Static Public Attributes | List of all members
Dune::SPGridViewTraits< G > Struct Template Reference

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

Classes

struct  Codim
 

Public Types

typedef SPGridView< SPGridViewTraits< G > > GridViewImp
 
typedef std::remove_const< G >::type Grid
 
typedef SPIndexSet< const GridIndexSet
 
typedef Dune::Intersection< const Grid, SPIntersection< const Grid > > Intersection
 
typedef Dune::IntersectionIterator< const Grid, SPIntersectionIterator< const Grid >, SPIntersection< const Grid > > IntersectionIterator
 
typedef Dune::IntersectionIterator< const Grid, SPBoundarySegmentIterator< const Grid >, SPIntersection< const Grid > > BoundarySegmentIterator
 
typedef Grid::CollectiveCommunication CollectiveCommunication
 

Static Public Attributes

static const bool hasBoundarySegmentIterator = true
 
static const bool conforming = true
 

Member Typedef Documentation

◆ BoundarySegmentIterator

template<class G >
typedef Dune::IntersectionIterator< const Grid, SPBoundarySegmentIterator< const Grid >, SPIntersection< const Grid > > Dune::SPGridViewTraits< G >::BoundarySegmentIterator

◆ CollectiveCommunication

template<class G >
typedef Grid::CollectiveCommunication Dune::SPGridViewTraits< G >::CollectiveCommunication

◆ Grid

template<class G >
typedef std::remove_const< G >::type Dune::SPGridViewTraits< G >::Grid

◆ GridViewImp

template<class G >
typedef SPGridView< SPGridViewTraits< G > > Dune::SPGridViewTraits< G >::GridViewImp

◆ IndexSet

template<class G >
typedef SPIndexSet< const Grid > Dune::SPGridViewTraits< G >::IndexSet

◆ Intersection

template<class G >
typedef Dune::Intersection< const Grid, SPIntersection< const Grid > > Dune::SPGridViewTraits< G >::Intersection

◆ IntersectionIterator

template<class G >
typedef Dune::IntersectionIterator< const Grid, SPIntersectionIterator< const Grid >, SPIntersection< const Grid > > Dune::SPGridViewTraits< G >::IntersectionIterator

Member Data Documentation

◆ conforming

template<class G >
const bool Dune::SPGridViewTraits< G >::conforming = true
static

◆ hasBoundarySegmentIterator

template<class G >
const bool Dune::SPGridViewTraits< G >::hasBoundarySegmentIterator = true
static

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