Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex69.c35 extern PetscErrorCode PCApply_MyShell(PC, Vec, Vec);
122 PetscCall(PCShellSetApply(pc, PCApply_MyShell)); in main()
374 PetscErrorCode PCApply_MyShell(PC pc, Vec x, Vec y) in PCApply_MyShell() function