Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c302 PetscInt i, nInnerIndices, nTotalInnerIndices; in PCSetUp_GASM() local
425 PetscCall(ISGetLocalSize(osm->iis[i], &nInnerIndices)); in PCSetUp_GASM()
426 nTotalInnerIndices += nInnerIndices; in PCSetUp_GASM()