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#
TS: Scalable ODE and DAE Solvers, TSAdapt
, TSGetAdapt()
, TSAdaptChoose()
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