evolution
This page contains a full reference of all parameters available for the evolution module. At the bottom of the page you can find an example parameter block that can be used in your parameter file.
evolution
Evolution
Name:
time_stepperType:
keyword
Default:
euler
Range:
euler, rk2, rk3, rk4, imex222
Description:
What timestepper is used for MoL evolution
Name:
cfl_factorType:
double
Default:
0.2
Range:
(0,*)
Description:
CFL factor
Name:
timestep_selection_modeType:
keyword
Default:
automatic
Range:
automatic, manual
Description:
How to select the timestep, manual means user provided
Name:
timestepType:
double
Default:
0.1
Range:
(0,*)
Description:
If timestep selection is manual, provide timestep
Name:
termination_conditionType:
keyword
Default:
time
Range:
time, iteration, walltime
Description:
How to decide when to terminate the execution
Name:
final_timeType:
double
Default:
2.0
Range:
(0,*)
Description:
If termination condition is time, simulation time (in code units) when the simulation ends
Name:
final_iterationType:
unsigned int
Default:
100
Range:
(0,*)
Description:
If termination condition is iteration, iteration when the simulation ends
Name:
final_walltimeType:
double
Default:
24
Range:
(0,*)
Description:
If termination condition is walltime, walltime (in hours) when the simulation ends