Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c34 Mat permutationP; member
286 …PetscCall(MatCreateSubMatrix(pc->pmat, fromrows, fromrows, MAT_INITIAL_MATRIX, &osm->permutationP)… in PCGASMSetHierarchicalPartitioning()
290 PetscCall(PetscObjectReference((PetscObject)osm->permutationP)); in PCGASMSetHierarchicalPartitioning()
291 pc->pmat = osm->permutationP; in PCGASMSetHierarchicalPartitioning()
549 …l(MatCreateSubMatrix(pc->pmat, osm->permutationIS, osm->permutationIS, scall, &osm->permutationP)); in PCSetUp_GASM()
550 PetscCall(PetscObjectReference((PetscObject)osm->permutationP)); in PCSetUp_GASM()
552 pc->pmat = osm->permutationP; in PCSetUp_GASM()
837 if (osm->permutationP) PetscCall(MatDestroy(&osm->permutationP)); in PCReset_GASM()
1288 osm->permutationP = NULL; in PCCreate_GASM()