TSPseudoComputeTimeStep

Computes the next timestep for a currently running pseudo-timestepping process.

Synopsis

int TSPseudoComputeTimeStep(TS ts,double *dt)

Input Parameter

ts -timestep context

Output Parameter

dt -newly computed timestep

Collective on TS

Notes

The routine to be called here to compute the timestep should beset by calling TSPseudoSetTimeStep().

Keywords

timestep, pseudo, compute

See Also

TSPseudoDefaultTimeStep(), TSPseudoSetTimeStep()

Location: src/ts/impls/pseudo/posindep.c
Time Stepping
Table of Contents