dune-multidomaingrid 2.8
Loading...
Searching...
No Matches
Classes | Public Types | List of all members
Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits Struct Reference

#include <dune/grid/multidomaingrid/subdomaingrid/subdomaingrid.hh>

Classes

struct  Codim
 

Public Types

using Grid = SubDomainGrid< MDGrid >
 The type that is implementing the grid.
 
using LeafIntersection = Dune::Intersection< const Grid, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LeafIndexSetImp >, typename MDGrid::LeafGridView::Intersection > >
 
using LevelIntersection = Dune::Intersection< const Grid, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LevelIndexSetImp >, typename MDGrid::LevelGridView::Intersection > >
 
using LeafIntersectionIterator = Dune::IntersectionIterator< const Grid, IntersectionIteratorWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LeafIndexSetImp >, typename MDGrid::LeafGridView::IntersectionIterator >, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LeafIndexSetImp >, typename MDGrid::LeafGridView::Intersection > >
 
using LevelIntersectionIterator = Dune::IntersectionIterator< const Grid, IntersectionIteratorWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LevelIndexSetImp >, typename MDGrid::LevelGridView::IntersectionIterator >, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LevelIndexSetImp >, typename MDGrid::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 MDGrid::LevelIndexSetImp >
 
using LeafIndexSet = IndexSetWrapper< const Grid, typename MDGrid::LeafIndexSetImp >
 
using GlobalIdSet = IdSet< const Grid, IdSetWrapper< const Grid, typename MDGrid::HostGrid::Traits::GlobalIdSet >, typename MDGrid::HostGrid::Traits::GlobalIdSet::IdType >
 
using LocalIdSet = IdSet< const Grid, IdSetWrapper< const Grid, typename MDGrid::HostGrid::Traits::LocalIdSet >, typename MDGrid::HostGrid::Traits::LocalIdSet::IdType >
 
using CollectiveCommunication = typename MDGrid::CollectiveCommunication
 

Member Typedef Documentation

◆ CollectiveCommunication

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::CollectiveCommunication = typename MDGrid::CollectiveCommunication

◆ GlobalIdSet

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::GlobalIdSet = IdSet< const Grid, IdSetWrapper< const Grid, typename MDGrid::HostGrid::Traits::GlobalIdSet >, typename MDGrid::HostGrid::Traits::GlobalIdSet::IdType >

◆ Grid

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::Grid = SubDomainGrid<MDGrid>

The type that is implementing the grid.

◆ HierarchicIterator

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::HierarchicIterator = Dune::EntityIterator< 0, const Grid, HierarchicIteratorWrapper< const Grid > >

◆ LeafGridView

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LeafGridView = Dune::GridView<LeafGridViewTraits<const Grid> >

◆ LeafIndexSet

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LeafIndexSet = IndexSetWrapper<const Grid, typename MDGrid::LeafIndexSetImp>

◆ LeafIntersection

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LeafIntersection = Dune::Intersection< const Grid, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LeafIndexSetImp >, typename MDGrid::LeafGridView::Intersection > >

◆ LeafIntersectionIterator

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LeafIntersectionIterator = Dune::IntersectionIterator< const Grid, IntersectionIteratorWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LeafIndexSetImp >, typename MDGrid::LeafGridView::IntersectionIterator >, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LeafIndexSetImp >, typename MDGrid::LeafGridView::Intersection > >

◆ LevelGridView

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LevelGridView = Dune::GridView<LevelGridViewTraits<const Grid> >

◆ LevelIndexSet

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LevelIndexSet = IndexSetWrapper<const Grid, typename MDGrid::LevelIndexSetImp>

◆ LevelIntersection

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LevelIntersection = Dune::Intersection< const Grid, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LevelIndexSetImp >, typename MDGrid::LevelGridView::Intersection > >

◆ LevelIntersectionIterator

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LevelIntersectionIterator = Dune::IntersectionIterator< const Grid, IntersectionIteratorWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LevelIndexSetImp >, typename MDGrid::LevelGridView::IntersectionIterator >, IntersectionWrapper< const Grid, IndexSetWrapper< const Grid, typename MDGrid::LevelIndexSetImp >, typename MDGrid::LevelGridView::Intersection > >

◆ LocalIdSet

template<typename MDGrid >
using Dune::mdgrid::subdomain::SubDomainGridFamily< MDGrid >::Traits::LocalIdSet = IdSet< const Grid, IdSetWrapper< const Grid, typename MDGrid::HostGrid::Traits::LocalIdSet >, typename MDGrid::HostGrid::Traits::LocalIdSet::IdType >

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