Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c2963 PetscInt nr, nc, nnzr, nnzc; in MatAssemblyEnd_IS() local
2971 PetscCall(ISGetSize(nzr, &nnzr)); in MatAssemblyEnd_IS()
2973 if (nnzr != nr || nnzc != nc) { /* need new global l2g map */ in MatAssemblyEnd_IS()
2999 PetscCall(ISGetLocalSize(zr, &nnzr)); in MatAssemblyEnd_IS()
3003 for (i = 0; i < nnzr; i++) nidxs[zridxs[i]] = -1; in MatAssemblyEnd_IS()