dune-alugrid  2.8-git
Classes | Namespaces
defaultindexsets.hh File Reference

Provides default index set implementations for Level- and LeafIndexsets used by ALUGrid. More...

#include <type_traits>
#include <memory>
#include <vector>
#include <dune/common/version.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid/common/adaptcallback.hh>
#include <dune/grid/utility/persistentcontainer.hh>
#include <dune/alugrid/common/alugrid_assert.hh>

Go to the source code of this file.

Classes

struct  Dune::DefaultLevelIteratorTypes< GridImp >
 LevelIterator tpyes for all codims and partition types. More...
 
struct  Dune::DefaultLevelIteratorTypes< GridImp >::Codim< cd >
 The types. More...
 
struct  Dune::DefaultLevelIteratorTypes< GridImp >::Codim< cd >::Partition< pitype >
 
struct  Dune::DefaultLeafIteratorTypes< GridImp >
 LeafIterator tpyes for all codims and partition types. More...
 
struct  Dune::DefaultLeafIteratorTypes< GridImp >::Codim< cd >
 The types of the iterator. More...
 
struct  Dune::DefaultLeafIteratorTypes< GridImp >::Codim< cd >::Partition< pitype >
 
class  Dune::DefaultIndexSet< GridImp, IteratorImp >
 DefaultIndexSet creates an index set by using the grids persistent container an a given pair of iterators. More...
 
struct  Dune::DefaultIndexSet< GridImp, IteratorImp >::Index
 
class  Dune::DefaultBoundarySegmentIndexSet< Grid >
 DefaultBoundarySegmentIndexSet creates an index set for the macro boundary segments. More...
 
struct  Dune::DefaultBoundarySegmentIndexSet< Grid >::Index
 

Namespaces

 Dune
 

Detailed Description

Provides default index set implementations for Level- and LeafIndexsets used by ALUGrid.

Author
Robert Kloefkorn