This is a README file for the repository of Python wrappers of Hermes.
Copyright (c) 2011 hp-FEM group at the University of Nevada, Reno (UNR). Email: [email protected], home page: http://hpfem.org/.
User Documentation is available online at http://hpfem.org/hermes/.
To be supplied.
Installation instructions for Linux, Mac OS X, Windows Cygwin, and Windows MSVC are part of User Documentation (Library part).
- Install the Hermes library.
- Clone this repository (these wrappers) to your local hard drive.
- Adjust the first line in "wrappers_generate.sh" (on a Linux box), or "wrappers_generate.bat" (on a Windows box) with your Hermes installation directory: HERMES_DIR="path-to-the-directory"
- That should be enough for the wrappers to work
- Documents "howto_wrap.txt/.pdf" explain various C/C++ structures are wrapped and how the directory structure of these wrappers and of the Hermes library relate.
- Document "TESTS.rst" explains what a particular test is responsible for in terms of testing.