82 #ifndef vtkPUnstructuredGridGhostCellsGenerator_h 83 #define vtkPUnstructuredGridGhostCellsGenerator_h 85 #include "vtkFiltersParallelGeometryModule.h" 116 vtkSetMacro(UseGlobalPointIds,
bool);
117 vtkGetMacro(UseGlobalPointIds,
bool);
118 vtkBooleanMacro(UseGlobalPointIds,
bool);
126 vtkSetStringMacro(GlobalPointIdsArrayName);
127 vtkGetStringMacro(GlobalPointIdsArrayName);
139 vtkSetMacro(HasGlobalCellIds,
bool);
140 vtkGetMacro(HasGlobalCellIds,
bool);
141 vtkBooleanMacro(HasGlobalCellIds,
bool);
149 vtkSetStringMacro(GlobalCellIdsArrayName);
150 vtkGetStringMacro(GlobalCellIdsArrayName);
160 vtkSetMacro(BuildIfRequired,
bool);
161 vtkGetMacro(BuildIfRequired,
bool);
162 vtkBooleanMacro(BuildIfRequired,
bool);
173 vtkSetClampMacro(MinimumNumberOfGhostLevels,
int, 1,
VTK_INT_MAX);
174 vtkGetMacro(MinimumNumberOfGhostLevels,
int);
191 void ExchangeBoundsAndDetermineNeighbors(std::vector<double>&);
192 void ExtractAndReduceSurfacePointsShareData(std::vector<double>&);
193 void ComputeSharedPoints();
200 void AddGhostLayer(
int ghostLevel,
int maxGhostLevel);
202 void FindGhostCells();
204 void AddGlobalCellIds();
206 void RemoveGlobalCellIds();
220 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
Superclass for algorithms that produce only unstructured grid as output.
char * GlobalPointIdsArrayName
int MinimumNumberOfGhostLevels
vtkMultiProcessController * Controller
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
dataset represents arbitrary combinations of all possible cell types.
Multiprocessing communication superclass.