Commit Graph

329 Commits

Author SHA1 Message Date
Bård Skaflestad
1b7a2fa9ac Add appropriate Boost libraries needed in specific executables. 2012-01-26 21:34:16 +01:00
Bjørn Spjelkavik
e697fb72e3 Changed namespace Dune -> namespace Opm. 2012-01-19 13:50:57 +01:00
Bård Skaflestad
20b58124c1 Remove warning about missing function declaration. 2012-01-06 00:05:05 +01:00
Atgeirr Flø Rasmussen
d7193e5492 Merged. 2012-01-05 21:44:58 +01:00
Atgeirr Flø Rasmussen
0c15624617 Implemented matrix() method. 2012-01-05 21:39:33 +01:00
Bård Skaflestad
0e2ebf49de Sort headers. 2012-01-05 21:37:15 +01:00
Bård Skaflestad
7fa44121f3 Add missing headers. 2012-01-05 21:36:59 +01:00
Bård Skaflestad
9bdc974afa Catch up to changing constructor interface in cset 4459fdac9389 . 2012-01-05 21:36:02 +01:00
Atgeirr Flø Rasmussen
dd4c0c2b1b Adding class BlackoilPropertiesFromDeck and test program. 2012-01-04 14:44:55 +01:00
Atgeirr Flø Rasmussen
9729768794 Now the libtool library will reference its dependencies. 2011-12-23 12:49:06 +01:00
Atgeirr Flø Rasmussen
9b2bfe40d3 Blackoil fluid test programs now compile. 2011-12-22 12:59:42 +01:00
Atgeirr Flø Rasmussen
7d705bb763 Moved tests to proper place. 2011-12-22 10:40:43 +01:00
Bård Skaflestad
6eb6054290 Make $(LIBS) and $(FLIBS) the final libraries on link line. 2011-12-19 18:31:57 +01:00
Halvor M. Nilsen
81d804ca31 Fixed makefiles. 2011-12-19 17:18:57 +01:00
Atgeirr Flø Rasmussen
bd4236eda9 Now compiles parameter testcase, removed extraneous imported makefiles. 2011-12-19 16:02:51 +01:00
Atgeirr Flø Rasmussen
81a72be23b Now detects boost and compiles some tests. 2011-12-19 15:26:26 +01:00
Atgeirr Flø Rasmussen
5e509537c4 Minor fix, dimens are ints, not doubles. 2011-12-13 10:36:44 +01:00
Atgeirr Flø Rasmussen
23a61cb167 Changed code to use new include path: <opm/core/...> 2011-12-12 11:28:09 +01:00
Atgeirr Flø Rasmussen
14dad62014 Moved umfpack-dependent programs into conditional block. 2011-12-12 10:30:40 +01:00
Atgeirr Flø Rasmussen
0e84c3de31 Replaces std::array with std::tr1::array for improved compatibility (not requiring c++11). 2011-12-12 10:29:40 +01:00
Bård Skaflestad
ad7c16cb61 Set initial 'facepos' member lest the contents be undefined.
Detected by: valgrind.
2011-12-08 16:31:47 +01:00
Bård Skaflestad
7fe3ac8e81 Conform to C90 standard (don't mix declaration and code). 2011-12-08 16:30:43 +01:00
Bård Skaflestad
600a22e5b0 Staticise internal function to avoid warnings about missing prior prototype. 2011-12-08 16:25:00 +01:00
Bård Skaflestad
74b8fe759a Reference headers using canonical (installed) paths. 2011-12-08 16:18:33 +01:00
Bård Skaflestad
2c11056604 Don't build 'test_cfs_tpfa' unless UMFPACK is available. 2011-12-08 16:15:39 +01:00
Bård Skaflestad
0d17659040 Remove blank lines at EOF 2011-12-08 15:08:54 +01:00
Bård Skaflestad
66b82865d4 Complete cset ad3d926031e7. 2011-12-08 14:49:09 +01:00
Bård Skaflestad
465f23ac7a Add build system, move tests to tests/ 2011-12-08 14:48:40 +01:00
Bård Skaflestad
8256d4a248 Move tests to a separate directory, 'tests'.
Add a test to demonstrate features of the 'JacobianSystem'.
2011-10-05 10:23:49 +02:00