Home
last modified time | relevance | path

Searched refs:permArr (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2483 const PetscInt *permArr; in DMPlexTopologyBuildFromLayers_Private() local
2489 PetscCall(ISGetIndices(strataPermutation, &permArr)); in DMPlexTopologyBuildFromLayers_Private()
2497 const PetscInt e = permArr[d]; in DMPlexTopologyBuildFromLayers_Private()
2586 PetscCall(ISRestoreIndices(strataPermutation, &permArr)); in DMPlexTopologyBuildFromLayers_Private()
2595 const PetscInt *permArr; in PlexLayerConcatenateSFs_Private() local
2598 PetscCall(ISGetIndices(strataPermutation, &permArr)); in PlexLayerConcatenateSFs_Private()
2601 const PetscInt e = permArr[d]; in PlexLayerConcatenateSFs_Private()
2611 PetscCall(ISRestoreIndices(strataPermutation, &permArr)); in PlexLayerConcatenateSFs_Private()