petsc-3.3-p7 2013-05-11

TSSetExactFinalTime

Determines whether to interpolate solution to the exact final time requested by the user or just returns it at the final time it computed.

Synopsis

#include "petscts.h"  
PetscErrorCode  TSSetExactFinalTime(TS ts,PetscBool flg)
Logically Collective on TS

Input Parameter

ts - the time-step context
ft - PETSC_TRUE if interpolates, else PETSC_FALSE

See Also

TSSetDuration()

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