Lines Matching refs:orderIS
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()
2991 PetscCall(ISGetIndices(orderIS, &gpoints)); in DMPlexSectionLoad_HDF5_Internal()
2993 PetscCall(ISRestoreIndices(orderIS, &gpoints)); in DMPlexSectionLoad_HDF5_Internal()
2994 PetscCall(ISDestroy(&orderIS)); in DMPlexSectionLoad_HDF5_Internal()