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

Method BroadcastMetaData

IO/Parallel/vtkPOpenFOAMReader.cxx:905–914  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

903//------------------------------------------------------------------------------
904// Note: includes guard against non-parallel calls
905void vtkPOpenFOAMReader::BroadcastMetaData()
906{
907 if (this->NumProcesses > 1)
908 {
909 this->Broadcast(this->Superclass::PatchDataArraySelection);
910 this->Broadcast(this->Superclass::CellDataArraySelection);
911 this->Broadcast(this->Superclass::PointDataArraySelection);
912 this->Broadcast(this->Superclass::LagrangianDataArraySelection);
913 }
914}
915
916//------------------------------------------------------------------------------
917// Note: includes guard against non-parallel calls

Callers 1

RequestInformationMethod · 0.95

Calls 1

BroadcastMethod · 0.95

Tested by

no test coverage detected