Skip to content

Zhonghua/hermes3d

Repository files navigation

hermes3d
========

Compilation
------------

$ cmake .
$ make

Intel C Compiler
----------------

To use Intel C compiler

$ export CC=/path/to/icc
$ export CXX=/path/to/icpc
$ cmake .
$ make

NOTE: version 10.0.026 did not work for me (some compatibility issues with STL), 10.1.022 works ok

Tests
-----

To run tests, do:

$ make test-quick

To run all tests (warning: takes very long time to finish):

$ make test

Debugging
---------

If you need to debug the build, use:

cmake -DCMAKE_VERBOSE_MAKEFILE=ON .

Then the make will print the exact commands that are executed.

About

A library for solving PDE using hp-FEM in 3D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •