TSPseudoVerifyTimeStep
Verifies whether the last timestep was acceptable.
Synopsis
int TSPseudoVerifyTimeStep(TS ts,Vec update,double *dt,int *flag)
Collective on TS
Input Parameters
ts | - timestep context
|
update | - latest solution vector
|
Output Parameters
dt | - newly computed timestep (if it had to shrink)
|
flag | - indicates if current timestep was ok
|
Notes
The routine to be called here to compute the timestep should be
set by calling TSPseudoSetVerifyTimeStep().
Keywords
timestep, pseudo, verify
See Also
TSPseudoSetVerifyTimeStep(), TSPseudoDefaultVerifyTimeStep()
Level:advanced
Location:src/ts/impls/pseudo/posindep.c
Time Stepping
Table of Contents