opm-core/opm/core
Andreas Lauser c9067c4bda spline: some fixes to make Spline::intersect() work correctly
most of these issues are fallout from the conversion of the spline
class from a moments (second derivative) based approach to hermite
base functions:

- the second and third derivatives where incorrect, and the third
  derivative was not available in the public interface.
- The unit test did not check the derivatives
- The coefficients for the monomial basis were off by the factors
  stemming from the derivatives
- The intersectIntervall_() method used std::max() instead of
  std::min() at one place and still added the base offset for the x
  values as indicated by Stoer
2013-11-07 15:06:59 +01:00
..
grid fix headers 2013-09-11 13:11:47 +02:00
io use bar instead of Pascal as the unit for the pressure field 2013-11-01 11:36:06 +01:00
linalg Fix LinearSolverIstl cleanup also for fast AMG branch 2013-09-20 10:00:21 +02:00
pressure assemble_well_contrib(): Fix misprint in comment. 2013-09-25 15:39:37 +02:00
props Merge pull request #412 from atgeirr/fix-rockcomp 2013-10-16 05:31:00 -07:00
simulator Replaced include math.h with cmath, and changed from fabs to abs. Fixed an error in the testfile, a filename was wrong 2013-11-04 13:51:32 +01:00
tof convert users of MESSAGE to OPM_MESSAGE 2013-09-05 13:04:38 +02:00
transport Remove unneeded term, fixing oil injecting behaviour. 2013-10-04 13:16:02 +02:00
utility spline: some fixes to make Spline::intersect() work correctly 2013-11-07 15:06:59 +01:00
wells convert users of MESSAGE to OPM_MESSAGE 2013-09-05 13:04:38 +02:00
doxygen_main.hpp Moved MonotCubicInterpolator to Opm namespace. 2013-03-21 14:57:36 +01:00
grid.h Document Cartesian info fields for unstructured grids 2013-09-06 09:51:26 +02:00
opm-core-pch.hpp Use precompiled headers to compile C++ modules 2013-02-11 22:38:00 +01:00
version.c Include version information in the library 2013-07-31 12:22:18 +02:00
version.h Bump version numbers. 2013-10-21 13:53:29 +02:00
wells.h Clean up well docs. 2013-03-20 14:14:53 +01:00