typedef enum {TS_EXACTFINALTIME_UNSPECIFIED=0,TS_EXACTFINALTIME_STEPOVER=1,TS_EXACTFINALTIME_INTERPOLATE=2,TS_EXACTFINALTIME_MATCHSTEP=3} TSExactFinalTimeOption;
Developer Notes: this must match petsc/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/../../include/petscts.h
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages