Home
last modified time | relevance | path

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

/petsc/src/vec/is/is/tests/
H A Dex10.c41 PetscCall(ISGeneralFilter(is, start, end)); in main()
/petsc/include/
H A Dpetscis.h138 PETSC_EXTERN PetscErrorCode ISGeneralFilter(IS, PetscInt, PetscInt);
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c816 PetscErrorCode ISGeneralFilter(IS is, PetscInt start, PetscInt end) in ISGeneralFilter() function
/petsc/src/dm/impls/plex/tests/
H A Dex18.c1441 PetscCall(ISGeneralFilter(points, vStart, vEnd)); in DMPlexISFilterVertices_Private()
/petsc/src/dm/label/
H A Ddmlabel.c1763 PetscCall(ISGeneralFilter(label->points[v], start, end)); in DMLabelFilter()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2242 … PetscCall(ISGeneralFilter(fsFacesAll, fStart, fEnd)); // Remove non-face mesh points from the IS in DMView_PlexCGNS()