| b7281c8a | 29-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Check converged reason of snes->pc under new preconditioning organization.
In the case of the PC application, the SNES aborts with reason DIVERGED_INNER. In the case of the line search, a failure of
Check converged reason of snes->pc under new preconditioning organization.
In the case of the PC application, the SNES aborts with reason DIVERGED_INNER. In the case of the line search, a failure of the preconditioner looks like a function domain error (so that exit will be proper).
show more ...
|
| c52e227f | 21-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Better scoping for -snes_fd_color option to prevent odd side-effects
Getting the DM in SNESSetFromOptions broke FAS. As -snes_fd_color has no real use in SNESFAS, SNESGetDM should only be called wh
Better scoping for -snes_fd_color option to prevent odd side-effects
Getting the DM in SNESSetFromOptions broke FAS. As -snes_fd_color has no real use in SNESFAS, SNESGetDM should only be called when needed in SNESSetFromOptions().
show more ...
|