- time_sequenceThe values of t
C++ Type:std::vector
Description:The values of t
TimeSequenceStepper

The TimeSequenceStepper has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with a MooseObject; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# TimeSequenceStepper
!syntax description /Executioner/TimeStepper/TimeSequenceStepper
## Overview
!! Replace these lines with information regarding the TimeSequenceStepper object.
## Example Input File Syntax
!! Describe and include an example of how to use the TimeSequenceStepper object.
!syntax parameters /Executioner/TimeStepper/TimeSequenceStepper
!syntax inputs /Executioner/TimeStepper/TimeSequenceStepper
!syntax children /Executioner/TimeStepper/TimeSequenceStepper
Solves the Transient problem at a sequence of given time points.
Input Parameters
- cutback_factor_at_failure0.5Factor to apply to timestep if it a time step fails to convergence.
Default:0.5
C++ Type:double
Description:Factor to apply to timestep if it a time step fails to convergence.
- reset_dtFalseUse when restarting a calculation to force a change in dt.
Default:False
C++ Type:bool
Description:Use when restarting a calculation to force a change in dt.
Optional Parameters
- control_tagsAdds user-defined labels for accessing object parameters via control logic.
C++ Type:std::vector
Description:Adds user-defined labels for accessing object parameters via control logic.
- enableTrueSet the enabled status of the MooseObject.
Default:True
C++ Type:bool
Description:Set the enabled status of the MooseObject.
Advanced Parameters
Input Files
- test/tests/time_steppers/timesequence_stepper/timesequence_restart1.i
- test/tests/time_steppers/timesequence_stepper/timesequence_restart2.i
- test/tests/time_steppers/timesequence_stepper/timesequence.i
- test/tests/time_steppers/timesequence_stepper/timesequence_restart_failure.i
- modules/phase_field/test/tests/misc/timestepmaterial.i
- test/tests/time_steppers/timesequence_stepper/timesequence_restart3.i