Tags give the ability to mark specific points in history as being important
-
v1.6.0
0c8aa193 · ·OpenMP support AND leo3e support! The OpenMP solver is hardcoded for HLL+MUSCL+SSPRK3+ReflectingWalls and is only variable in initial condition and bathymetry setup (except bathy.flat). For the local setup, the toml handles the thread input, but if i.e. only 8 cores are available, it cuts (i.e. 10) threads to 8 threads. My experience on the leo3e cluster is, that the .sh thread variable is "stronger" then the .toml thread variable and is by default always chosen.
-
v1.4.0
5ba4a9c7 · ·Bathymetry support! The current implementation is a first order well balanced hydrostatic reconstruction scheme with Piecewise Constant reconstruction for the bottom topography. It preserves the lake at rest for Flat Bottom, No-Bottom (links to the old numerical solver without any sources) and Gaussian Hill bottom.
-