Searched refs:ISGetPointSubrange (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscis.h | 111 PETSC_EXTERN PetscErrorCode ISGetPointSubrange(IS, PetscInt, PetscInt, const PetscInt *);
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 112 PetscErrorCode ISGetPointSubrange(IS subpointIS, PetscInt pStart, PetscInt pEnd, const PetscInt poi… in ISGetPointSubrange() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4485 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidual_Patch_Internal() 5288 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidualByKey()
|