Searched refs:FormJacobian1 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex42.c | 14 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 D | ex1.c | 27 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 D | ex17.c | 43 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
|