Simulating magnetised gas dynamics using shock capturing
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them Everything is installed with
Docker
Otherwise, dependencies are:
cmake (minimum 3.1)
g++, tested with v6.3, older versions may work
ctest
Google Test
hdf5, v1.10
A step by step series of examples that tell you have to get a development env running
First build the Docker container and tag it:
docker build --tag mhd .
Then run the container
docker run -it mhd /bin/bash
For visualisation, you can use
python3 ../see.py
to plot a file
Google Test is automatically downloaded. The test runner is ctest.
ctest -VV
Add additional notes about how to deploy this on a live system
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Gareth Murphy - Initial work - garethcmurphy
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc