petsc-3.8.4 2018-03-24
Report Typos and Errors

TSAdaptSetClip

Sets the admissible decrease/increase factor in step size

Synopsis

#include "petscts.h" 
PetscErrorCode TSAdaptSetClip(TSAdapt adapt,PetscReal low,PetscReal high)
Logically collective on TSAdapt

Input Arguments

Options Database Keys

See Also

TSAdaptChoose(), TSAdaptGetClip()

Level:intermediate
Location:
src/ts/adapt/interface/tsadapt.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages

adapt - adaptive controller context
low - admissible decrease factor + high - admissible increase factor
-ts_adapt_clip-