TSPseudoDefaultTimeStep
Default code to compute pseudo-timestepping. Use with TSPseudoSetTimeStep().
Synopsis
#include "ts.h"
int TSPseudoDefaultTimeStep(TS ts,double* 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
Time Stepping
Table of Contents