Home
last modified time | relevance | path

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

/petsc/src/snes/tests/
H A Dex4.c23 extern PetscErrorCode FormJacobian2(SNES, Vec, Mat, Mat, void *);
85 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian2, NULL)); in main()
193 PetscErrorCode FormJacobian2(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian2() function
H A Dex17.c45 static PetscErrorCode FormJacobian2(SNES, Vec, Mat, Mat, void *);
103 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian2, NULL)); in assembled_system()
289 static PetscErrorCode FormJacobian2(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian2() function
/petsc/src/snes/tutorials/
H A Dex1.c29 extern PetscErrorCode FormJacobian2(SNES, Vec, Mat, Mat, void *);
87 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian2, NULL)); in main()
272 PetscErrorCode FormJacobian2(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian2() function