#include "petscts.h" PetscErrorCode TSAdaptSetTimeStepIncreaseDelay(TSAdapt adapt,PetscInt cnt)Logicially Collective on TSAdapt
adapt | - adaptive controller context | |
cnt | - the number of timesteps |
-ts_adapt_time_step_increase_delay cnt | - number of steps to delay the increase |
Notes: This is to prevent an adaptor from bouncing back and forth between two nearby timesteps. The default is 0. The successful use of this option is problem dependent
Developer Note: there is no theory to support this option