Home
last modified time | relevance | path

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

/petsc/src/mat/impls/nest/
H A Dmatnest.c21 PetscInt sm, sM; in MatNestGetSizes_Private() local
23 PetscCall(ISGetSize(bA->isglobal.row[i], &sM)); in MatNestGetSizes_Private()
25 *M += sM; in MatNestGetSizes_Private()