Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c313 IS gois; /* Disjoint union the global indices of outer subdomains. */ in PCSetUp_GASM() local
422 PetscCall(ISCreateGeneral(((PetscObject)pc)->comm, on, oidx, PETSC_OWN_POINTER, &gois)); in PCSetUp_GASM()
436 PetscCall(VecScatterCreate(x, gois, osm->gx, goid, &osm->gorestriction)); in PCSetUp_GASM()
440 PetscCall(ISDestroy(&gois)); in PCSetUp_GASM()