PetscErrorCode SNESUpdateCheckJacobian(SNES snes,PetscInt it)
-snes_check_jacobian | - use this every time SNESSolve() is called Many br | |
-snes_check_jacobian_view | - Display difference between Jacobian approximated by finite-differencing and the hand-coded Jacobian Many br |
difference | - ||J - Jd||, the norm of the difference of the hand-coded Jacobian J and the approximate Jacobian Jd obtained by finite-differencing Many brthe residual, Many br | |
ratio | - ||J - Jd||/||J||, the ratio of the norms of the above difference and the hand-coded Jacobian. Many br |
Many br
Level:intermediate
Location:src/snes/impls/test/snestest.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages