| #
9261d27a
|
| 17-Aug-2011 |
Peter Brune <brune@cs.uchicago.edu> |
Added initial crack at pointwise SOR-QuasiNewton nonlinear smoother
Hg-commit: d5df908d6dfb16fafeb4d90fd9d01a225d9ed930
|
| #
423d130b
|
| 27-Jul-2011 |
Jungho Lee <julee@mcs.anl.gov> |
Merge after commit
Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6
|
| #
df17f0d5
|
| 18-Jul-2011 |
Kerry Stevens <kstevens@spetjhiong.com> |
commit after merge from petsc-dev (MatMult_Add function)
Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7
|
| #
3997210f
|
| 15-Jul-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: cf711a579159759a8123fc41c1ca1e8729954659
|
| #
44a89da2
|
| 14-Jul-2011 |
Amlan Barua <abarua@iit.edu> |
Commit after Merge
Hg-commit: cd05c6754aae28afa4c00c2b5738065bfb0e8ab5
|
| #
c699ede6
|
| 14-Jul-2011 |
Matthew G Knepley <knepley@gmail.com> |
Added declaration
Hg-commit: d939bf5b1d4e1208f83a8f7e2f0df323937b18e1
|
| #
b90f4e8e
|
| 05-Jul-2011 |
Jed Brown <jed@59A2.org> |
merge ARKIMEX work
Hg-commit: 03119db092d8058df7d0e444614a6b9f71cf5237
|
| #
b06c3108
|
| 05-Jul-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: 0b7ce13e7b115e7a8cf3d8276f9a3917f63e30c2
|
| #
29d7da82
|
| 01-Jul-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 190091ace6ba708f33b13bcca19d370c6d464e63
|
| #
ed70e96a
|
| 01-Jul-2011 |
Jungho Lee <julee@mcs.anl.gov> |
removed duplicate ex61.c and 62.c added SNESVIGetInactiveSet()
: Enter commit message. Lines beginning with 'HG:' are removed.
Hg-commit: e0ca7e775146b79951319b76b9284fd056f059eb
|
| #
6a75d959
|
| 25-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: dca3adba7f7a67d5c50a0fbd016d1e75f16599de
|
| #
77cdaf69
|
| 22-Jun-2011 |
Jed Brown <jed@59A2.org> |
SNESVISetComputeVariableBounds: the callback does not allocate the vectors any more
Hg-commit: fcddff67fdea6d818baf6c94f2ba254b070f42e6
|
| #
e71120c6
|
| 22-Jun-2011 |
Jed Brown <jed@59A2.org> |
{SNES,TS}GetApplicationContext gets void* output instead of void**
Hg-commit: 98f497ce087b43f9886df505d01113580f045c45
|
| #
27b3d7a2
|
| 21-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 62cdc829c4a0c5e6e2fdbdb3ba354d19e0cc6603
|
| #
4a0c5b0c
|
| 20-Jun-2011 |
Matthew G Knepley <knepley@gmail.com> |
More fixes for nested SNES
Hg-commit: e5986d582f8aac3afb1bed512a307ba8177c2a7d
|
| #
31823bd8
|
| 17-Jun-2011 |
Matthew G Knepley <knepley@gmail.com> |
Added a PC to SNES - I believe I understand how they work now, I am writing something down
Hg-commit: 2626e011634a721b2e7f1fcad7a546f8c366e6b8
|
| #
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 ...
|
| #
d25893d9
|
| 04-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed reference count problem with calling SNESSolve repeatedly for the same VI triggered by ex55.c PetscOListRemoveReference() removed the reference even if it had already been removed by a previous
fixed reference count problem with calling SNESSolve repeatedly for the same VI triggered by ex55.c PetscOListRemoveReference() removed the reference even if it had already been removed by a previous call to PetscOListRemoveReference()
Hg-commit: 4786c8b26446f1ef2d834bcb14f6df00068cdf0a
show more ...
|
| #
2176524c
|
| 04-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
Added SNESVISetComputeVariableBounds() so that VI problems can be solved with grid sequencing started updating ex58.c so that function and jacobian are not hardwired to specific DA
Hg-commit: 5b2ad0
Added SNESVISetComputeVariableBounds() so that VI problems can be solved with grid sequencing started updating ex58.c so that function and jacobian are not hardwired to specific DA
Hg-commit: 5b2ad0b82fb328b8838f4f050acf8b3d13dedc1f
show more ...
|
| #
efd51863
|
| 02-Jun-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
basic -snes_grid_sequence <levels> is working for ex57.c needs work before will work with VI solvers and not yet determined how to get it working cleanly with multigrid for inner solver
Hg-commit: 9
basic -snes_grid_sequence <levels> is working for ex57.c needs work before will work with VI solvers and not yet determined how to get it working cleanly with multigrid for inner solver
Hg-commit: 963cdbcd2b6c84fb51974286fdf549257ab56035
show more ...
|
| #
42951b8f
|
| 27-May-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: c1943a07162526276566519aa6187052e11ecc3d
|
| #
3bc0e067
|
| 27-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 677d76f1be96693b90bad84376839eae566e08c6
|
| #
b665c654
|
| 26-May-2011 |
Matthew G Knepley <knepley@gmail.com> |
Compile fixes
Hg-commit: 6eb8dd660ab975f7076e5f8fefcde5c8aae6c780
|
| #
0e63999f
|
| 24-May-2011 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge :w!
Hg-commit: 252b7df528f9cdb484d150ba2d30e13a98447883
|
| #
3eaeaa01
|
| 17-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 6628fd7257079c4e2fa266732ce936368a09e663
|