Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex22.c47 extern PetscErrorCode ComputeJacobian_MF(SNES, Vec, Mat, Mat, void *);
110 PetscCall(SNESSetJacobian(snes, NULL, NULL, ComputeJacobian_MF, NULL)); in main()
294 PetscErrorCode ComputeJacobian_MF(SNES snes, Vec x, Mat A, Mat B, PetscCtx ctx) in ComputeJacobian_MF() function