-
Notifications
You must be signed in to change notification settings - Fork 0
shedsaw/flow-solver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To compile, you will need to have the GSL libraries installed. For Ubuntu, something like > sudo apt install libgsl-dev Should work. You will also need to modify the Makefile to adjust the include path to the local repository, e.g., INCLUDE_PATH = -I~/code/flow-solver/include -I/usr/include/gsl Then build with 'make all'. This is the code I wrote for my Master's thesis. It implements a high-order reconstruction scheme developed by Dr. Carl Ollivier-Gooch and his students and collaborators to solve the Euler equations.
About
A solver for the Euler equations that uses an high-order reconstruction technique.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published