petsc-3.3-p7 2013-05-11
TSPseudoDefaultTimeStep
Default code to compute pseudo-timestepping. Use with TSPseudoSetTimeStep().
Synopsis
#include "petscts.h"
PetscErrorCode TSPseudoDefaultTimeStep(TS ts,PetscReal* newdt,void* dtctx)
Collective on TS
Input Parameters
ts -the timestep context
dtctx -unused timestep context
Output Parameter
newdt -the timestep to use for the next step
Keywords
timestep, pseudo, default
See Also
TSPseudoSetTimeStep(), TSPseudoComputeTimeStep()
Level:advanced
Location:src/ts/impls/pseudo/posindep.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex1.c.html