Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex35.c57 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