Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c36 Vec pcx, pcy; member
284 PetscCall(VecDuplicate(osm->pcx, &osm->pcy)); in PCGASMSetHierarchicalPartitioning()
612 y = osm->pcy; in PCApply_GASM()
751 y = osm->pcy; in PCApplyTranspose_GASM()
836 if (osm->pcy) PetscCall(VecDestroy(&osm->pcy)); in PCReset_GASM()
1286 osm->pcy = NULL; in PCCreate_GASM()