| #
9aee5ca4
|
| 16-Aug-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
82d48c87
|
| 13-Aug-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-removesetfunctionnorm'
Conflicts: src/snes/impls/composite/snescomposite.c
|
| #
3e42a868
|
| 13-Aug-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snescompositefix'
|
| #
30058271
|
| 25-Jul-2013 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
snes->ttol to be used only in convergence tests.
|
| #
6daa6ed0
|
| 25-Jul-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge remote-tracking branch 'origin/master' into stefano_zampini/pcbddc-constraintssetupimproved
|
| #
c1c75074
|
| 25-Jul-2013 |
Peter Brune <brune@mcs.anl.gov> |
Removed extraneous SNESSetInitialFunctionNorm().
The norm is cached on vec_func after copy, so this is unnecessary.
|
| #
e04113cf
|
| 24-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
converted uAMS usage to SAWs usage; starts server but cannot see any published directories
|
| #
d5a53f06
|
| 18-Jul-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added better subsolver divergence handling in SNESComposite
|
| #
58bdfa14
|
| 17-Jul-2013 |
Peter Brune <brune@mcs.anl.gov> |
Fix for additiveoptimal SNESComposite variant for reset case.
Also keep it from calling the function evaluation too much.
|
| #
431c36e7
|
| 09-Jul-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snescomposite'
|
| #
dd515a93
|
| 05-Jul-2013 |
Peter Brune <brune@mcs.anl.gov> |
Move setting the subsnes dm in SNESComposite to SNESSetUp for grid sequencing.
|
| #
f0e3b380
|
| 18-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snescomposite'
|
| #
d971761d
|
| 18-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snesfunctiontype'
|
| #
cf5b3eb5
|
| 13-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Made the composite SNESes default to 1 iteration
|
| #
5e806d2e
|
| 11-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added residual and restart tolerances to SNESComposite.
User can now specify parameters for when to choose a solver solution or the combination candidate solution based upon stagnation and progress
Added residual and restart tolerances to SNESComposite.
User can now specify parameters for when to choose a solver solution or the combination candidate solution based upon stagnation and progress with -snes_composite_stol and -snes_composite_rtol.
show more ...
|
| #
72edecb9
|
| 31-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Fix for SNESComposite from SNESNormType -> SNESNormSchedule
|
| #
2cfa8f2a
|
| 31-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snescomposite' into prbrune/snes-snesfunctiontype
|
| #
b3000dc2
|
| 22-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Complex fix for -info in SNESComposite
|
| #
9c2f3473
|
| 13-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Robustness improvements to SNESComposite optimal combination
|
| #
90a8ba9b
|
| 09-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESComposite() with optimal additive combination
|
| #
e31ab4f9
|
| 07-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Small fixes for SNESComposite fortran stubs
|
| #
8f626970
|
| 06-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added SNESCompositeSetDamping() to set damping for subsolvers
|
| #
eed5f15b
|
| 03-Apr-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESComposite: Additive or Multiplicative composition of different SNESes.
|