Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscis.h111 PETSC_EXTERN PetscErrorCode ISGetPointSubrange(IS, PetscInt, PetscInt, const PetscInt *);
/petsc/src/vec/is/utils/
H A Disltog.c112 PetscErrorCode ISGetPointSubrange(IS subpointIS, PetscInt pStart, PetscInt pEnd, const PetscInt poi… in ISGetPointSubrange() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c4485 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidual_Patch_Internal()
5288 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidualByKey()