Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c33 IS permutationIS; member
288 osm->permutationIS = fromrows; in PCGASMSetHierarchicalPartitioning()
548 if (osm->permutationIS) { in PCSetUp_GASM()
549 …PetscCall(MatCreateSubMatrix(pc->pmat, osm->permutationIS, osm->permutationIS, scall, &osm->permut… in PCSetUp_GASM()
834 if (osm->permutationIS) PetscCall(ISDestroy(&osm->permutationIS)); in PCReset_GASM()
1287 osm->permutationIS = NULL; in PCCreate_GASM()