| 5631ad8b | 10-Oct-2011 |
Jed Brown <jed@59A2.org> |
merge VTK output
Hg-commit: 752ac285cef3004e5f927d47cb447c89c818ee2e |
| 8501fc72 | 10-Oct-2011 |
Jed Brown <jed@59A2.org> |
Add -snes_view_solution_vtk using new binary output.
Hg-commit: c5c768c86185e844062bf68d85b16154a5417de1 |
| d2140ca3 | 10-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Fixed preconditioner application for nonlinear CG; more work on line searches
Hg-commit: ae32fbd2a27db49e048023e0f98868e088ee4ab1 |
| b266fd94 | 07-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
complex fixes for line searches
Hg-commit: 9eb9650d4d43beb30477478d3fa31f2c826e4575 |
| af60355f | 07-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Fixed line search behavior, added SNESLineSearchQuadraticSecant.
Hg-commit: e492d8adec9a0d1359ea317876d69a0d9d98a71d |
| aea90736 | 05-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
more fixes to SNESLineSearchSecant
Hg-commit: 6a7fe883b685554be5151379208af2d3d0a856c4 |
| f9a8e2e6 | 05-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Added LineSearchSecant to NRichardson solver
Hg-commit: 2e258784ce982a8b6c092061cb9275c92b100e70 |
| cf9edfec | 05-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
added SNESLineSearchSecant
Hg-commit: 82d3d056a5e5d36818855626e16fe7c4ec06d0f8 |
| 01cc4d03 | 03-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Exposed SNESLineSearchSetType to the fortran interface. This is preferable to SNESLineSearchSet for standard LSes.
Hg-commit: 0298ff43d6e36645087aa632a1937260953f6d2c |
| b4b91bb1 | 03-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
one more fix
Hg-commit: 65dc3249aa31565dc9ee42fa3172185fa7142bd6 |
| a581592b | 03-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
small mistake in the ftn-custom
Hg-commit: 66b86c1e223f74010a458db9d84985767f57a580 |
| 7cf18bfc | 03-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Re-added fortran stubs for line-search routines
Hg-commit: ee735e1f39e110f41a77db4bb06d432aa4acda25 |
| 92c02d66 | 03-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
each SNES solver now has an associated SNESLineSearchSetType_X that allows for specific routines to be set from options
Hg-commit: 9bf353a2ca63f48d871b2090628cbe6dca649f1a |
| 70d3b23b | 03-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
SNESLS and SNESNCG now have more elegant line search type selection
Hg-commit: 4cb2f3f7ece23886554acc6c69ed4dce808af520 |
| ed8ce5c3 | 02-Oct-2011 |
Jed Brown <jed@59A2.org> |
merge again
Hg-commit: 8aab9a7a14704e56c78fb12df91466c614597da4 |
| 8e3fc8c0 | 02-Oct-2011 |
Jed Brown <jed@59A2.org> |
Merge cfl and -snes_ls_precheck_picard with LS changes from Peter
Hg-commit: 3c65480c41bb5f6e5f5e24e3886075f09e0b8f72 |
| a5892487 | 02-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
SNESLS line searches not immediately extendable; moved back to be specific
Hg-commit: aa4035efba07ee0d27b12a980b9228228ff47568 |
| 9f3a0142 | 02-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
moved SNESQN over to using the standard line searches but still needs fixing.
Hg-commit: de1b437d9080a72fe8b4d8bd65a7ec3c0337415d |
| 15f5eeea | 02-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
fixed setting LS from options
Hg-commit: 82a164ad6cfa5139ba51fe0d297a20a436179334 |
| effc17b7 | 02-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
cleanup of LineSearch
Hg-commit: 467a1940bd1e1e22416344fceb506b7aa58e73e5 |
| ea630c6e | 01-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
moved most of the LineSearch interface out of SNESLS and into SNES; fixed most of the solvers
Hg-commit: 7938008ed4ad477835f3e77a0f5215bd9ef2049d |
| 51e86f29 | 28-Sep-2011 |
Peter Brune <brune@cs.uchicago.edu> |
homogenized the test examples for composable solvers; kept debugging FAS
Hg-commit: 1cb8a91561b4ffc41ee25145f7e7fc7454711f31 |
| c90fad12 | 26-Sep-2011 |
Peter Brune <brune@cs.uchicago.edu> |
more work on FAS
Hg-commit: 9bfe3daf623f3fb51f614d413ecbf1c863dfe9e1 |
| 421d9b32 | 23-Sep-2011 |
Peter Brune <brune@cs.uchicago.edu> |
added framework for SNESFAS
Hg-commit: d12c30e79e7eb7be21577d95b4769d34fe69cd2d |
| 82a7e548 | 20-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixes to allow runs without ctable changed default values for machine epsilon and its sqrt
Hg-commit: c636d6b71ea127a1acb84fe0383b490d3b14f6a2 |