TSPseudoSetTimeStepIncrement

Sets the scaling increment applied to dt when using the TSPseudoDefaultTimeStep() routine.

Synopsis

#include "ts.h"   
int TSPseudoSetTimeStepIncrement(TS ts,double inc)
Collective on TS

Input Parameters

ts - the timestep context
inc - the scaling factor >= 1.0

Options Database Key

   -ts_pseudo_increment <increment>

Keywords

timestep, pseudo, set, increment

See Also

TSPseudoSetTimeStep(), TSPseudoDefaultTimeStep()

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