Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/ftn-custom/
H A Dzshellpcf.c127 *ierr = PCShellSetApplySymmetricLeft(*pc, ourshellapplysymmetricleft); in pcshellsetapplysymmetricleft_()
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c608 PetscErrorCode PCShellSetApplySymmetricLeft(PC pc, PetscErrorCode (*apply)(PC pc, Vec xin, Vec xout… in PCShellSetApplySymmetricLeft() function
/petsc/include/
H A Dpetscpc.h181 PETSC_EXTERN PetscErrorCode PCShellSetApplySymmetricLeft(PC, PetscErrorCode (*)(PC, Vec, Vec));