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