 |
VTK
9.0.1
|
Go to the documentation of this file.
78 #ifndef vtkPUnstructuredGridGhostCellsGenerator_h
79 #define vtkPUnstructuredGridGhostCellsGenerator_h
81 #include "vtkFiltersParallelGeometryModule.h"
113 void ExchangeBoundsAndDetermineNeighbors(std::vector<double>&);
114 void ExtractAndReduceSurfacePointsShareData(std::vector<double>&);
115 void ComputeSharedPoints();
121 void AddGhostLayer(
int ghostLevel,
int maxGhostLevel);
123 void FindGhostCells();
125 void AddGlobalCellIds();
127 void RemoveGlobalCellIds();
133 vtkInternals* Internals;
Builds ghost cells for a distributed unstructured grid dataset.
Builds ghost cells for a distributed unstructured grid dataset.
dataset represents arbitrary combinations of all possible cell types. May be mapped onto a non-standa...
static vtkUnstructuredGridGhostCellsGenerator * New()
Multiprocessing communication superclass.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkMultiProcessController * Controller
dataset represents arbitrary combinations of all possible cell types