Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c545 const PetscInt *ixy; in VecGetArray_Nest() local
549 PetscCall(ISGetIndices(isy, &ixy)); in VecGetArray_Nest()
551 PetscInt ix = ixy[j]; in VecGetArray_Nest()
555 PetscCall(ISRestoreIndices(isy, &ixy)); in VecGetArray_Nest()
573 const PetscInt *ixy; in VecRestoreArray_Nest() local
577 PetscCall(ISGetIndices(isy, &ixy)); in VecRestoreArray_Nest()
579 PetscInt ix = ixy[j]; in VecRestoreArray_Nest()
583 PetscCall(ISRestoreIndices(isy, &ixy)); in VecRestoreArray_Nest()