| #
ec957ece
|
| 04-Jul-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
updated to new version of AMS; not tested
|
| #
9a6158bf
|
| 19-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object na
Merge branch 'barry/fix-PetscObjectPrintClassNamePrefixType'
* barry/fix-PetscObjectPrintClassNamePrefixType: update tests of src/mat/examples/tests/ex136.c Use classname in object for object name when calling PetscObjectPrintClassNamePrefixType() instead of some string with less precise name passed in
Conflicts: src/snes/interface/snes.c
show more ...
|
| #
d971761d
|
| 18-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-snesfunctiontype'
|
| #
55d4788f
|
| 13-Jun-2013 |
Peter Brune <brune@mcs.anl.gov> |
Fix automatic setup of matrix-free context in the PC_LEFT situation.
|
| #
e33c197d
|
| 11-Jun-2013 |
Richard Mills <rtm@eecs.utk.edu> |
Merged petsc/petsc into rmills/petsc master.
|
| #
e7cbc546
|
| 05-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/fix-snes-fas-view-before-setup' into maint
* jed/fix-snes-fas-view-before-setup: SNESView: notify user when SNES has not been set up yet SNESFAS: protect SNESView on smoothers
Merge branch 'jed/fix-snes-fas-view-before-setup' into maint
* jed/fix-snes-fas-view-before-setup: SNESView: notify user when SNES has not been set up yet SNESFAS: protect SNESView on smoothers before creation in SNESSetUp
show more ...
|
| #
38bf05a2
|
| 05-Jun-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'jed/fix-snes-fas-view-before-setup'
* jed/fix-snes-fas-view-before-setup: SNESView: notify user when SNES has not been set up yet SNESFAS: protect SNESView on smoothers before crea
Merge branch 'jed/fix-snes-fas-view-before-setup'
* jed/fix-snes-fas-view-before-setup: SNESView: notify user when SNES has not been set up yet SNESFAS: protect SNESView on smoothers before creation in SNESSetUp
show more ...
|
| #
386b2e21
|
| 01-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-docs-regarding-xxxtype'
|
| #
8f6c3df8
|
| 01-Jun-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Removed the ability of XXXType to be the string name of a library and function in that library but forgot to remove this form from all the XXXAType manual pages
|
| #
5c9e203f
|
| 31-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Fix the conditions for SNESSetInitialFunction(Norm)() for function types.
|
| #
6c2ad439
|
| 31-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-npcjacobianlagging' into prbrune/snes-snesfunctiontype
Conflicts: src/snes/examples/tutorials/makefile src/snes/impls/ls/ls.c src/snes/impls/ngmres/snesngmres.c src/sn
Merge branch 'prbrune/snes-npcjacobianlagging' into prbrune/snes-snesfunctiontype
Conflicts: src/snes/examples/tutorials/makefile src/snes/impls/ls/ls.c src/snes/impls/ngmres/snesngmres.c src/snes/impls/qn/qn.c
show more ...
|
| #
6c67d002
|
| 31-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Use SNES_FUNCTION_DEFAULT to pick the preferred preconditioning setup per method
|
| #
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()
|
| #
47073ea2
|
| 15-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Added SNESFunctionType,SNESGet/SetFunctionType()
|
| #
365a6726
|
| 09-Apr-2013 |
Peter Brune <brune@mcs.anl.gov> |
Changed SNESNormType to SNESNormSchedule to better describe what it does.
|
| #
fce1e034
|
| 30-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
SNESView: notify user when SNES has not been set up yet
Suggested-by: Peter Brune <brune@mcs.anl.gov>
|
| #
7555ab9e
|
| 29-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-jacobiancolorfix' into maint
|
| #
3bb1ff40
|
| 28-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
logging memory now credits to all ancestors
|
| #
9bb02f3b
|
| 23-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'prbrune/snes-jacobiancolorfix'
|
| #
dae58748
|
| 22-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
Use classname in object for object name when calling PetscObjectPrintClassNamePrefixType() instead of some string with less precise name passed in
|
| #
c52e227f
|
| 21-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Better scoping for -snes_fd_color option to prevent odd side-effects
Getting the DM in SNESSetFromOptions broke FAS. As -snes_fd_color has no real use in SNESFAS, SNESGetDM should only be called wh
Better scoping for -snes_fd_color option to prevent odd side-effects
Getting the DM in SNESSetFromOptions broke FAS. As -snes_fd_color has no real use in SNESFAS, SNESGetDM should only be called when needed in SNESSetFromOptions().
show more ...
|
| #
aace71b7
|
| 20-May-2013 |
Peter Brune <brune@mcs.anl.gov> |
Setting -snes_fd_color clears the Jacobian context.
|
| #
329d851f
|
| 13-May-2013 |
Jed Brown <jedbrown@mcs.anl.gov> |
Merge branch 'barry/fix-xxxviewsetfromoptions'
* barry/fix-xxxviewsetfromoptions: *ViewFromOptions: update documentation, providing disabled man pages fixed bug where XXXViewFromOptions() used p
Merge branch 'barry/fix-xxxviewsetfromoptions'
* barry/fix-xxxviewsetfromoptions: *ViewFromOptions: update documentation, providing disabled man pages fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES
show more ...
|
| #
146574ab
|
| 09-May-2013 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed bug where XXXViewFromOptions() used prefix of object rather than appropriate prefix of KSP or SNES
|