TSPseudoDefaultTimeStep
Default code to compute pseudo-timestepping. Use with TSPseudoSetTimeStep().
Synopsis
int TSPseudoDefaultTimeStep(TS ts,double* newdt,void* dtctx)
Input Parameters
ts -the timestep context
dtctx -unused timestep context
Collective on
TS
Output Parameter
newdt -the timestep to use for the next step
Keywords
timestep, pseudo, default
See Also
TSPseudoSetTimeStep(), TSPseudoComputeTimeStep()
Location: src/ts/impls/pseudo/posindep.c
Time Stepping
Table of Contents