Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c2989 const PetscInt *ridxs, *cidxs, *zridxs, *zcidxs; in MatAssemblyEnd_IS() local
2997 PetscCall(ISGetIndices(zr, &zridxs)); in MatAssemblyEnd_IS()
3003 for (i = 0; i < nnzr; i++) nidxs[zridxs[i]] = -1; in MatAssemblyEnd_IS()
3009 PetscCall(ISRestoreIndices(zr, &zridxs)); in MatAssemblyEnd_IS()