hermes3d
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A library for solving PDE using hp-FEM in 3D
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.


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。