Home
last modified time | relevance | path

Searched refs:zcidxs (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
2998 PetscCall(ISGetIndices(zc, &zcidxs)); in MatAssemblyEnd_IS()
3006 for (i = 0; i < nnzc; i++) nidxs[zcidxs[i]] = -1; in MatAssemblyEnd_IS()
3010 PetscCall(ISRestoreIndices(zc, &zcidxs)); in MatAssemblyEnd_IS()