Skip to content
Snippets Groups Projects
Commit 059a2456 authored by Ruth Sabariego's avatar Ruth Sabariego
Browse files

SNES petsc interface - user function for building the Jacobian (f'(x)) and the...

SNES petsc interface - user function for building the Jacobian (f'(x)) and the Residual (-f(x) = b-Ax)
NL loop governed by PetSC in this case ==> Use with Generate/GenerateJac + SolveNL
Useful SNES options for petsc: 
-snes_monitor
-snes_converged_reason
-snes_type ls/tr
Check on Petsc manual for more!

Some cleaning up in MovingBand2D routines...

parent 13e71ba5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment