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