Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c139 static PetscErrorCode PCApplySymmetricLeft_Shell(PC pc, Vec x, Vec y) in PCApplySymmetricLeft_Shell() function
926 pc->ops->applysymmetricleft = PCApplySymmetricLeft_Shell; in PCCreate_Shell()