dune-grid  2.5.1
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

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

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

All Dune::Partitions::all

PartitionSet for all partitions.

◆ border

Border Dune::Partitions::border

PartitionSet for the border partition.

◆ front

Front Dune::Partitions::front

PartitionSet for the front partition.

◆ ghost

Ghost Dune::Partitions::ghost

PartitionSet for the ghost partition.

◆ interior

Interior Dune::Partitions::interior

PartitionSet for the interior partition.

◆ interiorBorder

InteriorBorder Dune::Partitions::interiorBorder

PartitionSet for the interior and border partitions.

◆ interiorBorderOverlap

InteriorBorderOverlap Dune::Partitions::interiorBorderOverlap

PartitionSet for the interior, border and overlap partitions.

◆ interiorBorderOverlapFront

InteriorBorderOverlapFront Dune::Partitions::interiorBorderOverlapFront

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

◆ overlap

Overlap Dune::Partitions::overlap

PartitionSet for the overlap partition.