Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c159 static PetscErrorCode PCApplyBA_Shell(PC pc, PCSide side, Vec x, Vec y, Vec w) in PCApplyBA_Shell() function
356 if (applyBA) pc->ops->applyBA = PCApplyBA_Shell; in PCShellSetApplyBA_Shell()