| #
e7058c64
|
| 07-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Added new line search variants to ngmres.
Hg-commit: 20325ea8fb47573e36865a10789a3c0c04d07956
|
| #
51322221
|
| 28-Feb-2012 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge
Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11
|
| #
e39bb055
|
| 24-Feb-2012 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 83c4fea74b43533d296ffb75a5ce75a413d18328
|
| #
f3aaf736
|
| 22-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
Changed the name of "secant" line search to the more accurate "critical"
Hg-commit: 8c0d6f59a1049c232aff6f95855cf0b66563b9c4
|
| #
1867fe5b
|
| 22-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
Doc fixes; C89 fixes.
Hg-commit: e9678e13156d153058f5d073eeedcf07290aa602
|
| #
88d374b2
|
| 22-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
more composition work on QN and NCG
Hg-commit: c3d0903ad0ab1eec40367f9679499a3caaed6770
|
| #
1037da18
|
| 14-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0db928480d979c13a2377936075c7720438182bd
|
| #
d2e16ddc
|
| 11-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
added option for Anderson Mixing variant of NGMRES
Hg-commit: 572236611345f8734a03575271057f4a906a6809
|
| #
9150abff
|
| 11-Feb-2012 |
Jed Brown <jed@59A2.org> |
merge
Hg-commit: 6139c3de79f9d74a80e024c910f044204214f925
|
| #
05b53524
|
| 11-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
added SNESLineSearchApply(), SNESLineSearchPreCheckApply() and SNESLineSearchPostCheckApply() to the interface
Hg-commit: 2c13a8e4d8b8ac5f9278109127dbdacc4d0d6da6
|
| #
40c82ad9
|
| 09-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 7c3c3f8c0d65b793aea33c138419de755b591ca7
|
| #
0e444f03
|
| 09-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
set snes->max_its and snes->max_funcs to be appropriate values for new SNES solvers
Hg-commit: 178cccead9cd0386074217651ed25b5a410dcd41
|
| #
4b32a720
|
| 08-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
made NGMRES and FAS save function evaluations when preconditioned; added -snes_gs_norms; output fixes
Hg-commit: f7cef9644b64612473282b091d00a90d10304349
|
| #
78440776
|
| 06-Feb-2012 |
Jed Brown <jed@59A2.org> |
Close memory leak in NGMRES
Hg-commit: 301eedf2a7c5aba6ecf0e464ec2849b95ea738ef
|
| #
9c05af5e
|
| 05-Feb-2012 |
Jed Brown <jed@59A2.org> |
SNESReset_XXX does not need to mess with work vectors
Hg-commit: 386f6e43210e955c03106668c7484128e96eb8cd
|
| #
a604d275
|
| 26-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: c3a01e60afde4404507e6c07fb4c19a7d20b785e
|
| #
8c09b6b7
|
| 24-Jan-2012 |
Peter Brune <brune@mcs.anl.gov> |
changed ngmres to use VecMDot and VecMAXPY
Hg-commit: 53d2b22f48b42d401d93001fe24bd863a5bc980a
|
| #
cf22de31
|
| 01-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
removed usage of sqrt() from the snes solvers
Hg-commit: f1ceb88769eb40be9b76d6268f18b933f807fab4
|
| #
28ed4a04
|
| 24-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Added suggested restart condition clemency for NGMRES
Hg-commit: 4ca62cd3921731f6587cd171931cc2ebc087e069
|
| #
19cb8f8d
|
| 13-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 9867b9384c4f9c427a79c046164aa9ec221a9c26
|
| #
12446a84
|
| 12-Oct-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge.
Hg-commit: bd9418808abd652cb7584e6c2ac92679400f0f80
|
| #
f109b39e
|
| 12-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Added line search default to NGMRES; made it look like the rest of SNES
Hg-commit: e1572fe91e7b97c106239a4f0027c031b61a3da5
|
| #
ef347370
|
| 04-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
formatting fixes to ngmres
Hg-commit: d427a3cc19a7b3a3430c536d958b625dd5b6b5d5
|
| #
c17803e7
|
| 01-Oct-2011 |
Jed Brown <jed@59A2.org> |
Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock
In merging Emil's work, I added a flag for an explicit stage instead of redirecting through a different function.
Merge TS adaptivity work, some conflicts with Emil's explicit stages for Rosenbrock
In merging Emil's work, I added a flag for an explicit stage instead of redirecting through a different function. It is less code and more clear, I think.
Hg-commit: 1aa32ce28475592f35bc148baeecb41ed3995a50
show more ...
|
| #
bb47af7d
|
| 01-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commiit after merge
Hg-commit: 2f9449e8e0b477318b1cea8d6a46b8fe0836bd5c
|