Searched refs:numFS (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 920 PetscInt d, depth = 0, nleaves, loc, Ng, numFS, fs, fStart, fEnd, ghostCell, cEnd, c; in DMPlexConstructGhostCells_Internal() local 930 PetscCall(ISGetLocalSize(valueIS, &numFS)); in DMPlexConstructGhostCells_Internal() 933 for (fs = 0; fs < numFS; ++fs) { in DMPlexConstructGhostCells_Internal() 969 for (fs = 0; fs < numFS; ++fs) { in DMPlexConstructGhostCells_Internal() 996 for (fs = 0; fs < numFS; ++fs) { in DMPlexConstructGhostCells_Internal()
|