Lines Matching refs:gpoint
775 const PetscInt *gpoint; in DMPlexDistributionView_HDF5_Private() local
796 PetscCall(ISGetIndices(globalPointNumbers, &gpoint)); in DMPlexDistributionView_HDF5_Private()
805 PetscInt gp = gpoint[p - pStart]; in DMPlexDistributionView_HDF5_Private()
831 PetscCall(ISRestoreIndices(globalPointNumbers, &gpoint)); in DMPlexDistributionView_HDF5_Private()
842 const PetscInt *gpoint; in DMPlexTopologyView_HDF5_Inner_Private() local
851 PetscCall(ISGetIndices(globalPointNumbers, &gpoint)); in DMPlexTopologyView_HDF5_Inner_Private()
853 if (gpoint[p] >= 0) { in DMPlexTopologyView_HDF5_Inner_Private()
865 if (gpoint[p] >= 0) { in DMPlexTopologyView_HDF5_Inner_Private()
874 cones[c] = gpoint[cone[cp]] < 0 ? -(gpoint[cone[cp]] + 1) : gpoint[cone[cp]]; in DMPlexTopologyView_HDF5_Inner_Private()
904 if (gpoint[p] >= 0) { in DMPlexTopologyView_HDF5_Inner_Private()
905 points[s] = gpoint[p]; in DMPlexTopologyView_HDF5_Inner_Private()
914 PetscCall(ISRestoreIndices(globalPointNumbers, &gpoint)); in DMPlexTopologyView_HDF5_Inner_Private()
1455 const PetscInt *gpoint; in DMPlexLabelsView_HDF5_Internal() local
1468 PetscCall(ISGetIndices(globalPointNumbers, &gpoint)); in DMPlexLabelsView_HDF5_Internal()
1518 if (gpoint[spoints[p]] >= 0) ++gn; in DMPlexLabelsView_HDF5_Internal()
1521 if (gpoint[spoints[p]] >= 0) gspoints[gn++] = gpoint[spoints[p]]; in DMPlexLabelsView_HDF5_Internal()
1535 PetscCall(ISRestoreIndices(globalPointNumbers, &gpoint)); in DMPlexLabelsView_HDF5_Internal()