Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2305 const PetscInt *fsValuesGlobal = NULL; in DMView_PlexCGNS() local
2306 PetscCall(ISGetIndices(fsValuesGlobalIS, &fsValuesGlobal)); in DMView_PlexCGNS()
2309 const PetscInt fsID = fsValuesGlobal[fs]; in DMView_PlexCGNS()
2371 PetscCall(ISRestoreIndices(fsValuesGlobalIS, &fsValuesGlobal)); in DMView_PlexCGNS()