79 #ifndef vtkPUnstructuredGridGhostCellsGenerator_h 80 #define vtkPUnstructuredGridGhostCellsGenerator_h 82 #include "vtkFiltersParallelGeometryModule.h" 113 vtkSetMacro(UseGlobalPointIds,
bool);
114 vtkGetMacro(UseGlobalPointIds,
bool);
115 vtkBooleanMacro(UseGlobalPointIds,
bool);
123 vtkSetStringMacro(GlobalPointIdsArrayName);
124 vtkGetStringMacro(GlobalPointIdsArrayName);
136 vtkSetMacro(HasGlobalCellIds,
bool);
137 vtkGetMacro(HasGlobalCellIds,
bool);
138 vtkBooleanMacro(HasGlobalCellIds,
bool);
146 vtkSetStringMacro(GlobalCellIdsArrayName);
147 vtkGetStringMacro(GlobalCellIdsArrayName);
157 vtkSetMacro(BuildIfRequired,
bool);
158 vtkGetMacro(BuildIfRequired,
bool);
159 vtkBooleanMacro(BuildIfRequired,
bool);
170 vtkSetClampMacro(MinimumNumberOfGhostLevels,
int, 1,
VTK_INT_MAX);
171 vtkGetMacro(MinimumNumberOfGhostLevels,
int);
188 void ExchangeBoundsAndDetermineNeighbors(std::vector<double>&);
189 void ExtractAndReduceSurfacePointsShareData(std::vector<double>&);
190 void ComputeSharedPoints();
197 void AddGhostLayer(
int ghostLevel,
int maxGhostLevel);
199 void FindGhostCells();
201 void AddGlobalCellIds();
203 void RemoveGlobalCellIds();
217 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.