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

Method FillGhostArrays

Filters/Geometry/vtkStructuredAMRGridConnectivity.cxx:1565–1570  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1563
1564//------------------------------------------------------------------------------
1565void vtkStructuredAMRGridConnectivity::FillGhostArrays(
1566 int gridId, vtkUnsignedCharArray* nodesArray, vtkUnsignedCharArray* cellsArray)
1567{
1568 this->FillNodesGhostArray(gridId, nodesArray);
1569 this->FillCellsGhostArray(gridId, cellsArray);
1570}
1571
1572//------------------------------------------------------------------------------
1573void vtkStructuredAMRGridConnectivity::RegisterGrid(int gridIdx, int level, int extents[6],

Callers 1

ComputeNeighborsMethod · 0.95

Calls 2

FillNodesGhostArrayMethod · 0.95
FillCellsGhostArrayMethod · 0.95

Tested by

no test coverage detected