Go to the documentation of this file.
81 #ifndef vtkPUnstructuredGridGhostCellsGenerator_h
82 #define vtkPUnstructuredGridGhostCellsGenerator_h
84 #include "vtkFiltersParallelGeometryModule.h"
138 vtkInternals *Internals;
void RemoveGlobalCellIds()
Builds ghost cells for a distributed unstructured grid dataset.
void ComputeSharedPoints()
Builds ghost cells for a distributed unstructured grid dataset.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkPUnstructuredGridGhostCellsGenerator() override
void ExtractAndSendGhostCells(vtkUnstructuredGridBase *)
dataset represents arbitrary combinations of all possible cell types. May be mapped onto a non-standa...
vtkPUnstructuredGridGhostCellsGenerator()
void ReceiveAndMergeGhostCells(int, int, vtkUnstructuredGridBase *, vtkUnstructuredGrid *)
void ExchangeBoundsAndDetermineNeighbors(std::vector< double > &)
Multiprocessing communication superclass.
a simple class to control print indentation
void SetController(vtkMultiProcessController *c)
Set/Get the MPI multi process controller object.
void AddGhostLayer(int ghostLevel, int maxGhostLevel)
static vtkPUnstructuredGridGhostCellsGenerator * New()
void GetFirstGhostLayer(int, vtkUnstructuredGrid *)
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dataset represents arbitrary combinations of all possible cell types
void ExtractAndReduceSurfacePointsShareData(std::vector< double > &)