| #
9d05c179
|
| 30-Jun-2011 |
Jed Brown <jed@59A2.org> |
merge petsc-dev into petsc-ts
Hg-commit: 25f89baccf4ac81d2aa6b3ed1921e7800d9d9895
|
| #
214bc6a2
|
| 29-Jun-2011 |
Jed Brown <jed@59A2.org> |
Remove TSSetMatrices() and related cruft, linear examples currently broken
Hg-commit: 1a6eda31ac27bb83b5849ce8874bb01b1f91b82c
|
| #
089b2837
|
| 29-Jun-2011 |
Jed Brown <jed@59A2.org> |
Start fairly major restructuring of TS
* Two Mat arguments to TSSetMatrices() * Add Vec argument to TSSetIFunction() and TSSetRHSFunction() * The TS always has a SNES, it should never be accessed di
Start fairly major restructuring of TS
* Two Mat arguments to TSSetMatrices() * Add Vec argument to TSSetIFunction() and TSSetRHSFunction() * The TS always has a SNES, it should never be accessed directly, use TSGetSNES() instead. * Matrix ownership is passed down through the SNES * TSBEULER and TSCN are deactivated for now, TSTHETA provides the same functionality * The dirty hacks with the TS implementation calling SNESSetJacobian() carefully so as not to disturb -snes_mf is gone * Accessors added for TSGetIFunction(), TSGetRHSFunction() * TS_NONLINEAR is now default * TSGetRHSJacobian() is now symmetric: also returns the function
Hg-commit: f51db958a373d56cec7e65b059004b60f06d8ff4
show more ...
|
| #
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
|
| #
a0628c4c
|
| 21-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 91459df78a9a9bc70a05cd14f72e34242f1de270
|
| #
d155d410
|
| 21-Apr-2011 |
Jed Brown <jed@59A2.org> |
Fix a few Destroy-related artifacts from packages that weren't built on Barry's machine.
Hg-commit: e55c7066b74bb646d50fb615071c1d89e95eede4
|
| #
9b08a598
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after terrible merge
Hg-commit: 6ee623422368621da3dca005325b05a2fcd6d6bb
|
| #
68b022c8
|
| 15-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 335e836c7798747e6242df554ae58fe4db9f803f
|
| #
94bd0681
|
| 14-Apr-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: f3c568e85a2838d83c3fa8d894b63bfda181d266
|
| #
186e87ac
|
| 14-Apr-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
Consistency fixes in TS implementations
Hg-commit: d61d4edfbdd9789b60da9ca15a988644c7a12092
|
| #
277b19d0
|
| 14-Apr-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
Add TSReset(), fix inconsistent refcounting for rhs/lhs matrices
Hg-commit: 9b1562a6e84669d35c2ab8221a19aa8e9f99560a
|
| #
47dad92f
|
| 13-Mar-2011 |
Sean Farley <sean@mcs.anl.gov> |
Merged
Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237
|
| #
7d0a6c19
|
| 12-Mar-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
removed #define PETSCXXX_DLL from top of all source files
Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1
|
| #
8c172940
|
| 06-Dec-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e
|
| #
7087cfbe
|
| 05-Dec-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs removed all DLL export/import stuff since it was never used and never will be removed MatPermuteSparsify() since it sucked.
Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13
show more ...
|
| #
671f6225
|
| 17-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after monster merge with Jed's changes to Truth/Bool broke some stuff
Hg-commit: 5caec4f276cb70c9322fa9314b3d9d9d41118eac
|
| #
acfcf0e5
|
| 14-Oct-2010 |
Jed Brown <jed@59A2.org> |
PetscOptionsTruth -> PetscOptionsBool and related
Hg-commit: dfea0d194d94180043ddc1c2d9d074a0b8717c77
|
| #
4ac538c5
|
| 06-Oct-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
finished converting to use PetscTryMethod() and PetscUseMethod() whenever possible.
Hg-commit: 37cf7fcea5d871042d238d3c6a46bb0914b2136d
|
| #
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
|
| #
21b1d680
|
| 06-Sep-2010 |
Dmitry Karpeev <karpeev@mcs.anl.gov> |
Merge.
Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d
|
| #
fae1357e
|
| 01-Sep-2010 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 55f7df26da3e657005c3b8ea91f10296967a38a4
|