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

https://github.com/certik/hermes_common

Hermes Common
https://github.com/certik/hermes_common

Last synced: 10 months ago
JSON representation

Hermes Common

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.