Searched refs:orderIS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1625 IS orderIS; in DMPlexSectionView_HDF5_Internal() local 1641 PetscCall(ISCreateGeneral(comm, n, order, PETSC_OWN_POINTER, &orderIS)); in DMPlexSectionView_HDF5_Internal() 1642 PetscCall(PetscObjectSetName((PetscObject)orderIS, "order")); in DMPlexSectionView_HDF5_Internal() 1643 PetscCall(ISView(orderIS, viewer)); in DMPlexSectionView_HDF5_Internal() 1644 PetscCall(ISDestroy(&orderIS)); in DMPlexSectionView_HDF5_Internal() 2971 IS orderIS; in DMPlexSectionLoad_HDF5_Internal() local 2981 PetscCall(ISCreate(comm, &orderIS)); in DMPlexSectionLoad_HDF5_Internal() 2982 PetscCall(PetscObjectSetName((PetscObject)orderIS, "order")); in DMPlexSectionLoad_HDF5_Internal() 2983 PetscCall(PetscLayoutSetLocalSize(orderIS->map, n)); in DMPlexSectionLoad_HDF5_Internal() 2984 PetscCall(ISLoad(orderIS, viewer)); in DMPlexSectionLoad_HDF5_Internal() [all …]
|