You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we set the default value for min_tick_distance to 1e-5, which are 10µm. Any structures finer than 10µm will not be well resolved in simulations using the default values. We should think about adjusting this value (and maybe max_tick_ratio) to something less hard-coded such that the default values describe any simulation (and not just "large scale" simulations) best.
The text was updated successfully, but these errors were encountered:
SolidStateDetectors.jl/src/Simulation/Simulation.jl
Lines 851 to 878 in 652e8ee
Right now, we set the default value for
min_tick_distance
to1e-5
, which are 10µm. Any structures finer than 10µm will not be well resolved in simulations using the default values. We should think about adjusting this value (and maybemax_tick_ratio
) to something less hard-coded such that the default values describe any simulation (and not just "large scale" simulations) best.The text was updated successfully, but these errors were encountered: