Thank you for your interest in Hermes!
Hermes is a C++ library for rapid development of adaptive hp-FEM and hp-DG solvers, with emphasis on nonlinear, time-dependent, multi-physics problems.
This document is organized as follows:
This document is under continuous development. If you find bugs, typos, dead links and such, please report them to the Hermes2D mailing list.
Tutorial and examples are in separate repositories. Before using them, make sure to install the Hermes library in your system:
sudo make install
To get the Tutorial clone:
git clone git://github.com/hpfem/hermes-tutorial.git
To get Examples, clone:
git clone git://github.com/hpfem/hermes-examples.git
Both repositores contain a folder doc/ with documentation. To build the documentation, type “make html” in that directory.