#include <dune/grid/multidomaingrid/multidomaingrid.hh>
|
| using | Grid = MultiDomainGrid< HostGrid, MDGridTraits > |
| | The type that implementing the grid.
|
| |
| using | LeafIntersection = Dune::Intersection< const Grid, IntersectionWrapper< const Grid, typename HostGrid::LeafGridView::Intersection > > |
| |
| using | LevelIntersection = Dune::Intersection< const Grid, IntersectionWrapper< const Grid, typename HostGrid::LevelGridView::Intersection > > |
| |
| using | LeafIntersectionIterator = Dune::IntersectionIterator< const Grid, IntersectionIteratorWrapper< const Grid, typename HostGrid::LeafGridView::IntersectionIterator >, IntersectionWrapper< const Grid, typename HostGrid::LeafGridView::Intersection > > |
| |
| using | LevelIntersectionIterator = Dune::IntersectionIterator< const Grid, IntersectionIteratorWrapper< const Grid, typename HostGrid::LevelGridView::IntersectionIterator >, IntersectionWrapper< const Grid, typename HostGrid::LevelGridView::Intersection > > |
| |
| using | HierarchicIterator = Dune::EntityIterator< 0, const Grid, HierarchicIteratorWrapper< const Grid > > |
| |
| using | LevelGridView = Dune::GridView< LevelGridViewTraits< const Grid > > |
| |
| using | LeafGridView = Dune::GridView< LeafGridViewTraits< const Grid > > |
| |
| using | LevelIndexSet = IndexSetWrapper< const Grid, typename HostGrid::LevelGridView > |
| |
| using | LeafIndexSet = IndexSetWrapper< const Grid, typename HostGrid::LeafGridView > |
| |
| using | GlobalIdSet = IdSet< const Grid, IdSetWrapper< const Grid, typename HostGrid::Traits::GlobalIdSet >, typename HostGrid::Traits::GlobalIdSet::IdType > |
| |
| using | LocalIdSet = IdSet< const Grid, IdSetWrapper< const Grid, typename HostGrid::Traits::LocalIdSet >, typename HostGrid::Traits::LocalIdSet::IdType > |
| |
| using | Communication = typename HostGrid::Communication |
| |
| using | LeafSubDomainInterfaceIterator = Dune::mdgrid::LeafSubDomainInterfaceIterator< const Grid > |
| |
| using | LevelSubDomainInterfaceIterator = Dune::mdgrid::LevelSubDomainInterfaceIterator< const Grid > |
| |
| using | LeafAllSubDomainInterfacesIterator = Dune::mdgrid::LeafAllSubDomainInterfacesIterator< const Grid > |
| |
| using | LevelAllSubDomainInterfacesIterator = Dune::mdgrid::LevelAllSubDomainInterfacesIterator< const Grid > |
| |
◆ Communication
◆ GlobalIdSet
◆ Grid
The type that implementing the grid.
◆ HierarchicIterator
◆ LeafAllSubDomainInterfacesIterator
◆ LeafGridView
◆ LeafIndexSet
◆ LeafIntersection
◆ LeafIntersectionIterator
◆ LeafSubDomainInterfaceIterator
◆ LevelAllSubDomainInterfacesIterator
◆ LevelGridView
◆ LevelIndexSet
◆ LevelIntersection
◆ LevelIntersectionIterator
◆ LevelSubDomainInterfaceIterator
◆ LocalIdSet
The documentation for this struct was generated from the following file: