MCPcopy Create free account
hub / github.com/Kitware/VTK / SetCommunicator

Method SetCommunicator

Parallel/MPI/vtkMPIController.cxx:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void vtkMPIController::SetCommunicator(vtkMPICommunicator* comm)
226{
227 this->InitializeCommunicator(comm);
228 this->InitializeRMICommunicator();
229}
230
231//------------------------------------------------------------------------------
232// Execute the method set as the SingleMethod.

Callers 4

~vtkMPIControllerMethod · 0.95
FinalizeMethod · 0.95
CreateSubControllerMethod · 0.45
PartitionControllerMethod · 0.45

Calls 2

Tested by

no test coverage detected