------------------------------------------------------------------------------
| 49 | |
| 50 | //------------------------------------------------------------------------------ |
| 51 | void vtkGhostCellsGenerator::Initialize() |
| 52 | { |
| 53 | this->NumberOfGhostLayers = 1; |
| 54 | this->BuildIfRequired = true; |
| 55 | this->SetController(nullptr); |
| 56 | } |
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | vtkMultiProcessController* vtkGhostCellsGenerator::GetController() |