petsc-3.7.1 2016-05-15
TSPseudoSetTimeStepIncrement
Sets the scaling increment applied to dt when using the TSPseudoTimeStepDefault() routine.
Synopsis
#include "petscts.h"
PetscErrorCode TSPseudoSetTimeStepIncrement(TS ts,PetscReal inc)
Logically Collective on TS Many br
Input Parameters
| ts | - the timestep context Many br |
| inc | - the scaling factor >= 1.0 Many br |
Options Database Key
-ts_pseudo_increment <increment> - Many br Many br
Keywords
timestep, pseudo, set, increment
See Also
TSPseudoSetTimeStep(), TSPseudoTimeStepDefault()
Level:advanced
Location:src/ts/impls/pseudo/posindep.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex42.c.html