opm-core/opm/core/utility
Andreas Lauser e530ce03d8 PVT properties: allow them to be temperature dependent
Note that this patch does not introduce any real temperature
dependence but only changes the APIs for the viscosity and for the
density related methods. Note that I also don't like the fact that
this requires so many changes to so many files, but with the current
design of the property classes I cannot see a way to avoid this...
2014-12-01 20:06:31 +01:00
..
parameters Merge pull request #376 from rolk/376_warn 2013-09-19 05:05:00 -07:00
platform_dependent Remove include guards from warning suppression headers. 2014-09-20 10:36:10 +02:00
Average.hpp fix the averages wrt negative values and divisions by zero 2013-09-25 11:04:23 +02:00
buildUniformMonotoneTable.hpp Moved UniformTableLinear and related func out of subnamespace utils. 2012-04-19 11:45:52 +02:00
ClassName.hpp className(): minor comment and guard macro name fixes 2013-09-20 12:45:10 +02:00
CompressedPropertyAccess.hpp Add missing 'not' in documentation. 2014-08-28 10:20:07 +02:00
DataMap.hpp Make DataMap.hpp properly include its dependencies. 2012-11-26 10:50:09 +01:00
ErrorMacros.hpp Reduce likelihood of shadowing symbols in OPM_THROW 2013-09-11 01:03:25 +02:00
Event_impl.hpp Add classes for event-handling 2013-08-26 12:52:03 +02:00
Event.cpp Change from pass-by-value to pass-by-const-ref 2013-08-26 14:33:23 +02:00
Event.hpp Change from pass-by-value to pass-by-const-ref 2013-08-26 14:33:23 +02:00
Exceptions.hpp Add a file with OPM specific exceptions 2013-09-05 13:04:37 +02:00
Factory.hpp fix headers 2013-09-11 13:11:47 +02:00
have_boost_redef.hpp Add facility for overriding `HAVE_BOOST' from Dune. 2012-07-12 14:20:59 +02:00
linearInterpolation.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
miscUtilities_impl.hpp Added support for computePoreVolume for grids apart from UnstructuredGrid. 2014-02-25 15:12:16 +01:00
miscUtilities.cpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
miscUtilities.hpp Added support for computePoreVolume for grids apart from UnstructuredGrid. 2014-02-25 15:12:16 +01:00
miscUtilitiesBlackoil.cpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
miscUtilitiesBlackoil.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
MonotCubicInterpolator.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
MonotCubicInterpolator.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
NonuniformTableLinear.hpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
NullStream.cpp Provide stream that ignores everything written to it 2013-09-26 12:37:02 +02:00
NullStream.hpp Provide stream that ignores everything written to it 2013-09-26 12:37:02 +02:00
PolynomialUtils.hpp add functions to analytically invert polynomials up to degree three 2013-09-09 13:29:37 +02:00
PropertySystem.hpp Portability fix: 'uint' is nonstandard. 2014-01-15 12:25:50 +01:00
RegionMapping.hpp Added size() method to CellRange inner class. 2014-02-27 08:58:38 +01:00
RootFinders.hpp Fix unused argument warning and wrong behaviour. 2014-02-05 15:07:17 +01:00
share_obj.hpp Remove superfluous backing class for share_obj 2013-11-25 14:14:48 +01:00
SparseTable.hpp fix the SparseVector and SparseTable unit tests 2013-09-06 13:27:14 +02:00
SparseVector.hpp fix the SparseVector and SparseTable unit tests 2013-09-06 13:27:14 +02:00
Spline.hpp Fix unused argument warnings. 2014-02-05 15:04:56 +01:00
StopWatch.cpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
StopWatch.hpp Changed OpenRS->OPM in copyright notices and #include guards. 2013-01-29 13:17:01 +01:00
thresholdPressures.hpp Fix minor typo in comment. 2014-08-27 18:13:15 +02:00
TridiagonalMatrix.hpp add tridiagonal matrix 2013-09-09 13:17:47 +02:00
UniformTableLinear.hpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
Units.hpp Remove old legacy unit constants. 2014-09-22 13:28:17 +02:00
Unused.hpp move the new stuff to opm/core/utility 2013-09-18 23:02:16 +02:00
VelocityInterpolation.cpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
VelocityInterpolation.hpp Use class WachspressCoord in VelocityInterpolationECVI. 2012-10-29 15:33:04 +01:00
WachspressCoord.cpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
WachspressCoord.hpp Added method WachspressCoord::adjacentFaces(). 2012-10-29 15:14:34 +01:00