Tags

Tags give the ability to mark specific points in history as being important
  • v1.6.0

    0c8aa193 · Add: OpenMP support ·
    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.5.0

    ca76443b · Add: HPC Solver ·
    Add: Optimized Serial Solver
    
    This highly optimized Serial Solver is only for HLL+MUSCL+Bathymetry (first order bottom recon)!
  • v1.4.0

    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.
  • v1.3.0

    98f8715f · Add: MUSCL, HLL, ROE ·
    Modular solver contains now all solvers that were planned
  • v1.2.0

    Stable local, with CFL, units, adaptive fps
  • v1.1.0

    Modular toml input possible now
  • v1.0.0

    First stable release (local)
  • v0.1.0

    e140c44b · First local setup ·
    First local setup working