Collection of utilities, solvers and other components.
Go to file
Atgeirr Flø Rasmussen 4f7c1fd77c A few changes to out-of-range warning and clamping:
- instead of hardcoding a constant (1e-5), use named
   variable (sat_tol_).
 - in finishStep(), allow s to be within sat_tol_ of
   [s_min, s_max] range, and clamp to range.
 - in initIteration(), only warn once if any cells' s
   values were clamped.
2012-01-19 23:49:45 +01:00
examples Now writes output in vtk format. 2012-01-19 16:48:27 +01:00
m4 Now detects boost and compiles some tests. 2011-12-19 15:26:26 +01:00
opm/core A few changes to out-of-range warning and clamping: 2012-01-19 23:49:45 +01:00
tests Changed namespace Dune -> namespace Opm. 2012-01-19 13:50:57 +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 Added some libraries that may be needed with newer versions of UMFPACK. 2012-01-19 13:04:12 +01:00
Makefile.am Added classes IncompPropertiesInterface and IncompPropertiesBasic. 2012-01-18 18:50:56 +01:00