Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c109 static PetscErrorCode PCApply_Shell(PC pc, Vec x, Vec y) in PCApply_Shell() function
925 pc->ops->apply = PCApply_Shell; in PCCreate_Shell()