petsc-3.14.6 2021-03-30
Report Typos and Errors

TSAdaptGetClip

Gets the admissible decrease/increase factor in step size

Synopsis

#include "petscts.h" 
PetscErrorCode TSAdaptGetClip(TSAdapt adapt,PetscReal *low,PetscReal *high)
Not Collective

Input Arguments

adapt - adaptive controller context

Ouput Arguments

low - optional, admissible decrease factor
high - optional, admissible increase factor

See Also

TSAdaptChoose(), TSAdaptSetClip(), TSAdaptSetScaleSolveFailed()

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