| d1adcc6f | 07-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
SNESFAS interface now looks a lot more like PCMG.
Hg-commit: d25ca7d79454ace46905b26dfda5a3c4d704a817 |
| 794bee33 | 07-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
better debugging for FAS with GS
Hg-commit: 37d49cce58fd4c9a1a50824074234e54b6400ed1 |
| b6a51c36 | 07-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
commit after merge
Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab |
| 646217ec | 07-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
added computeGS, akin to computefunction and computejacobian, to SNES
Hg-commit: 4cd394b34d6c2d0a42d7bff7da4a2f63ed0ff71f |
| c2fc9fa9 | 06-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
reorganized SNESVI to two solvers SNESVIRS and SNESVISS in seperate directories without being intertwined though they share some common code removed rsaug from being built since is broken
Hg-commit
reorganized SNESVI to two solvers SNESVIRS and SNESVISS in seperate directories without being intertwined though they share some common code removed rsaug from being built since is broken
Hg-commit: 31c8ce4101ddfbfe4fc6d005d66ef14f58ee082a
show more ...
|
| 4839bfe8 | 03-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added nightly test for ex58 DVI solver
Hg-commit: beccfc62fb201f76ecc2892bd7c5c74f5ee4468f |
| cf22de31 | 01-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
removed usage of sqrt() from the snes solvers
Hg-commit: f1ceb88769eb40be9b76d6268f18b933f807fab4 |
| 62d1f40f | 01-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
replaced many sqrt() in PETSc with the proper PetscSqrtRead/Scalar() business
Hg-commit: 4b2ba7d0f24d7c387a3592e4b32f5444ddf5c08c |
| d6cbdb99 | 01-Nov-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
test cases for heat and biharmonic models
Hg-commit: 522f61d0575cb3d755a7b656824d33973e633630 |
| a3cb90a9 | 25-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Injection for SNESFAS fixed
Hg-commit: 5ac518d94070a377fa0385f8b851dbabf6a0c5ca |
| efe1f98a | 24-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
added injection to FAS
Hg-commit: 66c4fe659a82e446a10fa90b8bf3a4cda3a959f5 |
| 28ed4a04 | 24-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Added suggested restart condition clemency for NGMRES
Hg-commit: 4ca62cd3921731f6587cd171931cc2ebc087e069 |
| dfb256c7 | 24-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Added different update types for NCG solver
Hg-commit: 33dad5fea5fed2791588127b33b683f23bb792b9 |
| 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 |
| d2140ca3 | 10-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Fixed preconditioner application for nonlinear CG; more work on line searches
Hg-commit: ae32fbd2a27db49e048023e0f98868e088ee4ab1 |
| af60355f | 07-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Fixed line search behavior, added SNESLineSearchQuadraticSecant.
Hg-commit: e492d8adec9a0d1359ea317876d69a0d9d98a71d |
| 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 |
| ef347370 | 04-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
formatting fixes to ngmres
Hg-commit: d427a3cc19a7b3a3430c536d958b625dd5b6b5d5 |
| cf949ffa | 04-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
Fixed a compile warning
Hg-commit: 5f529c1bacc2270923c72007cefe0c6cee6c3824 |
| dd566292 | 04-Oct-2011 |
Satish Balay <balay@mcs.anl.gov> |
cannot have empty structs in C [per MS compiler]
Hg-commit: 424fceb673165fbbe0c8a73f2ce85e8fcaafe938 |
| 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 |
| 6bed07a3 | 03-Oct-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after update
Hg-commit: 9774836bfebee61342b7f5dd3dbd53473fdd4116 |
| d9fe6452 | 02-Oct-2011 |
Jed Brown <jed@59A2.org> |
Fix Peter's debugging output so the build is not broken for complex
Hg-commit: fd9f102ed743cc98463e211ee0c9337f02a6c95b |