Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c447 …PetscInt *ioidx; /* Global indices of the disjoint union of inner subdomains within the disj… in PCSetUp_GASM() local
459 PetscCall(PetscMalloc1(on, &ioidx)); in PCSetUp_GASM()
482 ioidx[in++] = gostart + on + k; in PCSetUp_GASM()
489 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)pc), in, ioidx, PETSC_OWN_POINTER, &giois)); in PCSetUp_GASM()