Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2210 IS fsValuesGlobalIS; in DMView_PlexCGNS() local
2212 PetscCall(DMLabelGetValueISGlobal(comm, fsLabel, PETSC_TRUE, &fsValuesGlobalIS)); in DMView_PlexCGNS()
2213 PetscCall(ISGetSize(fsValuesGlobalIS, &num_fs_global)); in DMView_PlexCGNS()
2306 PetscCall(ISGetIndices(fsValuesGlobalIS, &fsValuesGlobal)); in DMView_PlexCGNS()
2371 PetscCall(ISRestoreIndices(fsValuesGlobalIS, &fsValuesGlobal)); in DMView_PlexCGNS()
2374 PetscCall(ISDestroy(&fsValuesGlobalIS)); in DMView_PlexCGNS()