64 #ifndef vtkPUnstructuredGridConnectivity_h
65 #define vtkPUnstructuredGridConnectivity_h
67 #include "vtkFiltersParallelGeometryModule.h"
70 #if !defined(VTK_LEGACY_REMOVE)
91 struct CommunicationLinks;
116 vtkSetStringMacro(GlobalIDFieldName);
138 void BuildGhostZoneConnectivity();
162 void FillGhostZoneCells(
166 const unsigned int numGhostCells);
172 void FillGhostZoneNodes(
176 const unsigned int numGhostNodes);
183 void DeSerializeGhostZones();
190 void CreatePersistentRcvBuffers();
196 void SerializeGhostZones();
202 void SynchLocalData();
208 void EnqueueNodeLinks(
222 bool IsCellConnected(
230 void InsertGhostCellNodes(
241 void ProcessRemoteGrid(
247 void BuildGhostedGridAndCommLists();
252 void SerializeUnstructuredGrid(
258 void DeSerializeUnstructuredGrid(
271 void ExtractSurfaceMesh();
283 void ExtractBoundaryCell(
301 void ExchangeBoundaryGrids();
306 void ExchangeBoundaryGridSizes(
int size);
313 void BoundingBoxCollision();
320 void ExchangeGridBounds();
326 void ExtractBoundaryGrid();
333 #endif //VTK_LEGACY_REMOVE
abstract base class for most VTK objects
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
stream used to pass data across processes using vtkMultiProcessController.
vtkPUnstructuredGridConnectivity implements functionality for generating ghost zones for a distribute...
represent and manipulate cell attribute data
dynamic, self-adjusting array of vtkIdType
vtk::details::CommunicationLinks * CommLists
abstract class to specify cell behavior
vtkUnstructuredGrid * InputGrid
vtkMPIController * Controller
a simple class to control print indentation
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
vtkUnstructuredGrid * GhostedGrid
Process communication using MPI.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtk::details::GridInfo * AuxiliaryData
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points