Searched refs:MyComputeJacobian (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex35.c | 57 extern PetscErrorCode MyComputeJacobian(SNES, Vec, Mat, Mat, void *); 107 PetscCall(SNESSetJacobian(snes, NULL, NULL, MyComputeJacobian, NULL)); in main() 156 PetscErrorCode MyComputeJacobian(SNES snes, Vec x, Mat J, Mat Jp, PetscCtx ctx) in MyComputeJacobian() function
|