| #
e1db57b0
|
| 18-Jul-2022 |
Hong Zhang <hongzhang@anl.gov> |
Improve TSSpan
- Add relative tolerance for span point checking - Add a caching mechanism to recover the time step after hitting a span point. This makes fixed time stepping more robust. The time
Improve TSSpan
- Add relative tolerance for span point checking - Add a caching mechanism to recover the time step after hitting a span point. This makes fixed time stepping more robust. The time step may be modified near a span point, leading to unexpected behaviors when fixed time step is used.
show more ...
|
| #
4a658b32
|
| 04-Apr-2022 |
Hong Zhang <hongzhang@anl.gov> |
TS: Added support for time span
A time span can be specified with TSSetTimeSpan() or -ts_time_span <t0,...,tf> The TS solver will reach all the intermediate time points and save the corresponding so
TS: Added support for time span
A time span can be specified with TSSetTimeSpan() or -ts_time_span <t0,...,tf> The TS solver will reach all the intermediate time points and save the corresponding solutions during integration.
show more ...
|