Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c449 …IS giois; /* IS for the disjoint union of inner subdomains within the disjoint union … in PCSetUp_GASM() local
489 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)pc), in, ioidx, PETSC_OWN_POINTER, &giois)); in PCSetUp_GASM()
490 PetscCall(VecScatterCreate(y, giis, osm->gy, giois, &osm->girestriction)); in PCSetUp_GASM()
493 PetscCall(ISDestroy(&giois)); in PCSetUp_GASM()