petsc-3.4.5 2014-06-29

TSGetDuration

Gets the maximum number of timesteps to use and maximum time for iteration.

Synopsis

#include "petscts.h"  
PetscErrorCode  TSGetDuration(TS ts, PetscInt *maxsteps, PetscReal *maxtime)
Not Collective

Input Parameters

ts - the TS context obtained from TSCreate()
maxsteps - maximum number of iterations to use, or NULL
maxtime - final time to iterate to, or NULL

Keywords

TS, timestep, get, maximum, iterations, time

Level:intermediate
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/ex16.c.html