An open API service indexing awesome lists of open source software.

https://github.com/certik/mhd-hermes


https://github.com/certik/mhd-hermes

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

MHD simulation software
-----------------------

MHD-hermes is a magnetohydrodynamics simluation software written in C++ and
Python, using the Hermes hp-FEM library.

Webpage: http://certik.github.com/mhd-hermes

Installation
------------

Install hermes2d, so that you can import "hermes2d" from Python. Then just run:

cmake .
make

and that's it.