Searched refs:nlocalcols (Results 1 – 1 of 1) sorted by relevance
1794 PetscInt bs, i, nlocalcols; in MatISSetPreallocation_IS() local1809 PetscCall(MatGetSize(matis->A, NULL, &nlocalcols)); in MatISSetPreallocation_IS()1813 …; i < matis->sf->nleaves; i++) matis->sf_leafdata[i] = PetscMin(matis->sf_leafdata[i], nlocalcols); in MatISSetPreallocation_IS()1827 nlocalcols /= bs; in MatISSetPreallocation_IS()1828 …is->sf->nleaves / bs; i++) matis->sf_leafdata[i] = PetscMin(matis->sf_leafdata[i], nlocalcols - i); in MatISSetPreallocation_IS()