73 #ifndef vtkPUnstructuredGridGhostCellsGenerator_h 74 #define vtkPUnstructuredGridGhostCellsGenerator_h 76 #include "vtkFiltersParallelGeometryModule.h" 107 vtkGetMacro(UseGlobalPointIds,
bool);
116 vtkSetStringMacro(GlobalPointIdsArrayName);
130 vtkGetMacro(HasGlobalCellIds,
bool);
139 vtkSetStringMacro(GlobalCellIdsArrayName);
151 vtkGetMacro(BuildIfRequired,
bool);
163 vtkSetClampMacro(MinimumNumberOfGhostLevels,
int, 1,
VTK_INT_MAX);
164 vtkGetMacro(MinimumNumberOfGhostLevels,
int);
176 void ExtractAndReduceSurfacePoints();
178 void ComputeSharedPoints();
185 void AddGhostLayer(
int ghostLevel,
int maxGhostLevel);
187 void FindGhostCells();
189 void AddGlobalCellIds();
191 void RemoveGlobalCellIds();
207 vtkInternals *Internals;
Builds ghost cells for a distributed unstructured grid dataset.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkUnstructuredGridAlgorithm * New()
char * GlobalCellIdsArrayName
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass for algorithms that produce only unstructured grid as output.
char * GlobalPointIdsArrayName
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int MinimumNumberOfGhostLevels
vtkMultiProcessController * Controller
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dataset represents arbitrary combinations of all possible cell types.
Multiprocessing communication superclass.