petsc-3.6.4 2016-04-12
TSSetExactFinalTime
Determines whether to adapt the final time step to match the exact final time, interpolate solution to the exact final time, or just return at the final time TS computed.
Synopsis
#include "petscts.h"
PetscErrorCode TSSetExactFinalTime(TS ts,TSExactFinalTimeOption eftopt)
Logically Collective on TS
Input Parameter
| ts | - the time-step context
|
| eftopt | - exact final time option
|
See Also
TSExactFinalTimeOption
Level:beginner
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex31.c.html
src/ts/examples/tutorials/ex16adj.c.html
src/ts/examples/tutorials/ex16opt_p.c.html
src/ts/examples/tutorials/ex16opt_ic.c.html
src/ts/examples/tutorials/ex20adj.c.html
src/ts/examples/tutorials/ex20opt_p.c.html
src/ts/examples/tutorials/ex20opt_ic.c.html
src/ts/examples/tutorials/ex31.c.html