opm-simulators/opm/autodiff
2015-08-10 08:50:26 +02:00
..
AutoDiff.hpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
AutoDiffBlock.hpp Re-add copying overload of AutoDiffBlock::function(). 2015-03-19 11:46:48 +01:00
AutoDiffHelpers.hpp Prevents initializing std::shared_ptr from nullptr. 2015-07-23 15:33:45 +02:00
BackupRestore.hpp fixed: use size_t and not unsigned long 2015-04-14 10:25:21 +02:00
BlackoilModel.hpp Add support for NNC in the simulator 2015-07-09 12:15:59 +02:00
BlackoilModelBase_impl.hpp Added skeleton of interpolation using ADBs as input 2015-08-10 08:50:25 +02:00
BlackoilModelBase.hpp Add support for NNC in the simulator 2015-07-09 12:15:59 +02:00
BlackoilModelEnums.hpp Add Next enum member for later extension. 2015-05-26 11:41:54 +02:00
BlackoilModelParameters.cpp using lower case for solve_wellEq_initially_ 2015-06-16 17:03:53 +02:00
BlackoilModelParameters.hpp using lower case for solve_wellEq_initially_ 2015-06-16 17:03:53 +02:00
BlackoilPropsAdFromDeck.cpp adapt to the opm-core API change in the SaturationFunctionsFromDeck to always use non-uniform tables 2015-06-26 15:32:10 +02:00
BlackoilPropsAdFromDeck.hpp Added skeleton of interpolation using ADBs as input 2015-08-10 08:50:25 +02:00
BlackoilPropsAdInterface.cpp Added abstract class BlackoilPropsAdInterface. 2013-05-22 10:56:14 +02:00
BlackoilPropsAdInterface.hpp Removed extra overload of relperm(). 2015-03-09 09:40:30 +01:00
CPRPreconditioner.hpp Update copyright notices 2015-05-20 09:26:25 +02:00
DuneMatrix.hpp DuneMatrix: remove hackery of defining private as protected. This issues has been 2015-08-07 12:08:06 +02:00
ExtractParallelGridInformationToISTL.cpp Moved output parameters to the end of the list in extractParallelGridInformationToISTL 2015-02-12 10:41:44 +01:00
ExtractParallelGridInformationToISTL.hpp Moved output parameters to the end of the list in extractParallelGridInformationToISTL 2015-02-12 10:41:44 +01:00
fastSparseProduct.hpp [cleanup] remove commented code. 2014-12-05 14:50:55 +01:00
GeoProps.hpp GeoProps: initialize scaledFaceNormal with zero. 2015-07-08 13:46:03 +02:00
GridHelpers.cpp Moves functions that do not depend on Eigen to Opm::UgGridHelpers. 2015-02-23 12:24:40 +01:00
GridHelpers.hpp GridHelpers: added specialization for PolyhedralGrid. 2015-07-10 14:16:43 +02:00
ImpesTPFAAD.cpp std::runtime_error --> LinearSolverProblem when linear solver was not converged. 2015-04-16 11:41:28 +02:00
ImpesTPFAAD.hpp Removed extra overload of relperm(). 2015-03-09 09:40:30 +01: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 Add missing include. 2015-06-19 10:53:33 +02:00
NewtonIterationBlackoilCPR.hpp Update copyright notices 2015-05-20 09:26:25 +02:00
NewtonIterationBlackoilInterface.hpp Add access to the underlying information about the parallelization. 2015-02-12 10:41:43 +01:00
NewtonIterationBlackoilInterleaved.cpp Move forming interleaved matrix to own function/ 2015-06-19 11:33:30 +02:00
NewtonIterationBlackoilInterleaved.hpp Move parallel overload into HAVE_MPI block. 2015-06-19 14:06:27 +02:00
NewtonIterationBlackoilSimple.cpp std::runtime_error --> LinearSolverProblem when linear solver was not converged. 2015-04-16 11:41:28 +02:00
NewtonIterationBlackoilSimple.hpp Store the boost::any of ParallelIstlInformation by value. 2015-02-12 14:04:53 +01:00
NewtonIterationUtilities.cpp Move functions needed by several NewtonIteration-classes to separate file. 2015-06-19 10:53:33 +02:00
NewtonIterationUtilities.hpp Move functions needed by several NewtonIteration-classes to separate file. 2015-06-19 10:53:33 +02:00
NewtonSolver_impl.hpp Use unique_ptr instead of shared and raw pointers. 2015-05-29 14:57:49 +02:00
NewtonSolver.hpp Use unique_ptr instead of shared and raw pointers. 2015-05-29 14:57:49 +02:00
opm-autodiff_doxygen_main.hpp Documentation refinement. Added main doc file. 2013-09-19 14:45:40 +02:00
RateConverter.hpp Removing extra overloads of rsSat() and rvSat(). 2015-03-09 09:40:30 +01:00
RedistributeDataHandles.hpp Removed unneeded Opm:: qualifier, and reindent. 2015-07-09 13:45:15 +02:00
SimulatorBase_impl.hpp SimulatorBase: avoid using update operator for bool. 2015-07-29 10:21:55 +02:00
SimulatorBase.hpp Create solver and model parameters only once. 2015-06-01 13:07:45 +02:00
SimulatorFullyImplicitBlackoil.hpp some stylistic changes 2015-05-29 12:35:56 +02:00
SimulatorFullyImplicitBlackoilOutput.cpp Added new 'false' argument to writeTimeStep() 2015-08-05 13:46:17 +02:00
SimulatorFullyImplicitBlackoilOutput.hpp OPM-218: Fix for restart interval write 2015-08-02 22:36:50 +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 std::runtime_error --> LinearSolverProblem when linear solver was not converged. 2015-04-16 11:41:28 +02:00
TransportSolverTwophaseAd.hpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
VFPProperties.cpp Added proper error checking and partial units 2015-08-10 08:50:26 +02:00
VFPProperties.hpp Added tests for computing the flo/wfr/gfr values based on the aqua/liquid/vapour flow rates 2015-08-10 08:50:26 +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 Use the average well block pressure when evaluating the properties 2015-02-19 09:58:17 +01:00