Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex74.c86 PetscInt nstages, is, ie, matis, matie, *ix, *ix2; in main() local
202 PetscCall(PetscMalloc3(nstages, &ix, nstages, &zvals, ie - is, &ix2)); in main()
221 PetscCall(PetscFree3(ix, ix2, zvals)); in main()
/petsc/src/mat/impls/nest/
H A Dmatnest.c1523 const PetscInt *ix2; in MatNestCreateAggregateL2G_Private() local
1541 PetscCall(ISGetIndices(isglobal[i], &ix2)); in MatNestCreateAggregateL2G_Private()
1566 PetscCall(PetscSFBcastBegin(sf, MPIU_INT, ix2, ix + m, MPI_REPLACE)); in MatNestCreateAggregateL2G_Private()
1567 PetscCall(PetscSFBcastEnd(sf, MPIU_INT, ix2, ix + m, MPI_REPLACE)); in MatNestCreateAggregateL2G_Private()
1572 for (j = 0; j < mi; j++) ix[m + j] = ix2[i]; in MatNestCreateAggregateL2G_Private()
1574 PetscCall(ISRestoreIndices(isglobal[i], &ix2)); in MatNestCreateAggregateL2G_Private()