Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshualampert/2023-master-thesis
Reproducibility repository for master thesis "Structure-Preserving Numerical Methods for Dispersive Shallow Water Equations" (2023)
https://github.com/joshualampert/2023-master-thesis
Last synced: about 1 month ago
JSON representation
Reproducibility repository for master thesis "Structure-Preserving Numerical Methods for Dispersive Shallow Water Equations" (2023)
- Host: GitHub
- URL: https://github.com/joshualampert/2023-master-thesis
- Owner: JoshuaLampert
- License: mit
- Created: 2023-11-20T14:25:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T14:27:08.000Z (about 1 year ago)
- Last Synced: 2024-10-14T04:43:42.709Z (3 months ago)
- Language: Julia
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Structure-Preserving Numerical Methods for Dispersive Shallow Water Equations
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)This is the reproducibility repository for the master thesis "Structure-Preserving Numerical Methods for Dispersive Shallow Water Equations" (2023)
by Joshua Lampert. It uses the Julia package [DispersiveShallowWater.jl](https://github.com/JoshuaLampert/DispersiveShallowWater.jl), which
was initiated as part of the master thesis.## Reproduce figures
In order to reproduce all figures from the master thesis, you first need to install [Julia](https://julialang.org/). The results were obtained
using Julia v1.9.3.After downloading this repository, e.g., by cloning it with `git`, you need to start Julia in this directory and execute the script located
at `code/create_figures.jl`, which can be done by```julia
julia> include("code/create_figures.jl")
```This will create a folder `out` that contains all the figures used in the master thesis.
## Author
The master thesis, the package DispersiveShallowWater.jl and this reprodicability repository is written by Joshua Lampert (University of Hamburg).