typedef enum {TS_EXACTFINALTIME_STEPOVER=0,TS_EXACTFINALTIME_INTERPOLATE=1,TS_EXACTFINALTIME_MATCHSTEP=2} TSExactFinalTimeOption;
Developer Notes: this must match finclude/petscts.h
TS_EXACTFINALTIME_STEPOVER - Don't do anything if final time is exceeded
TS_EXACTFINALTIME_INTERPOLATE - Interpolate back to final time
TS_EXACTFINALTIME_MATCHSTEP - Adapt final time step to match the final time
Level:beginner
Location:src/ts/adapt/../../../include/petscts.h
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages