:orphan:
# 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


## Input Parameters

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



## Options Database Key

- ***-ts_pseudo_increment <increment> -*** set pseudo increment





## See Also
 [](ch_ts), `TSPSEUDO`, `TSPseudoSetTimeStep()`, `TSPseudoTimeStepDefault()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/pseudo/posindep.c.html#TSPseudoSetTimeStepIncrement">src/ts/impls/pseudo/posindep.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex42.c.html">src/ts/tutorials/ex42.c</A><BR>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/impls/pseudo/posindep.c.html#TSPseudoSetTimeStepIncrement_Pseudo">TSPseudoSetTimeStepIncrement_Pseudo in src/ts/impls/pseudo/posindep.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/impls/pseudo/posindep.c)


[Index of all TS routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
