Searched refs:csize_local (Results 1 – 1 of 1) sorted by relevance
1367 PetscInt csize, csize_local, rsize; in MatCreateSubMatrix_MPISBAIJ() local1383 PetscCall(ISGetLocalSize(iscol_local, &csize_local)); in MatCreateSubMatrix_MPISBAIJ()1384 isidentity = (PetscBool)(mat->cmap->N == csize_local); in MatCreateSubMatrix_MPISBAIJ()