:orphan: # TSAdaptGetMaxIgnore Get error estimation threshold. Solution components below this threshold value will not be considered when computing error norms for time step adaptivity (in absolute value). ## Synopsis ``` #include "petscts.h" PetscErrorCode TSAdaptGetMaxIgnore(TSAdapt adapt, PetscReal *max_ignore) ``` Not Collective ## Input Parameter - ***adapt -*** adaptive controller context ## Output Parameter - ***max_ignore -*** threshold for solution components that are ignored during error estimation ## See Also [](ch_ts), `TSAdapt`, `TSAdaptSetMaxIgnore()`, `TSAdaptChoose()` ## Level intermediate ## Location src/ts/adapt/interface/tsadapt.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/adapt/interface/tsadapt.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)