Searched refs:ncl (Results 1 – 2 of 2) sorted by relevance
3277 PetscInt ncl; in MatGetLocalSubMatrix_IS() local3280 PetscCall(ISGetLocalSize(col, &ncl)); in MatGetLocalSubMatrix_IS()3284 …for (i = 0; i < ncl; i++) PetscCheck(cl[i] < ncg, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Local col… in MatGetLocalSubMatrix_IS()3289 for (i = 0; i < ncl; i++) idxs[i] = cl[i]; in MatGetLocalSubMatrix_IS()3290 for (i = ncl; i < ncg; i++) idxs[i] = -1; in MatGetLocalSubMatrix_IS()
567 Create a `Mat` with ``nrl`` local rows, ``nrg`` global rows, ``ncl``572 >>> mat.setSizes([[nrl, nrg], [ncl, ncg]])