Loading...
Searching...
No Matches
Classes | Enumerations
bitpit::adaption Namespace Reference

The namespace 'adaption' contains the routines and the data structures for handling patch adaption. More...

Classes

struct  Info
 The Info struct defines the information associated to an adaption. More...
 
class  InfoCollection
 The InfoCollection class is a container that holds one or more adaption info items. More...
 

Enumerations

enum  Entity { ENTITY_UNKNOWN = -1 , ENTITY_CELL , ENTITY_INTERFACE }
 
enum  Marker { MARKER_REFINE , MARKER_NONE , MARKER_COARSEN , MARKER_UNDEFINED }
 
enum  Type {
  TYPE_UNKNOWN = -2 , TYPE_NONE = -1 , TYPE_CREATION = 0 , TYPE_DELETION ,
  TYPE_REFINEMENT , TYPE_COARSENING , TYPE_RENUMBERING , TYPE_PARTITION_SEND ,
  TYPE_PARTITION_RECV , TYPE_PARTITION_NOTICE
}
 

Detailed Description

The namespace 'adaption' contains the routines and the data structures for handling patch adaption.

Enumeration Type Documentation

◆ Entity

enum bitpit::adaption::Entity

Definition at line 56 of file adaption.hpp.

◆ Marker

enum bitpit::adaption::Marker

Definition at line 36 of file adaption.hpp.

◆ Type

enum bitpit::adaption::Type

Definition at line 43 of file adaption.hpp.

--- layout: doxygen_footer ---