Collection of utilities, solvers and other components.
Go to file
Bård Skaflestad 2566bbc01f Solidify checks for maths-related functions.
Specifically, bring in maths library through AC_SEARCH_LIBS and add
checks for sqrt() and pow() only after we've established which library
might contain these functions.  Similarly, rely on AC_SEARCH_LIBS
adding -lamd to ${LIBS} if needed in which case it is not necessary to
manually bring these libraries in while searching for UMFPACK.

Finally, add check for memset().  Needed by Tarjan implementation.
2012-02-07 00:25:40 +01:00
examples Fixed saturation initialization and updating of total mobilities. 2012-02-02 14:24:49 +01:00
m4 Now detects boost and compiles some tests. 2011-12-19 15:26:26 +01:00
opm/core Fix code on platforms for which sizeof(double)!=sizeof(double*). 2012-02-06 12:52:41 +01:00
tests Unify grid destructors: new common function is called free_grid(...). 2012-02-01 15:45:13 +01: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
configure.ac Solidify checks for maths-related functions. 2012-02-07 00:25:40 +01:00
Makefile.am Implement basic memory management for new well interface. 2012-02-03 21:35:19 +01:00