Searched refs:nnzr (Results 1 – 1 of 1) sorted by relevance
2963 PetscInt nr, nc, nnzr, nnzc; in MatAssemblyEnd_IS() local2971 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()