Collection of utilities, solvers and other components.
Go to file
Atgeirr Flø Rasmussen d0aeeb780c Disabled OpenMP pragmas in low-level fluid evaluations.
This is done to reduce risk of misuse, considering two cases:
 - These functions are often called with a single data point,
   making the thread setup and teardown time prohibitively expensive.
 - This may conflict with higher-level use of OpenMP.
2012-04-10 15:46:24 +02:00
examples Minor edit. 2012-04-02 15:42:28 +02:00
m4 Now detects boost and compiles some tests. 2011-12-19 15:26:26 +01:00
opm/core Disabled OpenMP pragmas in low-level fluid evaluations. 2012-04-10 15:46:24 +02:00
tests tests/Makefile.am: Sort individual tests alphabetically. 2012-03-28 15:10:04 +02:00
.hgignore Add demonstration for bare-bones reordering implementation. 2012-01-17 14:41:00 +01:00
.hgtags update tags 2011-12-21 11:21:09 +00:00
CMakeLists.txt Added -ldunecommon to link flags. 2012-02-21 22:13:24 +01:00
configure.ac Initialise maths support early. 2012-02-10 14:59:40 +01:00
Makefile.am Added state-related headers for distribution. 2012-04-02 15:42:14 +02:00