Searched refs:ISShift (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex13.c | 71 PetscCall(ISShift(is[j], 0, is[j])); in main() 75 PetscCall(ISShift(is[j], offset, is[j])); in main() 80 PetscCall(ISShift(tmp, 0, is[j])); in main() 86 PetscCall(ISShift(tmp, offset, is[j])); in main() 91 PetscCall(ISShift(is[j], -offset, is[j])); in main()
|
| /petsc/include/ |
| H A D | petscis.h | 122 PETSC_EXTERN PetscErrorCode ISShift(IS, PetscInt, IS);
|
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 799 PetscCall(ISShift(isicol, Istart, isicol)); in PCSetUp_BJKOKKOS() 801 PetscCall(ISShift(isicol, -Istart, isicol)); in PCSetUp_BJKOKKOS()
|
| /petsc/doc/changes/ |
| H A D | 318.md | 156 - Add `ISShift()`
|
| /petsc/src/vec/vec/impls/nest/ |
| H A D | vecnest.c | 626 PetscCall(ISShift(wis[i], -off, wis[i])); in VecCreateLocalVector_Nest()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 1857 PetscErrorCode ISShift(IS is, PetscInt offset, IS isy) in ISShift() function
|