Home
last modified time | relevance | path

Searched refs:nlocalcols (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/is/
H A Dmatis.c1794 PetscInt bs, i, nlocalcols; in MatISSetPreallocation_IS() local
1809 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()