Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tgymnich/shallowwater.jl

🌊 Simple Finite Volumes models that solve the shallow water equations
https://github.com/tgymnich/shallowwater.jl

cuda hpc julia shallow-water-equations simulation tsunami

Last synced: 2 months ago
JSON representation

🌊 Simple Finite Volumes models that solve the shallow water equations

Awesome Lists containing this project

README

        

# ShallowWater.jl

ShallowWater.jl is educational code that implements simple Finite Volumes models that solve the shallow water equations - in a problem setting as it would be used for tsunami simulation.

# Demo

![swe](https://user-images.githubusercontent.com/7985149/121619152-608a0680-ca68-11eb-98ff-12afb1e55afc.gif)

# Further Reading

- [SWE](https://github.com/TUM-I5/SWE)
- [SWE - A Simple Shallow Water Code](https://www5.in.tum.de/SWE/doxy/)
- [The Shallow Water Equations and CUDA](https://www5.in.tum.de/lehre/vorlesungen/hpc/WS15/uebung/swe_01.pdf)
- [Teaching Parallel Programming Models on a Shallow-Water Code](https://www5.in.tum.de/SWE/breuer_bader_teaching.pdf)