Overview
Per Step Configurations
# first step of duration 4.0
step static 1 4.0
# anything defined here belongs to the first step
# including convergers, integrators, solvers, solver settings, etc.
# second step of duration 4.0
step static 2 4.0
# anything defined here belongs to the first step
# including convergers, integrators, solvers, solver settings, etc.
# maybe more steps
step static 3 4.0# first step of duration 4.0
step static 1 4.0
set ini_step_size .1
set fixed_step_size true
converger RelIncreDisp 1 1E-10 3 1
# second step of duration 4.0
step static 2 4.0
set ini_step_size 1.0
set fixed_step_size false
converger AbsIncreDisp 2 1E-8 10 1Inheriting from Previous Steps
Last updated