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

Method GatherMetaData

IO/Parallel/vtkPOpenFOAMReader.cxx:918–927  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Note: includes guard against non-parallel calls

Source from the content-addressed store, hash-verified

916//------------------------------------------------------------------------------
917// Note: includes guard against non-parallel calls
918void vtkPOpenFOAMReader::GatherMetaData()
919{
920 if (this->NumProcesses > 1)
921 {
922 this->AllGather(this->Superclass::PatchDataArraySelection);
923 this->AllGather(this->Superclass::CellDataArraySelection);
924 this->AllGather(this->Superclass::PointDataArraySelection);
925 this->AllGather(this->Superclass::LagrangianDataArraySelection);
926 }
927}
928
929//------------------------------------------------------------------------------
930// Broadcast a vtkStringArray in process 0 to all processes

Callers 2

RequestInformationMethod · 0.95
RequestDataMethod · 0.95

Calls 1

AllGatherMethod · 0.95

Tested by

no test coverage detected