Searched refs:ISGeneralFilter (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex10.c | 41 PetscCall(ISGeneralFilter(is, start, end)); in main()
|
| /petsc/include/ |
| H A D | petscis.h | 138 PETSC_EXTERN PetscErrorCode ISGeneralFilter(IS, PetscInt, PetscInt);
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 816 PetscErrorCode ISGeneralFilter(IS is, PetscInt start, PetscInt end) in ISGeneralFilter() function
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex18.c | 1441 PetscCall(ISGeneralFilter(points, vStart, vEnd)); in DMPlexISFilterVertices_Private()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 1763 PetscCall(ISGeneralFilter(label->points[v], start, end)); in DMLabelFilter()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2242 … PetscCall(ISGeneralFilter(fsFacesAll, fStart, fEnd)); // Remove non-face mesh points from the IS in DMView_PlexCGNS()
|