Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c124 static PetscErrorCode PCMatApply_Shell(PC pc, Mat X, Mat Y) in PCMatApply_Shell() function
327 if (matapply) pc->ops->matapply = PCMatApply_Shell; in PCShellSetMatApply_Shell()