dune-grid 2.9.0
Typedefs | Variables
Dune::Partitions Namespace Reference

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...
 

Detailed Description

Predefined PartitionSets for commonly used combinations of parallel grid PartitionTypes.

Typedef Documentation

◆ All

Type of PartitionSet for all partitions.

◆ Border

Type of PartitionSet for the border partition.

◆ Front

Type of PartitionSet for the front partition.

◆ Ghost

Type of PartitionSet for the ghost partition.

◆ Interior

Type of PartitionSet for the interior partition.

◆ InteriorBorder

Type of PartitionSet for the interior and border partitions.

◆ InteriorBorderOverlap

Type of PartitionSet for the interior, border and overlap partitions.

◆ InteriorBorderOverlapFront

Type of PartitionSet for the interior, border, overlap and front partitions.

◆ Overlap

Type of PartitionSet for the overlap partition.

Variable Documentation

◆ all

constexpr All Dune::Partitions::all
constexpr

PartitionSet for all partitions.

◆ border

constexpr Border Dune::Partitions::border
constexpr

PartitionSet for the border partition.

◆ front

constexpr Front Dune::Partitions::front
constexpr

PartitionSet for the front partition.

◆ ghost

constexpr Ghost Dune::Partitions::ghost
constexpr

PartitionSet for the ghost partition.

◆ interior

constexpr Interior Dune::Partitions::interior
constexpr

PartitionSet for the interior partition.

◆ interiorBorder

constexpr InteriorBorder Dune::Partitions::interiorBorder
constexpr

PartitionSet for the interior and border partitions.

◆ interiorBorderOverlap

constexpr InteriorBorderOverlap Dune::Partitions::interiorBorderOverlap
constexpr

PartitionSet for the interior, border and overlap partitions.

◆ interiorBorderOverlapFront

constexpr InteriorBorderOverlapFront Dune::Partitions::interiorBorderOverlapFront
constexpr

PartitionSet for the interior, border, overlap and front partitions.

◆ overlap

constexpr Overlap Dune::Partitions::overlap
constexpr

PartitionSet for the overlap partition.