PETSc version 3.17.5
Fix/Edit manual page
TSAdaptGetScaleSolveFailed
Gets the admissible decrease/increase factor in step size
Synopsis
#include "petscts.h"
PetscErrorCode
TSAdaptGetScaleSolveFailed
(
TSAdapt
adapt,
PetscReal
*scale)
Not Collective
Input Parameter
adapt
- adaptive controller context
Output Parameter
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