Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex79.c75 PetscCall(PCShellSetMatApplyTranspose(pc, MatApply)); in main()
/petsc/doc/changes/
H A D324.md97 - Add `PCMatApplyTranspose()` and `PCShellSetMatApplyTranspose()`
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c726 PetscErrorCode PCShellSetMatApplyTranspose(PC pc, PetscErrorCode (*matapplytranspose)(PC pc, Mat xi… in PCShellSetMatApplyTranspose() function
/petsc/include/
H A Dpetscpc.h185 PETSC_EXTERN PetscErrorCode PCShellSetMatApplyTranspose(PC, PetscErrorCode (*)(PC, Mat, Mat));
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2902 PetscCall(PCShellSetMatApplyTranspose(spc, PCMatApplyTranspose_HPDDMShell)); in PCSetUp_HPDDM()