| 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 ...
|