TSExactFinalTimeOption#
option for handling of final time step
Synopsis#
typedef enum {
TS_EXACTFINALTIME_UNSPECIFIED = 0,
TS_EXACTFINALTIME_STEPOVER = 1,
TS_EXACTFINALTIME_INTERPOLATE = 2,
TS_EXACTFINALTIME_MATCHSTEP = 3
} TSExactFinalTimeOption;
Values#
TS_EXACTFINALTIME_STEPOVER
- Don’t do anything if final time is exceededTS_EXACTFINALTIME_INTERPOLATE
- Interpolate back to final timeTS_EXACTFINALTIME_MATCHSTEP
- Adapt final time step to match the final time
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSGetConvergedReason()
, TSSetExactFinalTime()
, TSGetExactFinalTime()
Level#
beginner
Location#
Examples#
src/ts/tutorials/ex10.c.html
src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex11_sa.c.html
src/ts/tutorials/ex12.c.html
src/ts/tutorials/ex13.c.html
src/ts/tutorials/ex14.c.html
src/ts/tutorials/ex15.c.html
src/ts/tutorials/ex16.c.html
src/ts/tutorials/ex16fwd.c.html
src/ts/tutorials/ex17.c.html
src/ts/tutorials/ex18.c.html
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages