Lines Matching refs:gpoints

782   PetscInt            *chartSize, *owners, *gpoints;  in DMPlexDistributionView_HDF5_Private()  local
801 PetscCall(PetscMalloc1(*chartSize, &gpoints)); in DMPlexDistributionView_HDF5_Private()
808 gpoints[p - pStart] = (gp < 0 ? -(gp + 1) : gp); in DMPlexDistributionView_HDF5_Private()
817 PetscCall(ISCreateGeneral(comm, *chartSize, gpoints, PETSC_OWN_POINTER, &gpointsIS)); in DMPlexDistributionView_HDF5_Private()
1624 const PetscInt *gpoints; in DMPlexSectionView_HDF5_Internal() local
1630 PetscCall(ISGetIndices(globalPointNumbers, &gpoints)); in DMPlexSectionView_HDF5_Internal()
1632 if (gpoints[p] >= 0) n++; in DMPlexSectionView_HDF5_Internal()
1638 if (gpoints[p] >= 0) order[n++] = gpoints[p]; in DMPlexSectionView_HDF5_Internal()
1639 PetscCall(ISRestoreIndices(globalPointNumbers, &gpoints)); in DMPlexSectionView_HDF5_Internal()
1958 const PetscInt *chartSize, *owners, *gpoints; in DMPlexDistributionLoad_HDF5_Private() local
1994 PetscCall(ISGetIndices(gpointsIS, &gpoints)); in DMPlexDistributionLoad_HDF5_Private()
2002 PetscCall(PetscSFSetGraphLayout(*distsf, layout, *chartSize, NULL, PETSC_OWN_POINTER, gpoints)); in DMPlexDistributionLoad_HDF5_Private()
2106 PetscCall(ISRestoreIndices(gpointsIS, &gpoints)); in DMPlexDistributionLoad_HDF5_Private()
2972 const PetscInt *gpoints; in DMPlexSectionLoad_HDF5_Internal() local
2991 PetscCall(ISGetIndices(orderIS, &gpoints)); in DMPlexSectionLoad_HDF5_Internal()
2992 PetscCall(PetscSFSetGraphLayout(sfXA, layout, n, NULL, PETSC_OWN_POINTER, gpoints)); in DMPlexSectionLoad_HDF5_Internal()
2993 PetscCall(ISRestoreIndices(orderIS, &gpoints)); in DMPlexSectionLoad_HDF5_Internal()