Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex69.c36 extern PetscErrorCode SNESComputeJacobian_MyShell(SNES, Vec, Mat, Mat, void *);
133 PetscCall(SNESSetJacobian(user.snes, NULL, NULL, SNESComputeJacobian_MyShell, NULL)); in main()
392 PetscErrorCode SNESComputeJacobian_MyShell(SNES snes, Vec X, Mat A, Mat B, PetscCtx ctx) in SNESComputeJacobian_MyShell() function