Enumerations
[The Grid Interface]


Enumerations

enum  Dune::PartitionType {
  Dune::InteriorEntity = 0, Dune::BorderEntity = 1, Dune::OverlapEntity = 2, Dune::FrontEntity = 3,
  Dune::GhostEntity = 4
}
 Attributes used in the generic overlap model. More...
enum  Dune::InterfaceType {
  Dune::InteriorBorder_InteriorBorder_Interface = 0, Dune::InteriorBorder_All_Interface = 1, Dune::Overlap_OverlapFront_Interface = 2, Dune::Overlap_All_Interface = 3,
  Dune::All_All_Interface = 4
}
 Parameter to be used for the communication functions. More...
enum  Dune::PartitionIteratorType {
  Dune::Interior_Partition = 0, Dune::InteriorBorder_Partition = 1, Dune::Overlap_Partition = 2, Dune::OverlapFront_Partition = 3,
  Dune::All_Partition = 4, Dune::Ghost_Partition = 5
}
 Parameter to be used for the parallel level- and leaf iterators. More...
enum  Dune::CommunicationDirection { Dune::ForwardCommunication, Dune::BackwardCommunication }
 Define a type for communication direction parameter. More...

Functions

std::string Dune::PartitionName (PartitionType type)
 Provide names for the partition types.

Enumeration Type Documentation

Define a type for communication direction parameter.

Enumerator:
ForwardCommunication  communicate as given in InterfaceType
BackwardCommunication  reverse communication direction

Parameter to be used for the communication functions.

Enumerator:
InteriorBorder_InteriorBorder_Interface  send/receive interior and border entities
InteriorBorder_All_Interface  send interior and border, receive all entities
Overlap_OverlapFront_Interface  send overlap, receive overlap and front entities
Overlap_All_Interface  send overlap, receive all entities
All_All_Interface  send all and receive all entities

Parameter to be used for the parallel level- and leaf iterators.

Enumerator:
Interior_Partition  only interior entities
InteriorBorder_Partition  interior and border entities
Overlap_Partition  only overlap entities
OverlapFront_Partition  overlap and front entities
All_Partition  all entities
Ghost_Partition  only ghost entities

Attributes used in the generic overlap model.

The values are ordered intentionally in order to be able to define ranges of partition types.

Enumerator:
InteriorEntity  all interior entities
BorderEntity  on boundary between interior and overlap
OverlapEntity  all entities lying in the overlap zone
FrontEntity  on boundary between overlap and ghost
GhostEntity  ghost entities

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)