Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2218 IS stratumIS, fsFacesAll; in DMView_PlexCGNS() local
2240 PetscCall(ISConcatenate(PETSC_COMM_SELF, num_fs_local, fsPoints, &fsFacesAll)); in DMView_PlexCGNS()
2241 PetscCall(ISSortRemoveDups(fsFacesAll)); in DMView_PlexCGNS()
2242 … PetscCall(ISGeneralFilter(fsFacesAll, fStart, fEnd)); // Remove non-face mesh points from the IS in DMView_PlexCGNS()
2245 PetscCall(ISGetSize(fsFacesAll, &f_owned_int)); in DMView_PlexCGNS()
2259 PetscCall(ISGetIndices(fsFacesAll, &faces)); in DMView_PlexCGNS()
2281 PetscCall(ISRestoreIndices(fsFacesAll, &faces)); in DMView_PlexCGNS()
2352 PetscCall(ISLocate(fsFacesAll, fs_pnts[i], &is_idx)); in DMView_PlexCGNS()
2370 PetscCall(ISDestroy(&fsFacesAll)); in DMView_PlexCGNS()