ug4
ug::DistributedGridManager::ScheduledElement Struct Reference

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
 
GridObjectgeomObj
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ScheduledElement()

ug::DistributedGridManager::ScheduledElement::ScheduledElement ( GridObject obj,
int  procID 
)
inline

Member Data Documentation

◆ connectedProcID

int ug::DistributedGridManager::ScheduledElement::connectedProcID

◆ geomObj

GridObject* ug::DistributedGridManager::ScheduledElement::geomObj

The documentation for this struct was generated from the following file: