Thank you for your interest in Hermes!
This document contains a beginner’s tutorial. It will walk you in small steps through the solution of linear, nonlinear, and time-dependent problems from various engineering and scientific areas, using higher-order elements and adaptivity algorithms, and solving multiphysics coupled problems.
The document is under continuous development. If you find bugs, typos, dead links and such, please report them to the Hermes2D mailing list.
Selected 1D problems are part of the repository “hermes-examples”. To clone it, type:
git clone git://github.com/hpfem/hermes-examples.git
Eigenproblems are supported in the legacy code but not in the OpenMP version, because of their Python dependency (PySparse). Implementation of a C++ eigensolver class is scheduled for near future.