Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2209 PetscInt num_fs_global; in DMView_PlexCGNS() local
2213 PetscCall(ISGetSize(fsValuesGlobalIS, &num_fs_global)); in DMView_PlexCGNS()
2215 if (num_fs_global > 0) { in DMView_PlexCGNS()
2307 for (PetscInt fs = 0; fs < num_fs_global; ++fs) { in DMView_PlexCGNS()