Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2217 const PetscInt *fsValuesLocal; in DMView_PlexCGNS() local
2231 PetscCall(ISGetIndices(fsValuesLocalIS, &fsValuesLocal)); in DMView_PlexCGNS()
2239 … = 0; fs < num_fs_local; ++fs) PetscCall(DMLabelGetStratumIS(fsLabel, fsValuesLocal[fs], &fsPoints… in DMView_PlexCGNS()
2251 PetscCall(ISRestoreIndices(fsValuesLocalIS, &fsValuesLocal)); in DMView_PlexCGNS()