|
dune-grid
2.4.1
|
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 | |
| Interior | interior |
| PartitionSet for the interior partition. More... | |
| Border | border |
| PartitionSet for the border partition. More... | |
| Overlap | overlap |
| PartitionSet for the overlap partition. More... | |
| Front | front |
| PartitionSet for the front partition. More... | |
| Ghost | ghost |
| PartitionSet for the ghost partition. More... | |
| InteriorBorder | interiorBorder |
| PartitionSet for the interior and border partitions. More... | |
| InteriorBorderOverlap | interiorBorderOverlap |
| PartitionSet for the interior, border and overlap partitions. More... | |
| InteriorBorderOverlapFront | interiorBorderOverlapFront |
| PartitionSet for the interior, border, overlap and front partitions. More... | |
| 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.
| All Dune::Partitions::all |
PartitionSet for all partitions.
| Border Dune::Partitions::border |
PartitionSet for the border partition.
| Front Dune::Partitions::front |
PartitionSet for the front partition.
Referenced by Dune::YaspGrid< dim, CoordCont >::YaspGrid().
| Ghost Dune::Partitions::ghost |
PartitionSet for the ghost partition.
Referenced by ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, 0 >::containsItem(), Dune::ALU3dGridEntity< 0, dim, GridImp >::hasFather(), Dune::ALU3dBasicImplTraits< No_Comm >::isGhost(), Dune::ALU3dGridLeafIterator< cdim, pitype, GridImp >::releaseEntity(), Dune::ALU3dGridEntity< 0, dim, GridImp >::setGhost(), and ALUGridSpace::GatherScatterBaseImpl< GridType, DataCollectorType, 0 >::writeSize().
| Interior Dune::Partitions::interior |
PartitionSet for the interior partition.
| InteriorBorder Dune::Partitions::interiorBorder |
PartitionSet for the interior and border partitions.
| InteriorBorderOverlap Dune::Partitions::interiorBorderOverlap |
PartitionSet for the interior, border and overlap partitions.
| InteriorBorderOverlapFront Dune::Partitions::interiorBorderOverlapFront |
PartitionSet for the interior, border, overlap and front partitions.
| Overlap Dune::Partitions::overlap |
PartitionSet for the overlap partition.
Referenced by Dune::YaspGrid< dim, CoordCont >::makelevel(), Dune::EquidistantCoordinates< ct, dim >::refine(), Dune::EquidistantOffsetCoordinates< ct, dim >::refine(), Dune::TensorProductCoordinates< ct, dim >::refine(), Dune::BackupRestoreFacility< Dune::YaspGrid< dim, Coordinates > >::restore(), Dune::BackupRestoreFacility< YaspGrid< dim, TensorProductCoordinates< ctype, dim > > >::restore(), and Dune::YaspGrid< dim, CoordCont >::YaspGrid().
1.8.11