Searched refs:fsValuesGlobalIS (Results 1 – 1 of 1) sorted by relevance
2210 IS fsValuesGlobalIS; in DMView_PlexCGNS() local2212 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()