Home
last modified time | relevance | path

Searched refs:nTotalInnerIndices (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
423 nTotalInnerIndices = 0; in PCSetUp_GASM()
426 nTotalInnerIndices += nInnerIndices; in PCSetUp_GASM()
428 PetscCall(VecCreateMPI(((PetscObject)pc)->comm, nTotalInnerIndices, PETSC_DETERMINE, &x)); in PCSetUp_GASM()