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

Method IsGridRemote

Filters/ParallelGeometry/vtkPStructuredGridConnectivity.h:510–513  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

508
509//------------------------------------------------------------------------------
510inline bool vtkPStructuredGridConnectivity::IsGridRemote(int gridID)
511{
512 return (!this->IsGridLocal(gridID));
513}
514
515//------------------------------------------------------------------------------
516inline bool vtkPStructuredGridConnectivity::IsGridLocal(int gridID)

Callers 2

PackGhostDataMethod · 0.95
UnpackGhostDataMethod · 0.95

Calls 1

IsGridLocalMethod · 0.95

Tested by

no test coverage detected