Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex42.c14 extern PetscErrorCode FormJacobian1(SNES, Vec, Mat, Mat, void *);
70 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian1, &test_ghost)); in main()
159 PetscErrorCode FormJacobian1(SNES snes, Vec x, Mat jac, Mat B, PetscCtx ctx) in FormJacobian1() function
H A Dex1.c27 extern PetscErrorCode FormJacobian1(SNES, Vec, Mat, Mat, void *);
84 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian1, NULL)); in main()
201 PetscErrorCode FormJacobian1(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian1() function
/petsc/src/snes/tests/
H A Dex17.c43 static PetscErrorCode FormJacobian1(SNES, Vec, Mat, Mat, void *);
100 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian1, NULL)); in assembled_system()
223 static PetscErrorCode FormJacobian1(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian1() function