Searched refs:ISRestorePointRange (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/ |
| H A D | petscis.h | 110 PETSC_EXTERN PetscErrorCode ISRestorePointRange(IS, PetscInt *, PetscInt *, const PetscInt *[]);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3814 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexGetCellFields() 3971 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexGetHybridCellFields() 4055 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexGetHybridFields() 4594 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeResidual_Patch_Internal() 5461 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeResidualByKey() 5844 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeResidualHybridByKey() 6362 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobianByKey() 6585 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobianByKeyGeneral() 6958 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobianHybridByKey() 7141 PetscCall(ISRestorePointRange(cellIS, &cStart, &cEnd, &cells)); in DMPlexComputeJacobianActionByKey()
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 79 PetscErrorCode ISRestorePointRange(IS pointIS, PetscInt *pStart, PetscInt *pEnd, const PetscInt *po… in ISRestorePointRange() function
|