If the user wants to run 1D or 2D simulations the step is added to all three components and is not restricted to either one/two components. Add substrate.dimension in the substrate.yml config file and pass in this information into function one_dt when the step is created. (Currently the dimension of the step is hardcoded to dim=3)
If the user wants to run 1D or 2D simulations the step is added to all three components and is not restricted to either one/two components. Add
substrate.dimension
in thesubstrate.yml
config file and pass in this information into functionone_dt
when the step is created. (Currently the dimension of the step is hardcoded to dim=3)