Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c246 IS trIS; in DMPlexTransformView_Ascii() local
264 PetscCall(DMLabelGetValueIS(tr->trType, &trIS)); in DMPlexTransformView_Ascii()
265 PetscCall(ISGetIndices(trIS, &trTypes)); in DMPlexTransformView_Ascii()
277 PetscCall(ISRestoreIndices(trIS, &trTypes)); in DMPlexTransformView_Ascii()
278 PetscCall(ISDestroy(&trIS)); in DMPlexTransformView_Ascii()