Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tgymnich/shallowwater.jl
- Owner: tgymnich
- License: gpl-3.0
- Created: 2021-05-01T23:51:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T00:37:12.000Z (over 3 years ago)
- Last Synced: 2024-10-05T08:21:21.621Z (3 months ago)
- Topics: cuda, hpc, julia, shallow-water-equations, simulation, tsunami
- Language: Julia
- Homepage: https://github.com/TUM-I5/SWE
- Size: 38.1 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)