Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c314 IS goid; /* Identity IS of the size of the disjoint union of outer subdomains. */ in PCSetUp_GASM() local
434 PetscCall(ISCreateStride(PetscObjectComm((PetscObject)pc), on, gostart, 1, &goid)); in PCSetUp_GASM()
436 PetscCall(VecScatterCreate(x, gois, osm->gx, goid, &osm->gorestriction)); in PCSetUp_GASM()
495 PetscCall(ISDestroy(&goid)); in PCSetUp_GASM()