-
Notifications
You must be signed in to change notification settings - Fork 1
A library for solving PDE using hp-FEM in 3D
License
Zhonghua/hermes3d
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published