dune-grid 2.9.0
|
#include <dune/grid/albertagrid/gridview.hh>
Classes | |
struct | Codim |
Public Types | |
typedef AlbertaLeafGridView< GridImp > | GridViewImp |
typedef std::remove_const< GridImp >::type | Grid |
type of the grid More... | |
typedef Grid::Traits::LeafIndexSet | IndexSet |
type of the index set More... | |
typedef Grid::Traits::LeafIntersection | Intersection |
type of the intersection More... | |
typedef Grid::Traits::LeafIntersectionIterator | IntersectionIterator |
type of the intersection iterator More... | |
typedef Grid::Traits::Communication | Communication |
type of the communication More... | |
typedef Communication | CollectiveCommunication |
Static Public Attributes | |
static constexpr bool | conforming = Capabilities::isLeafwiseConforming< Grid >::v |
typedef Communication Dune::AlbertaLeafGridViewTraits< GridImp >::CollectiveCommunication |
typedef Grid::Traits::Communication Dune::AlbertaLeafGridViewTraits< GridImp >::Communication |
type of the communication
typedef std::remove_const<GridImp>::type Dune::AlbertaLeafGridViewTraits< GridImp >::Grid |
type of the grid
typedef AlbertaLeafGridView< GridImp > Dune::AlbertaLeafGridViewTraits< GridImp >::GridViewImp |
typedef Grid::Traits::LeafIndexSet Dune::AlbertaLeafGridViewTraits< GridImp >::IndexSet |
type of the index set
typedef Grid::Traits::LeafIntersection Dune::AlbertaLeafGridViewTraits< GridImp >::Intersection |
type of the intersection
typedef Grid::Traits::LeafIntersectionIterator Dune::AlbertaLeafGridViewTraits< GridImp >::IntersectionIterator |
type of the intersection iterator
|
staticconstexpr |