opm-simulators/opm/autodiff
Atgeirr Flø Rasmussen 54c07f3d0c Add choice of solution strategies to simulators.
The following is changed in this commit:
 - The constructor for NewtonIterationBlackoilSimple now takes
   a parameter object instead of a linear solver.
 - The fully implicit black-oil simulators can now use the CPR
   preconditioning strategy (by passing use_cpr=true) or the
   simple strategy (the default).
Note that as of this commit, the CPR preconditioning still has
not been implemented properly, and behaves just like the simple
strategy.
2014-05-12 11:10:59 +02:00
..
AutoDiff.hpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
AutoDiffBlock.hpp Add generation and use of warning-suppressing headers. 2014-04-15 20:46:45 +02:00
AutoDiffHelpers.hpp Merge branch 'master' into blattms-master-refactor-for-cpgrid-support 2014-04-08 16:31:17 +02:00
BlackoilPropsAd.cpp Make BlackoilPropsAdInterface pure virtual again. 2014-03-04 13:09:23 +01:00
BlackoilPropsAd.hpp Make BlackoilPropsAdInterface pure virtual again. 2014-03-04 13:09:23 +01:00
BlackoilPropsAdFromDeck.cpp completely remove the EclipseGridParser from the module 2014-05-02 15:47:52 +02:00
BlackoilPropsAdFromDeck.hpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
BlackoilPropsAdInterface.cpp Added abstract class BlackoilPropsAdInterface. 2013-05-22 10:56:14 +02:00
BlackoilPropsAdInterface.hpp Make BlackoilPropsAdInterface pure virtual again. 2014-03-04 13:09:23 +01:00
FullyImplicitBlackoilSolver_impl.hpp Fix missing template keyword. 2014-05-12 09:28:15 +02:00
FullyImplicitBlackoilSolver.hpp Merge pull request #132 from atgeirr/remove-old-well-eq 2014-05-09 21:28:54 +02:00
GeoProps.hpp Add generation and use of warning-suppressing headers. 2014-04-15 20:46:45 +02:00
GridHelpers.cpp Remove unused variable. 2014-04-15 20:48:50 +02:00
GridHelpers.hpp Add generation and use of warning-suppressing headers. 2014-04-15 20:46:45 +02:00
ImpesTPFAAD.cpp Fix bugs relating to misused face_cells variable. 2014-04-15 20:49:47 +02:00
ImpesTPFAAD.hpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
LinearisedBlackoilResidual.hpp Renamed class {FullyImplicit->Linearised}BlackoilResidual. 2014-04-08 15:56:08 +02:00
NewtonIterationBlackoilCPR.cpp Add initial skeleton of CPR preconditioning class. 2014-05-12 11:10:06 +02:00
NewtonIterationBlackoilCPR.hpp Add initial skeleton of CPR preconditioning class. 2014-05-12 11:10:06 +02:00
NewtonIterationBlackoilInterface.hpp Rename method linearSolve()->computeNewtonIncrement(). 2014-04-08 16:16:54 +02:00
NewtonIterationBlackoilSimple.cpp Add choice of solution strategies to simulators. 2014-05-12 11:10:59 +02:00
NewtonIterationBlackoilSimple.hpp Add choice of solution strategies to simulators. 2014-05-12 11:10:59 +02:00
opm-autodiff_doxygen_main.hpp Documentation refinement. Added main doc file. 2013-09-19 14:45:40 +02:00
SimulatorCompressibleAd.cpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
SimulatorCompressibleAd.hpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
SimulatorFullyImplicitBlackoil_impl.hpp Cleaning up FullyImplicitBlackoilSolver_impl.hpp. 2014-05-07 14:52:06 +02:00
SimulatorFullyImplicitBlackoil.hpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
SimulatorFullyImplicitBlackoilOutput.cpp Add missing #include. 2014-04-23 12:26:07 +02:00
SimulatorFullyImplicitBlackoilOutput.hpp Bring a definition of OPM_THROW into scope. 2014-04-09 16:33:24 +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 Removes the dependency of FullyImpliciteBlackoilSolver onto UnstructuredGrid. 2014-03-13 16:33:36 +01: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 Add currentControls() field to well state class. 2014-03-25 11:11:19 +01:00