Dune::SubGridPartTraits< GridImp > Struct Template Reference

#include <SubGridPart.hpp>

Classes

struct  Codim
 
class  SubEntity
 

Public Types

enum  { conforming = Capabilities ::isLeafwiseConforming<Grid>::v }
 
using GridPartImp = SubGridPart< GridImp >
 
using Grid = typename std::remove_const< GridImp >::type
 type of the grid More...
 
using IndexSet = typename Grid ::Traits ::LeafIndexSet
 type of the index set More...
 
using Intersection = typename Grid ::Traits ::LeafIntersection
 type of the intersection More...
 
using IntersectionIterator = typename Grid ::Traits ::LeafIntersectionIterator
 type of the intersection iterator More...
 
using CollectiveCommunication = typename Grid ::Traits ::CollectiveCommunication
 type of the collective communication More...
 

Member Typedef Documentation

◆ CollectiveCommunication

template<class GridImp >
using Dune::SubGridPartTraits< GridImp >::CollectiveCommunication = typename Grid ::Traits ::CollectiveCommunication

type of the collective communication

◆ Grid

template<class GridImp >
using Dune::SubGridPartTraits< GridImp >::Grid = typename std::remove_const<GridImp>::type

type of the grid

◆ GridPartImp

template<class GridImp >
using Dune::SubGridPartTraits< GridImp >::GridPartImp = SubGridPart<GridImp>

◆ IndexSet

template<class GridImp >
using Dune::SubGridPartTraits< GridImp >::IndexSet = typename Grid ::Traits ::LeafIndexSet

type of the index set

◆ Intersection

template<class GridImp >
using Dune::SubGridPartTraits< GridImp >::Intersection = typename Grid ::Traits ::LeafIntersection

type of the intersection

◆ IntersectionIterator

template<class GridImp >
using Dune::SubGridPartTraits< GridImp >::IntersectionIterator = typename Grid ::Traits ::LeafIntersectionIterator

type of the intersection iterator

Member Enumeration Documentation

◆ anonymous enum

template<class GridImp >
anonymous enum
Enumerator
conforming 

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