opm-simulators/opm/autodiff
Tor Harald Sandve b614aa5f90 Adressing comments in the PR
The following comments has been adressed
1. An array is used in stead of pair
2. is not empty is used instead of size>0 to check if the well has been
initialized before
3. const_iterator is used instead of iterator
4. partial copy is removed
5. WellMapType is no longer mutable
2014-11-11 07:33:15 +01:00
..
AutoDiff.hpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
AutoDiffBlock.hpp Use new location of warning suppression header. 2014-09-20 10:39:34 +02:00
AutoDiffHelpers.hpp Improve performance of subset() and superset(). 2014-09-25 11:38:48 +02:00
BlackoilPropsAd.cpp Suppress warnings of various kinds. 2014-08-27 19:56:13 +02:00
BlackoilPropsAd.hpp Support for kw VAPPARS. 2014-08-08 13:17:33 +02:00
BlackoilPropsAdFromDeck.cpp Merge pull request #204 from bska/fix-oob-pix 2014-09-20 08:45:26 +02:00
BlackoilPropsAdFromDeck.hpp Use new location of warning suppression header. 2014-09-20 10:39:34 +02:00
BlackoilPropsAdInterface.cpp Added abstract class BlackoilPropsAdInterface. 2013-05-22 10:56:14 +02:00
BlackoilPropsAdInterface.hpp Support for kw VAPPARS. 2014-08-08 13:17:33 +02:00
CPRPreconditioner.hpp Use new location of warning suppression header. 2014-09-20 10:39:34 +02:00
DuneMatrix.hpp bugfix, Mismatched free() / delete / delete [] in DuneMatrix due to use of new instead 2014-10-09 14:06:02 +02:00
FullyImplicitBlackoilSolver_impl.hpp Use the same relative threshold for drs and drv update 2014-11-05 13:03:00 +01:00
FullyImplicitBlackoilSolver.hpp Use the same relative threshold for drs and drv update 2014-11-05 13:03:00 +01:00
GeoProps.hpp Use new location of warning suppression header. 2014-09-20 10:39:34 +02:00
GridHelpers.cpp Makes distinction between functions more clear. 2014-08-28 14:44:13 +02:00
GridHelpers.hpp Use new location of warning suppression header. 2014-09-20 10:39:34 +02:00
ImpesTPFAAD.cpp Makes distinction between functions more clear. 2014-08-28 14:44:13 +02:00
ImpesTPFAAD.hpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
LinearisedBlackoilResidual.cpp Adding size function in LinearisedBlackoilResidual. 2014-05-23 13:40:44 +02:00
LinearisedBlackoilResidual.hpp Adding size function in LinearisedBlackoilResidual. 2014-05-23 13:40:44 +02:00
NewtonIterationBlackoilCPR.cpp Merge remote-tracking branch 'upstream/master' into timestepcontrol 2014-10-09 15:45:43 +02:00
NewtonIterationBlackoilCPR.hpp first attempt to implement a time step control. 2014-10-01 13:50:08 +02:00
NewtonIterationBlackoilInterface.hpp added linear to docu. 2014-10-20 14:47:45 +02:00
NewtonIterationBlackoilSimple.cpp remove blank at end of line. 2014-10-17 12:25:13 +02:00
NewtonIterationBlackoilSimple.hpp first attempt to implement a time step control. 2014-10-01 13:50:08 +02:00
opm-autodiff_doxygen_main.hpp Documentation refinement. Added main doc file. 2013-09-19 14:45:40 +02:00
RateConverter.hpp RESV: Add facility for surface-to-reservoir rate conversion 2014-08-08 11:40:50 +02:00
SimulatorCompressibleAd.cpp pass the DerivedGeology to the simulators 2014-07-24 16:37:38 +02:00
SimulatorCompressibleAd.hpp pass the DerivedGeology to the simulators 2014-07-24 16:37:38 +02:00
SimulatorFullyImplicitBlackoil_impl.hpp Use well to name mapping when copying the old well state to the new 2014-11-10 08:47:42 +01:00
SimulatorFullyImplicitBlackoil.hpp Pass dummy threshold pressures through simulator to solver. 2014-08-27 18:23:10 +02:00
SimulatorFullyImplicitBlackoilOutput.cpp Use new location of warning suppression header. 2014-09-20 10:39:34 +02:00
SimulatorFullyImplicitBlackoilOutput.hpp Makes distinction between functions more clear. 2014-08-28 14:44:13 +02:00
SimulatorIncompTwophaseAd.cpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
SimulatorIncompTwophaseAd.hpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
TransportSolverTwophaseAd.cpp Makes distinction between functions more clear. 2014-08-28 14:44:13 +02:00
TransportSolverTwophaseAd.hpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
WellDensitySegmented.cpp Merge branch 'master' into new_well_formulation 2014-03-20 10:04:45 +01:00
WellDensitySegmented.hpp Merge branch 'master' into new_well_formulation 2014-03-20 10:04:45 +01:00
WellStateFullyImplicitBlackoil.hpp Adressing comments in the PR 2014-11-11 07:33:15 +01:00