My Project
|
Classes | |
struct | Codim |
Traits associated with a specific codim. More... | |
struct | Partition |
Traits associated with a specific grid partition type. More... | |
Public Types | |
typedef CpGrid | Grid |
The type that implements the grid. | |
typedef cpgrid::Intersection | LeafIntersection |
The type of the intersection at the leafs of the grid. | |
typedef cpgrid::Intersection | LevelIntersection |
The type of the intersection at the levels of the grid. | |
typedef cpgrid::IntersectionIterator | LeafIntersectionIterator |
The type of the intersection iterator at the leafs of the grid. | |
typedef cpgrid::IntersectionIterator | LevelIntersectionIterator |
The type of the intersection iterator at the levels of the grid. | |
typedef cpgrid::HierarchicIterator | HierarchicIterator |
The type of the hierarchic iterator. | |
typedef Dune::GridView< DefaultLevelGridViewTraits< CpGrid > > | LevelGridView |
The type of the level grid view associated with this partition type. | |
typedef Dune::GridView< DefaultLeafGridViewTraits< CpGrid > > | LeafGridView |
The type of the leaf grid view associated with this partition type. | |
typedef cpgrid::IndexSet | LevelIndexSet |
The type of the level index set. | |
typedef cpgrid::IndexSet | LeafIndexSet |
The type of the leaf index set. | |
typedef cpgrid::GlobalIdSet | GlobalIdSet |
The type of the global id set. | |
typedef GlobalIdSet | LocalIdSet |
The type of the local id set. | |
typedef Dune::MPIHelper::MPICommunicator | MPICommunicator |
The type of the collective communication. | |
using | CollectiveCommunication = Dune::CollectiveCommunication< MPICommunicator > |
using | Communication = Dune::CollectiveCommunication< MPICommunicator > |