petsc-3.7.1 2016-05-15
Report Typos and Errors

TSPseudoComputeTimeStep

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

Synopsis

#include "petscts.h"   
PetscErrorCode  TSPseudoComputeTimeStep(TS ts,PetscReal *dt)
Collective on TS Many br

Input Parameter

ts -timestep context Many br

Output Parameter

dt -newly computed timestep Many br

Many br

Notes

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

Keywords

timestep, pseudo, compute

See Also

TSPseudoTimeStepDefault(), TSPseudoSetTimeStep()

Level:developer
Location:
src/ts/impls/pseudo/posindep.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages