Searched refs:FormJacobian2 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex4.c | 23 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 D | ex17.c | 45 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 D | ex1.c | 29 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
|