#include <dune/grid/multidomaingrid/multidomaingrid.hh>
|
using | Grid = MultiDomainGrid< HostGrid, MDGridTraits > |
| The type that implementing the grid. More...
|
|
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 | CollectiveCommunication = typename HostGrid::CollectiveCommunication |
|
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 > |
|
◆ CollectiveCommunication
template<typename HostGrid , typename MDGridTraits >
◆ GlobalIdSet
template<typename HostGrid , typename MDGridTraits >
◆ Grid
template<typename HostGrid , typename MDGridTraits >
The type that implementing the grid.
◆ HierarchicIterator
template<typename HostGrid , typename MDGridTraits >
◆ LeafAllSubDomainInterfacesIterator
template<typename HostGrid , typename MDGridTraits >
◆ LeafGridView
template<typename HostGrid , typename MDGridTraits >
◆ LeafIndexSet
template<typename HostGrid , typename MDGridTraits >
◆ LeafIntersection
template<typename HostGrid , typename MDGridTraits >
◆ LeafIntersectionIterator
template<typename HostGrid , typename MDGridTraits >
◆ LeafSubDomainInterfaceIterator
template<typename HostGrid , typename MDGridTraits >
◆ LevelAllSubDomainInterfacesIterator
template<typename HostGrid , typename MDGridTraits >
◆ LevelGridView
template<typename HostGrid , typename MDGridTraits >
◆ LevelIndexSet
template<typename HostGrid , typename MDGridTraits >
◆ LevelIntersection
template<typename HostGrid , typename MDGridTraits >
◆ LevelIntersectionIterator
template<typename HostGrid , typename MDGridTraits >
◆ LevelSubDomainInterfaceIterator
template<typename HostGrid , typename MDGridTraits >
◆ LocalIdSet
template<typename HostGrid , typename MDGridTraits >
The documentation for this struct was generated from the following file: