Searched refs:nTotalInnerIndices (Results 1 – 1 of 1) sorted by relevance
302 PetscInt i, nInnerIndices, nTotalInnerIndices; in PCSetUp_GASM() local423 nTotalInnerIndices = 0; in PCSetUp_GASM()426 nTotalInnerIndices += nInnerIndices; in PCSetUp_GASM()428 PetscCall(VecCreateMPI(((PetscObject)pc)->comm, nTotalInnerIndices, PETSC_DETERMINE, &x)); in PCSetUp_GASM()