| a43b19c4 | 10-Jul-2011 |
Jed Brown <jed@59A2.org> |
Add TSSetExactFinalTime()
Hg-commit: ac77c0002464a8eb0a1b09b4e1a4bad8441db8e8 |
| 42528757 | 10-Jul-2011 |
Hong Zhang <hzhang@mcs.anl.gov> |
add PCView() in TSView_Sundials() set pcnone as default in TSCreate_Sundials()
Hg-commit: b0938759692f1815e23863f16d14839f6f52c9fc |
| eb284bec | 09-Jul-2011 |
Jed Brown <jed@59A2.org> |
Add TSThetaSetEndpoint() as a variant, make TSCN use it
Hg-commit: aeaec03f2afa651dbf2e8b46019ba9ce29eaf96b |
| cd652676 | 07-Jul-2011 |
Jed Brown <jed@59A2.org> |
Add TSInterpolate() with implementations for Theta and ARKIMEX; not tested
Hg-commit: 28178cd0190c75225bb5cf806142666de5c50176 |
| 8370ee3b | 08-Jul-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
Make TSView_XXX ignore viewer types it cannot handle
Hg-commit: c21ff69c1cc0732cb766bd673e29a78b6a21a9aa |
| c75d03b0 | 07-Jul-2011 |
Jed Brown <jed@59A2.org> |
Make sundials log the correct number of steps in CV_NORMAL mode
Hg-commit: af16a625b122a15a29b1fb91b3fca283d246abdd |
| 117ce3f2 | 06-Jul-2011 |
Jed Brown <jed@59A2.org> |
Use TSSolve_Sundials() because multiple steps are being taken
Hg-commit: 9fff58bb6495e7dd43b61e5336c41a614f708acc |
| 0679a0ae | 06-Jul-2011 |
Jed Brown <jed@59A2.org> |
Sundials use IFunction/IJacobian
Hg-commit: b8c479fbee188c1ac57566c9f82c1df6c1357204 |
| 5c6b4a3d | 05-Jul-2011 |
Jed Brown <jed@59A2.org> |
check error codes
Hg-commit: 319d6969569b064666af5aaa45653243df1ac1d2 |
| b90f4e8e | 05-Jul-2011 |
Jed Brown <jed@59A2.org> |
merge ARKIMEX work
Hg-commit: 03119db092d8058df7d0e444614a6b9f71cf5237 |
| 335f802e | 05-Jul-2011 |
Jed Brown <jed@59A2.org> |
clear dynamic functions
Hg-commit: 9f94449fc7d450602bb8f879ff5b8631c24461b7 |
| dcbc6d53 | 05-Jul-2011 |
Sean Farley <sean@mcs.anl.gov> |
Got rid of the internal cvode->pc because it is no longer needed (Use TSGetSNES instead)
Hg-commit: 195e90f36d44a5cb207b1a3165af0e0655189d3d |
| 09588cc2 | 04-Jul-2011 |
Jed Brown <jed@59A2.org> |
Remove deactivated TSBEULER and TSCN
Hg-commit: 5920656b603e45d7db3b7c5907a69679b1aac4a6 |
| b70ae86e | 04-Jul-2011 |
Jed Brown <jed@59A2.org> |
unused variables
Hg-commit: 99fcbc08f73209199437ca5fa15f3083c1910642 |
| c99c2784 | 03-Jul-2011 |
Jed Brown <jed@59A2.org> |
remove unused variables/code
Hg-commit: e1c93579483b50e61b5a5fc34df9ed52ac21b5e7 |
| f33bbcb6 | 03-Jul-2011 |
Jed Brown <jed@59A2.org> |
Revive TSBEULER and TSCN as specializations of TSTHETA
Hg-commit: 22a0498288254dc741046c622b0e98a10f3e59f9 |
| 193ac0bc | 02-Jul-2011 |
Jed Brown <jed@59A2.org> |
Big TS change: TSStep() takes only one step, TSSolve is for multiple steps with managed error control/etc
Hg-commit: da3734c7e570520df81d63781a44a4138a78516d |
| 214bc6a2 | 29-Jun-2011 |
Jed Brown <jed@59A2.org> |
Remove TSSetMatrices() and related cruft, linear examples currently broken
Hg-commit: 1a6eda31ac27bb83b5849ce8874bb01b1f91b82c |
| 9e2a6581 | 29-Jun-2011 |
Jed Brown <jed@59A2.org> |
Remove the guards preventing nonlinear TS from being used to solve linear problems (using the linear interface)
Hg-commit: 48172b410a76a9d394978842a3709659c7d9112b |
| 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 ...
|
| 5d4cbb4e | 24-Jun-2011 |
Lisandro Dalcin <dalcinl@gmail.com> |
TSALPHA: reject step if SNES fails to converge, add dt_min and dt_max options
Hg-commit: d367e2666effdd99bb24af509be98af30bab6c3b |
| 60251ea4 | 02-Jun-2011 |
Jed Brown <jed@59A2.org> |
TSGL: Cleaner handling of integer powers
Hg-commit: 512779698b4ff6326536abad81bd426a63ed3978 |
| 2382cf47 | 27-May-2011 |
Matthew G Knepley <knepley@gmail.com> |
Fixed 64-bit integer pow()s
Hg-commit: f7baf28c7a57db379bd6b1f573a44addcf3157d4 |
| c2b9b058 | 25-May-2011 |
Jed Brown <jed@59A2.org> |
Move TSALPHA references to the man page so people can find it
Hg-commit: fdc347d8d29900dad4ae611983e1886004686275 |
| c2efdce3 | 06-May-2011 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed the XXXMonitorSet() to take a destroy routine that takes a void** argument instead of a void* argument to match the calling sequences of the viewer destroys.
Hg-commit: 021daf4f46f2a80eb466760
fixed the XXXMonitorSet() to take a destroy routine that takes a void** argument instead of a void* argument to match the calling sequences of the viewer destroys.
Hg-commit: 021daf4f46f2a80eb466760738148cd726f3fbf0
show more ...
|