Closed fthaler closed 4 years ago
Improved resolutions and time step sizes in convergence tests. Use t < tmax - dt / 2 instead of t < tmax to avoid different number of time steps due to rounding errors. Step towards automatically testing convergence.
t < tmax - dt / 2
t < tmax
Improved resolutions and time step sizes in convergence tests. Use
t < tmax - dt / 2
instead oft < tmax
to avoid different number of time steps due to rounding errors. Step towards automatically testing convergence.