| #
298cc208
|
| 28-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
geometric multigrid works with simple single component VI problem and DM == DMDA ex58.c
Hg-commit: 9e8e3f96e5eee84c16e39b30b9c611fcaf4368d0
|
| #
4dcab191
|
| 27-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
added DMClearGlobalVectors() that destroys all the stashed global vectors added DM_SNESVI basics for supporting the use of DM with the VI solvers basic version with no multigrid works
Hg-commit: 3ba
added DMClearGlobalVectors() that destroys all the stashed global vectors added DM_SNESVI basics for supporting the use of DM with the VI solvers basic version with no multigrid works
Hg-commit: 3baea364d1194fdae279c6bd14ddd04795eaaea2
show more ...
|
| #
42951b8f
|
| 27-May-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: c1943a07162526276566519aa6187052e11ecc3d
|
| #
d0af7cd3
|
| 27-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PCReset_FieldSplit() to work in certain cases changed SNESVI solver to again use PCReset() instead of making a new KSP each time added ex58.c to allow start of testing of geometric multigrid fo
fixed PCReset_FieldSplit() to work in certain cases changed SNESVI solver to again use PCReset() instead of making a new KSP each time added ex58.c to allow start of testing of geometric multigrid for SNESVI solver
Hg-commit: 65bdb5e3e7bc2fd1d7345aee42689e28d0077897
show more ...
|
| #
ccad39c8
|
| 24-May-2011 |
Satish Balay <balay@mcs.anl.gov> |
fix bad merge
Hg-commit: 9983d39818b9ba47d7b40e0e8bc9a179a2b571c3
|
| #
0e63999f
|
| 24-May-2011 |
Jungho Lee <julee@mcs.anl.gov> |
commit after merge :w!
Hg-commit: 252b7df528f9cdb484d150ba2d30e13a98447883
|
| #
2d1473f3
|
| 23-May-2011 |
Jungho Lee <julee@mcs.anl.gov> |
changed SNESSolveVI_ to build entirely new KSP each solve with a different number of constraints instead of reusing because bug related to fieldsplit preconditioner. removed binary io from ex55.c
Hg
changed SNESSolveVI_ to build entirely new KSP each solve with a different number of constraints instead of reusing because bug related to fieldsplit preconditioner. removed binary io from ex55.c
Hg-commit: c54be143eb8afedaa09c33368f63242c2ed6a88f
show more ...
|
| #
8fc9b12f
|
| 18-May-2011 |
Shri Abhyankar <abhyshr@mcs.anl.gov> |
Removed unused variables in SNESVIResetKSPandPC
Hg-commit: 89de3e6192a1bed3914f6f8e617d170a861eb606
|
| #
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
|
| #
bdf461f7
|
| 22-Dec-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: a29fae34349b4172fb85374bd331b7deeb07c4a2
|
| #
61589011
|
| 22-Dec-2011 |
Jed Brown <jed@59A2.org> |
Do not SNESSetType(snes,SNESVIRS) if SNESVISetVariableBounds() is called with a SNES type that can solve VIs
Hg-commit: 918daef122af425885d88d932dd11774d219a937
|
| #
a63bb30e
|
| 22-Dec-2011 |
Jed Brown <jed@59A2.org> |
SNESGetFunction() attempts to create Vec if it has not been set yet, this fixes bug with SNESVISetVariableBounds() with SNESSetDM()
Hg-commit: 2d5e73b75a6c199789d82e16d9de69ddcef1a668
|
| #
ea3926da
|
| 07-Nov-2011 |
Matthew G Knepley <knepley@gmail.com> |
Merge
Hg-commit: 7e01025b11c859ecad5b4d890251c24e935a27b5
|
| #
b6a51c36
|
| 07-Nov-2011 |
Peter Brune <brune@mcs.anl.gov> |
commit after merge
Hg-commit: 4afddb78e4d16b99952e891a10244a92ea0015ab
|
| #
10f5ae6b
|
| 10-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
made SNESVI compile for complex other nightly build fixes
Hg-commit: 6178094efdbb3a55caff2207d11cec8bd0a1361c
|
| #
ce2f17d1
|
| 10-May-2011 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 8ad722e18529293bde53db7f4fb83823cee61dc0
|
| #
d6651a8c
|
| 09-May-2011 |
Victor Minden <victorminden@gmail.com> |
commit after merge
Hg-commit: a935ccf20f02d5d32e7e4e31e093474dd9731a2f
|
| #
8b4c83ed
|
| 09-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
updated documentation for SNESVI
Hg-commit: 27c65622fa356020651cbc549b5cea77e662c8e0
|
| #
b350b9c9
|
| 08-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
changed name of VI RS2 solver to RSAUG
Hg-commit: 9d7b9fac4831c1128c251172910ec8483ad369e7
|
| #
e63076c7
|
| 08-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed leak in SNESSolveVI_RS2
Hg-commit: f0344294bf943688f999574331ba0cdb69b277a4
|
| #
1d536665
|
| 08-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 76fa498573324fb8657c896ef994bcbf4f7c2875
|