dune-grid
2.6-git
|
Predefined PartitionSets for commonly used combinations of parallel grid PartitionTypes. More...
Typedefs | |
typedef PartitionSet<... > | Interior |
Type of PartitionSet for the interior partition. More... | |
typedef PartitionSet<... > | Border |
Type of PartitionSet for the border partition. More... | |
typedef PartitionSet<... > | Overlap |
Type of PartitionSet for the overlap partition. More... | |
typedef PartitionSet<... > | Front |
Type of PartitionSet for the front partition. More... | |
typedef PartitionSet<... > | Ghost |
Type of PartitionSet for the ghost partition. More... | |
typedef PartitionSet<... > | InteriorBorder |
Type of PartitionSet for the interior and border partitions. More... | |
typedef PartitionSet<... > | InteriorBorderOverlap |
Type of PartitionSet for the interior, border and overlap partitions. More... | |
typedef PartitionSet<... > | InteriorBorderOverlapFront |
Type of PartitionSet for the interior, border, overlap and front partitions. More... | |
typedef PartitionSet<... > | All |
Type of PartitionSet for all partitions. More... | |
Variables | |
constexpr Interior | interior |
PartitionSet for the interior partition. More... | |
constexpr Border | border |
PartitionSet for the border partition. More... | |
constexpr Overlap | overlap |
PartitionSet for the overlap partition. More... | |
constexpr Front | front |
PartitionSet for the front partition. More... | |
constexpr Ghost | ghost |
PartitionSet for the ghost partition. More... | |
constexpr InteriorBorder | interiorBorder |
PartitionSet for the interior and border partitions. More... | |
constexpr InteriorBorderOverlap | interiorBorderOverlap |
PartitionSet for the interior, border and overlap partitions. More... | |
constexpr InteriorBorderOverlapFront | interiorBorderOverlapFront |
PartitionSet for the interior, border, overlap and front partitions. More... | |
constexpr All | all |
PartitionSet for all partitions. More... | |
Predefined PartitionSets for commonly used combinations of parallel grid PartitionTypes.
typedef PartitionSet<...> Dune::Partitions::All |
Type of PartitionSet for all partitions.
typedef PartitionSet<...> Dune::Partitions::Border |
Type of PartitionSet for the border partition.
typedef PartitionSet<...> Dune::Partitions::Front |
Type of PartitionSet for the front partition.
typedef PartitionSet<...> Dune::Partitions::Ghost |
Type of PartitionSet for the ghost partition.
typedef PartitionSet<...> Dune::Partitions::Interior |
Type of PartitionSet for the interior partition.
typedef PartitionSet<...> Dune::Partitions::InteriorBorder |
Type of PartitionSet for the interior and border partitions.
typedef PartitionSet<...> Dune::Partitions::InteriorBorderOverlap |
Type of PartitionSet for the interior, border and overlap partitions.
typedef PartitionSet<...> Dune::Partitions::InteriorBorderOverlapFront |
Type of PartitionSet for the interior, border, overlap and front partitions.
typedef PartitionSet<...> Dune::Partitions::Overlap |
Type of PartitionSet for the overlap partition.
constexpr All Dune::Partitions::all |
PartitionSet for all partitions.
constexpr Border Dune::Partitions::border |
PartitionSet for the border partition.
constexpr Front Dune::Partitions::front |
PartitionSet for the front partition.
constexpr Ghost Dune::Partitions::ghost |
PartitionSet for the ghost partition.
constexpr Interior Dune::Partitions::interior |
PartitionSet for the interior partition.
constexpr InteriorBorder Dune::Partitions::interiorBorder |
PartitionSet for the interior and border partitions.
constexpr InteriorBorderOverlap Dune::Partitions::interiorBorderOverlap |
PartitionSet for the interior, border and overlap partitions.
constexpr InteriorBorderOverlapFront Dune::Partitions::interiorBorderOverlapFront |
PartitionSet for the interior, border, overlap and front partitions.
constexpr Overlap Dune::Partitions::overlap |
PartitionSet for the overlap partition.