Home
last modified time | relevance | path

Searched refs:nnzc (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
2972 PetscCall(ISGetSize(nzc, &nnzc)); in MatAssemblyEnd_IS()
2973 if (nnzr != nr || nnzc != nc) { /* need new global l2g map */ in MatAssemblyEnd_IS()
3000 PetscCall(ISGetLocalSize(zc, &nnzc)); in MatAssemblyEnd_IS()
3006 for (i = 0; i < nnzc; i++) nidxs[zcidxs[i]] = -1; in MatAssemblyEnd_IS()