ug4
|
Used to schedule an element for insertion during ordered-insertion-mode. More...
#include <distributed_grid.h>
Public Member Functions | |
ScheduledElement (GridObject *obj, int procID) | |
Public Attributes | |
int | connectedProcID |
GridObject * | geomObj |
Used to schedule an element for insertion during ordered-insertion-mode.
For each interface in which the parent lies, an instance of this class is added to scheduledElementMap of the parents type. The local ID of the parent will be used as key. The type of layout into which the element shall be inserted can be retrieved from the status of the associated geomObj.
|
inline |
int ug::DistributedGridManager::ScheduledElement::connectedProcID |
GridObject* ug::DistributedGridManager::ScheduledElement::geomObj |