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