Searched refs:FormJacobian1_block (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex17.c | 47 static PetscErrorCode FormJacobian1_block(SNES, Vec, Mat, Mat, void *); 430 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian1_block, NULL)); in block_system() 544 static PetscErrorCode FormJacobian1_block(SNES snes, Vec x, Mat jac, Mat B, void *dummy) in FormJacobian1_block() function
|