Searched refs:num_fs_global (Results 1 – 1 of 1) sorted by relevance
2209 PetscInt num_fs_global; in DMView_PlexCGNS() local2213 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()