| #
609189e8
|
| 21-Aug-2013 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'master' of bitbucket.org:petsc/petsc
|
| #
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
|
| #
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.
|
| #
d971761d
|
| 18-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snesfunctiontype'
|
| #
1d3ed18c
|
| 04-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Fix to uninitialized Vec in SNESGetPCFunction()
This bug was noted by Jed in https://bitbucket.org/petsc/petsc/commits/ddd40ce523a7cea6c5531ba94c3449af29fb68c1#comment-283931
|
| #
ddd40ce5
|
| 31-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added SNESGetPCFunction() which decides how to get the function from the NPC.
|
| #
6950c336
|
| 30-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Remove accidental additions of PETSC_NULL from snespc.c
|
| #
b7281c8a
|
| 29-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Check converged reason of snes->pc under new preconditioning organization.
In the case of the PC application, the SNES aborts with reason DIVERGED_INNER. In the case of the line search, a failure of
Check converged reason of snes->pc under new preconditioning organization.
In the case of the PC application, the SNES aborts with reason DIVERGED_INNER. In the case of the line search, a failure of the preconditioner looks like a function domain error (so that exit will be proper).
show more ...
|
| #
ce5a860a
|
| 28-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
NEWTONLS works with preconditioned and unpreconditioned functions.
ASPIN (or other left-preconditioned Newton methods) can be run with either the usual function or the preconditioned function monito
NEWTONLS works with preconditioned and unpreconditioned functions.
ASPIN (or other left-preconditioned Newton methods) can be run with either the usual function or the preconditioned function monitoring convergence.
show more ...
|
| #
ed07d7d7
|
| 25-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
SNESLinesearchSetFunction() for setting what function the line search uses
|
| #
32f3f7c2
|
| 24-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Add SNESApplyPC() replacing the PC_LEFT control path in SNESComputeFunction()
|