Searched refs:gpointsIS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 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() [all …]
|