:orphan: # TSAdaptSetAlwaysAccept Set whether to always accept steps regardless of any error or stability condition not meeting the prescribed goal. ## Synopsis ``` #include "petscts.h" PetscErrorCode TSAdaptSetAlwaysAccept(TSAdapt adapt, PetscBool flag) ``` Logically Collective ## Input Parameters - ***adapt -*** time step adaptivity context, usually gotten with `TSGetAdapt()` - ***flag -*** whether to always accept steps ## Options Database Key - ***-ts_adapt_always_accept -*** to always accept steps ## See Also [](ch_ts), `TSAdapt`, `TSGetAdapt()`, `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)