https://github.com/certik/hermes_common
Hermes Common
https://github.com/certik/hermes_common
Last synced: 10 months ago
JSON representation
Hermes Common
- Host: GitHub
- URL: https://github.com/certik/hermes_common
- Owner: certik
- License: other
- Created: 2010-02-20T04:59:00.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-06T17:19:32.000Z (about 16 years ago)
- Last Synced: 2025-06-28T10:42:22.161Z (about 1 year ago)
- Language: C++
- Homepage: http://certik.github.com/hermes_common/html/index.html
- Size: 870 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Hermes Common
-------------
Contains common code, that is used in all Hermes1D, Hermes2D and Hermes3D.
Currently it includes the matrix support and Python wrappers.
Installation
------------
$ cmake .
$ make
Tests
-----
C++ tests:
$ make test
Python tests:
$ py.test
Documentation
-------------
Read the tests in tests/*/main.cpp for lots of C++ examples.
Read the tests in tests/test_* for lots of Python examples.