Searched defs:Xin (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | fdiff.c | 49 PetscErrorCode TaoDefaultComputeGradient(Tao tao, Vec Xin, Vec G, void *dummy) in TaoDefaultComputeGradient()
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 579 PetscErrorCode PCShellSetMatApply(PC pc, PetscErrorCode (*matapply)(PC pc, Mat Xin, Mat Xout)) in PCShellSetMatApply()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 655 static PetscErrorCode PCMatApply_GASM(PC pc, Mat Xin, Mat Yout) in PCMatApply_GASM()
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 2607 static PetscErrorCode SNESComputeFunction_FD(SNES snes, Vec Xin, Vec G) in SNESComputeFunction_FD()
|