History log of /petsc/src/ts/tests/output/ex29_2.out (Results 1 – 4 of 4)
Revision Date Author Comments
# d904533a 18-Jul-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/improve-tsspan' into 'main'

Improve TSSpan

See merge request petsc/petsc!5427


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


# b5d9be17 04-Apr-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hongzh/add-ts-time-span' into 'main'

TS: Add support for time span

See merge request petsc/petsc!5060


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