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 on TSAdapt
Input Parameters#
adapt - time step adaptivity context, usually gotten with TSGetAdapt()
flag - whether to always accept steps
Options Database Keys#
-ts_adapt_always_accept - to always accept steps
See Also#
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