This is a numerical code developed to solve the magnetohydrodynamics equations. It was developed primarily for jets in the interstellar medium.
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
Docker
cmake (minimum 2.8.7)
gcc
ctest
Google Test
hdf5
A step by step series of examples that tell you have to get a development env running
Say what the step will be
docker build -t mhd .
And repeat
docker run -it mhd /bin/bash
You can use
python3 ../see.py
to plot a file
Google Test/ctest platform is used
ctest -VV
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
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