dune-grid
3.0-git
|
Go to the source code of this file.
Classes | |
struct | Dune::PartitionSet< partitions > |
A set of PartitionType values. More... | |
Namespaces | |
Dune | |
Include standard header files. | |
Dune::Partitions | |
Predefined PartitionSets for commonly used combinations of parallel grid PartitionTypes. | |
Typedefs | |
typedef PartitionSet<... > | Dune::Partitions::Interior |
Type of PartitionSet for the interior partition. More... | |
typedef PartitionSet<... > | Dune::Partitions::Border |
Type of PartitionSet for the border partition. More... | |
typedef PartitionSet<... > | Dune::Partitions::Overlap |
Type of PartitionSet for the overlap partition. More... | |
typedef PartitionSet<... > | Dune::Partitions::Front |
Type of PartitionSet for the front partition. More... | |
typedef PartitionSet<... > | Dune::Partitions::Ghost |
Type of PartitionSet for the ghost partition. More... | |
typedef PartitionSet<... > | Dune::Partitions::InteriorBorder |
Type of PartitionSet for the interior and border partitions. More... | |
typedef PartitionSet<... > | Dune::Partitions::InteriorBorderOverlap |
Type of PartitionSet for the interior, border and overlap partitions. More... | |
typedef PartitionSet<... > | Dune::Partitions::InteriorBorderOverlapFront |
Type of PartitionSet for the interior, border, overlap and front partitions. More... | |
typedef PartitionSet<... > | Dune::Partitions::All |
Type of PartitionSet for all partitions. More... | |
Variables | |
Interior | Dune::Partitions::interior |
PartitionSet for the interior partition. More... | |
Border | Dune::Partitions::border |
PartitionSet for the border partition. More... | |
Overlap | Dune::Partitions::overlap |
PartitionSet for the overlap partition. More... | |
Front | Dune::Partitions::front |
PartitionSet for the front partition. More... | |
Ghost | Dune::Partitions::ghost |
PartitionSet for the ghost partition. More... | |
InteriorBorder | Dune::Partitions::interiorBorder |
PartitionSet for the interior and border partitions. More... | |
InteriorBorderOverlap | Dune::Partitions::interiorBorderOverlap |
PartitionSet for the interior, border and overlap partitions. More... | |
InteriorBorderOverlapFront | Dune::Partitions::interiorBorderOverlapFront |
PartitionSet for the interior, border, overlap and front partitions. More... | |
All | Dune::Partitions::all |
PartitionSet for all partitions. More... | |