petsc-3.14.6 2021-03-30
Report Typos and Errors
TSAdaptGetScaleSolveFailed
Gets the admissible decrease/increase factor in step size
Synopsis
#include "petscts.h"
PetscErrorCode
TSAdaptGetScaleSolveFailed
(
TSAdapt
adapt,
PetscReal
*scale)
Not Collective
Input Arguments
adapt
- adaptive controller context
Ouput Arguments
scale
- scale factor
See Also
TSAdaptChoose
(),
TSAdaptSetScaleSolveFailed
(),
TSAdaptSetClip
()
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