Lines Matching refs:gpointsIS
781 IS chartSizesIS, ownersIS, gpointsIS; in DMPlexDistributionView_HDF5_Private() local
817 PetscCall(ISCreateGeneral(comm, *chartSize, gpoints, PETSC_OWN_POINTER, &gpointsIS)); in DMPlexDistributionView_HDF5_Private()
824 PetscCall(PetscObjectSetName((PetscObject)gpointsIS, "global_point_numbers")); in DMPlexDistributionView_HDF5_Private()
827 PetscCall(ISView(gpointsIS, viewer)); in DMPlexDistributionView_HDF5_Private()
830 PetscCall(ISDestroy(&gpointsIS)); in DMPlexDistributionView_HDF5_Private()
1957 IS chartSizesIS, ownersIS, gpointsIS; in DMPlexDistributionLoad_HDF5_Private() local
1984 PetscCall(ISCreate(comm, &gpointsIS)); in DMPlexDistributionLoad_HDF5_Private()
1985 PetscCall(PetscObjectSetName((PetscObject)gpointsIS, "global_point_numbers")); in DMPlexDistributionLoad_HDF5_Private()
1990 PetscCall(PetscLayoutSetLocalSize(gpointsIS->map, *chartSize)); in DMPlexDistributionLoad_HDF5_Private()
1992 PetscCall(ISLoad(gpointsIS, viewer)); in DMPlexDistributionLoad_HDF5_Private()
1994 PetscCall(ISGetIndices(gpointsIS, &gpoints)); in DMPlexDistributionLoad_HDF5_Private()
2106 PetscCall(ISRestoreIndices(gpointsIS, &gpoints)); in DMPlexDistributionLoad_HDF5_Private()
2109 PetscCall(ISDestroy(&gpointsIS)); in DMPlexDistributionLoad_HDF5_Private()