| #
5dc0b524
|
| 16-Mar-2012 |
Satish Balay <balay@mcs.anl.gov> |
fix warning
Hg-commit: 5fb5b1783fe8e8f3348ea6a6557fd22037d3a359
|
| #
9e764e56
|
| 15-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Pushed the PetscLineSearch interface forward into SNES proper
Hg-commit: 73c501757b30415edb078f4e9483eaa17edd8d12
|
| #
6188f407
|
| 15-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Namespaced the LineSearch into PetscLineSearch
Hg-commit: 26f9518a3e47a8fbf342a60b124de65d104c86c8
|
| #
0ebbf5cd
|
| 11-Mar-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 4f48dde03429d0318c7e23bc7de128a9e6ddc8fd
|
| #
6a388c36
|
| 08-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Added LineSearchShell and enough interface to write Shells well.
Hg-commit: bcbb45ee42ee1592b5598ef5e7174cd0391697da
|
| #
bbd5d0b3
|
| 08-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
Added the critical point (cp) line search
Hg-commit: 996e2986f4f54ed57c7d88d6bcd0efa3c350ac72
|
| #
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
|
| #
1f9dcb65
|
| 18-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ad9064ecab6663bf6a24da505dd949d26e524f4c
|
| #
01fcfa61
|
| 16-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
one more small fix to NCG preconditioning
Hg-commit: d64384d9d55dd9804d7247aaf989e9d9df229a2b
|
| #
5d115551
|
| 16-Feb-2012 |
Peter Brune <brune@mcs.anl.gov> |
NCG preconditioning fix, FAS options fix
Hg-commit: 80373b530f4989bfa9f0214836e94c52faec80c0
|
| #
1037da18
|
| 14-Feb-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 0db928480d979c13a2377936075c7720438182bd
|
| #
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
|
| #
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
|
| #
9c05af5e
|
| 05-Feb-2012 |
Jed Brown <jed@59A2.org> |
SNESReset_XXX does not need to mess with work vectors
Hg-commit: 386f6e43210e955c03106668c7484128e96eb8cd
|
| #
dfb256c7
|
| 24-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Added different update types for NCG solver
Hg-commit: 33dad5fea5fed2791588127b33b683f23bb792b9
|
| #
dfa73132
|
| 11-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 90c1bd4fffedf77210ed0a366215faa066d6b72c
|
| #
5631ad8b
|
| 10-Oct-2011 |
Jed Brown <jed@59A2.org> |
merge VTK output
Hg-commit: 752ac285cef3004e5f927d47cb447c89c818ee2e
|
| #
d2140ca3
|
| 10-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Fixed preconditioner application for nonlinear CG; more work on line searches
Hg-commit: ae32fbd2a27db49e048023e0f98868e088ee4ab1
|
| #
c62a2301
|
| 08-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 3a8c98f0c305dafb7511eeff746b29d4b4a171d5
|
| #
af60355f
|
| 07-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Fixed line search behavior, added SNESLineSearchQuadraticSecant.
Hg-commit: e492d8adec9a0d1359ea317876d69a0d9d98a71d
|