| #
c0174eb7
|
| 03-Jul-2012 |
Mark F. Adams <mark.adams@columbia.edu> |
removed a spurious call to MatSetBlockSize.
Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a
|
| #
8e7768b9
|
| 24-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: f997b2abc12025b16065184c2bb279689bbd06ac
|
| #
b45d2f2c
|
| 24-Mar-2012 |
Jed Brown <jed@59A2.org> |
Rename include/private/ to include/petsc-private/
Hg-commit: 9a1730720b0d9756437b40462617551504641ade
|
| #
b577a686
|
| 16-Mar-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: d865d871eeec070ac0aa882748136c4179a12670
|
| #
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
|
| #
1936c542
|
| 14-Mar-2012 |
Peter Brune <brune@mcs.anl.gov> |
LS switched to new line searches
Hg-commit: 3a1321613da1271501772cae1167528ef39506fb
|
| #
dd566292
|
| 04-Oct-2011 |
Satish Balay <balay@mcs.anl.gov> |
cannot have empty structs in C [per MS compiler]
Hg-commit: 424fceb673165fbbe0c8a73f2ce85e8fcaafe938
|
| #
8e3fc8c0
|
| 02-Oct-2011 |
Jed Brown <jed@59A2.org> |
Merge cfl and -snes_ls_precheck_picard with LS changes from Peter
Hg-commit: 3c65480c41bb5f6e5f5e24e3886075f09e0b8f72
|
| #
50f6de3f
|
| 02-Oct-2011 |
Jed Brown <jed@59A2.org> |
Add -snes_ls_precheck_picard to implement "unstable manifold correction", add to p-Bratu example and include output
Hg-commit: 1dface3dd261103d5cab39d276115c74d7d003df
|
| #
ea630c6e
|
| 01-Oct-2011 |
Peter Brune <brune@mcs.anl.gov> |
moved most of the LineSearch interface out of SNESLS and into SNES; fixed most of the solvers
Hg-commit: 7938008ed4ad477835f3e77a0f5215bd9ef2049d
|
| #
1e633543
|
| 15-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated test output to use SNES Iterations instead of Newton Iterations changed line search calling sequences so that all input arguments are passed before output arguments fixed Picard to use same c
updated test output to use SNES Iterations instead of Newton Iterations changed line search calling sequences so that all input arguments are passed before output arguments fixed Picard to use same calling sequence of line searches as other SNES methods
Hg-commit: fae74e5081b3f5b3bc28fa3a5e81739ea7ae697c
show more ...
|
| #
55d4ea13
|
| 06-Sep-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added -snes_ls_damping for ls finished cleanup of Picard
Hg-commit: 3c0883d674fab3613820d4d7a6173f4c9ffb19b3
|
| #
df17f0d5
|
| 18-Jul-2011 |
Kerry Stevens <kstevens@spetjhiong.com> |
commit after merge from petsc-dev (MatMult_Add function)
Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7
|
| #
649052a6
|
| 14-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed PetscViewerASCIIMonitorCreate instead regular ASCII viewers are used and the tabs are set by the Monitor routine. Now no monitor option should be double used because SNES or KSPSetFromOptions
removed PetscViewerASCIIMonitorCreate instead regular ASCII viewers are used and the tabs are set by the Monitor routine. Now no monitor option should be double used because SNES or KSPSetFromOptions are used
Hg-commit: 3821c77002121ce48b9fae3b1d8e38aa6c55f2b9
show more ...
|
| #
639d86e3
|
| 13-Jan-2012 |
Sean Farley <sean@mcs.anl.gov> |
Merge
Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c
|
| #
d39137a2
|
| 12-Jan-2012 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10
|
| #
247e2d92
|
| 06-Jan-2012 |
Jed Brown <jed@59A2.org> |
Mass revert file modes that were made executable in f6e61ee9c329
Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5
|
| #
832f7384
|
| 01-Jan-2012 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257
|
| #
14e519b0
|
| 31-Dec-2011 |
Mark F. Adams <mark.adams@columbia.edu> |
changed MatMatMult to MatTranposeMatMult.
Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f
|
| #
c6db04a5
|
| 14-Mar-2011 |
Jed Brown <jed@59A2.org> |
Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h
Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07
|
| #
3334f37f
|
| 29-Sep-2010 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Commit after merge
Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04
|
| #
ace3abfc
|
| 28-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL note this requires a new sowing version
Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
|
| #
724775cc
|
| 06-May-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
changed ls.h to lsimpl.h and tr.h to trimpl.h to match PETSc standards
Hg-commit: 8bcf7a13f708171832275be273633a95c0f68827
|