Searched refs:ixy (Results 1 – 1 of 1) sorted by relevance
545 const PetscInt *ixy; in VecGetArray_Nest() local549 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() local577 PetscCall(ISGetIndices(isy, &ixy)); in VecRestoreArray_Nest()579 PetscInt ix = ixy[j]; in VecRestoreArray_Nest()583 PetscCall(ISRestoreIndices(isy, &ixy)); in VecRestoreArray_Nest()