项目作者: garethcmurphy

项目描述 :
:star: Parallel Finite volume magnetohydrodynamics C++ code
高级语言: C++
项目地址: git://github.com/garethcmurphy/mpi-mhd-fv.git
创建时间: 2016-01-28T20:17:33Z
项目社区:https://github.com/garethcmurphy/mpi-mhd-fv

开源协议:MIT License

下载


MPI-MHD-FV

This is a numerical code developed to solve the magnetohydrodynamics equations. It was developed primarily for jets in the interstellar medium.

Status

DOI

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

  1. Docker
  2. cmake (minimum 2.8.7)
  3. gcc
  4. ctest
  5. Google Test
  6. hdf5

Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

  1. docker build -t mhd .

And repeat

  1. docker run -it mhd /bin/bash

You can use

  1. python3 ../see.py

to plot a file

Running the tests

Google Test/ctest platform is used

  1. ctest -VV

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who’s code was used
  • Inspiration
  • etc