..
AdditionalObjectDeleter.hpp
Renames ParallelPreconditionerDeleter and moves it to a separate header.
2015-09-05 16:09:33 +02:00
AutoDiff.hpp
Bugfix for scalar AutoDiff class.
2015-11-10 13:37:36 +01:00
AutoDiffBlock.hpp
fix some unknown pragma warnings if OpenMP is not enabled
2017-10-27 17:48:26 +02:00
AutoDiffHelpers.hpp
Add connection_cells member of HelperOps.
2016-06-16 16:21:37 +02:00
AutoDiffMatrix.hpp
revert AutoDiffMatrix back to the master version
2016-11-18 11:24:35 +01:00
BlackoilDetails.hpp
Removed unused method detail::convergenceReduction
2017-04-04 11:06:41 +02:00
BlackoilLegacyDetails.hpp
remove unused function Opm::detail::convergenceReduction()
2016-12-19 11:03:34 +01:00
BlackoilModel.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
BlackoilModelBase_impl.hpp
Change substep to time step in logging
2017-11-17 08:25:21 +01:00
BlackoilModelBase.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
BlackoilModelEbos.hpp
Start using ecl output from Ebos
2018-01-04 09:29:58 +01:00
BlackoilModelEnums.hpp
Removal of SimulatorFullyImplicitBlackoilOutputEbos.{h,c}pp.
2017-02-09 16:57:45 +01:00
BlackoilModelParameters.cpp
Change dp_max_rel default from 1.0 to 0.3
2017-12-14 11:16:16 +01:00
BlackoilModelParameters.hpp
fixing reviewing comments from PR 1279.
2017-10-16 17:01:15 +02:00
BlackoilOutputEbos.hpp
Start using ecl output from Ebos
2018-01-04 09:29:58 +01:00
BlackoilPressureModel.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
BlackoilPropsAdFromDeck.cpp
This adds bubble/dew point pressure output to legacy flow
2017-04-18 14:03:56 +02:00
BlackoilPropsAdFromDeck.hpp
Modifications to catch up with master branch.
2017-06-28 07:47:17 +02:00
BlackoilReorderingTransportModel.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
BlackoilSequentialModel.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
BlackoilTransportModel.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
BlackoilWellModel_impl.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
BlackoilWellModel.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
Compat.cpp
Remove WellStateFullyImplicitBlackoilDense
2017-10-11 10:54:59 +02:00
Compat.hpp
removing WellStateFullyImplicitBlackoilDense as the master
2017-10-12 15:05:45 +02:00
CPRPreconditioner.hpp
use std::remove_const instead of Dune::remove_const
2017-10-05 12:02:10 +02:00
createGlobalCellArray.hpp
Silence some more warnings.
2015-09-14 17:23:20 +02:00
DebugTimeReport.hpp
Add DebugTimeReport utility.
2017-06-02 13:48:24 +02:00
DefaultBlackoilSolutionState.hpp
Implement new well model
2016-08-18 12:23:45 +02:00
DuneMatrix.hpp
[cleanup] Removes unnecessary if clauses for unsupported DUNE versions.
2017-10-11 15:53:45 +02:00
ExtractParallelGridInformationToISTL.cpp
[cleanup] Removes unnecessary if clauses for unsupported DUNE versions.
2017-10-11 15:53:45 +02:00
ExtractParallelGridInformationToISTL.hpp
Adapt code to dune-cornerpoint -> opm-grid renaming.
2016-04-06 13:29:47 +02:00
fastSparseOperations.hpp
Revert PR 1070 to use auto instead of preprocessor statements.
2017-02-23 15:46:52 +01:00
FlowMain.hpp
Merge pull request #1337 from totto82/removeBlackOilPropsFromInit
2017-11-27 07:26:22 +01:00
FlowMainEbos.hpp
Start using ecl output from Ebos
2018-01-04 09:29:58 +01:00
FlowMainPolymer.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
FlowMainSequential.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
GeoProps.hpp
Start using face geometry computed the Ecl way
2017-01-19 08:27:01 +01:00
GridHelpers.cpp
Adapt code to dune-cornerpoint -> opm-grid renaming.
2016-04-06 13:29:47 +02:00
GridHelpers.hpp
Adapt code to dune-cornerpoint -> opm-grid renaming.
2016-04-06 13:29:47 +02:00
GridInit.hpp
[feature] Add GridInit for PolyhedralGrid.
2017-04-05 13:54:12 +02:00
ImpesTPFAAD.cpp
remove the BlackoilPropsAdInterface abstraction layer
2017-01-02 13:19:23 +01:00
ImpesTPFAAD.hpp
remove the BlackoilPropsAdInterface abstraction layer
2017-01-02 13:19:23 +01:00
ISTLSolver.hpp
Use MatrixBlock instead of FieldMatrix for DUNE 2.5.0
2017-10-25 16:32:48 +02:00
IterationReport.hpp
flow: move the internal classes to separate files
2016-08-09 12:23:29 +02:00
LinearisedBlackoilResidual.cpp
Adding size function in LinearisedBlackoilResidual.
2014-05-23 13:40:44 +02:00
LinearisedBlackoilResidual.hpp
BlackoilModelBase: added parameter singlePrecision and print residual to large at right
2016-02-12 12:14:02 +01:00
MissingFeatures.cpp
Added keywords to list of unsupported.
2017-11-14 08:56:06 +01:00
MissingFeatures.hpp
Rename addUnsupported to addSupported.
2016-08-22 16:14:37 +08:00
moduleVersion.cpp
Add and use moduleVersion() utility.
2015-10-23 11:25:06 +02:00
moduleVersion.hpp
Add and use moduleVersion() utility.
2015-10-23 11:25:06 +02:00
MSWellHelpers.hpp
giving more information when umfpack is not available.
2017-11-03 10:03:03 +01:00
multiPhaseUpwind.cpp
Add missing include directive for std::sort().
2017-06-02 08:52:16 +02:00
multiPhaseUpwind.hpp
Add connectionMultiPhaseUpwind() free function.
2017-06-01 11:01:25 +02:00
MultisegmentWell_impl.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
MultisegmentWell.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
NewtonIterationBlackoilCPR.cpp
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
NewtonIterationBlackoilCPR.hpp
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
NewtonIterationBlackoilInterface.hpp
NewtonIterationBlackoilInterface: make its destructor virtual
2017-04-20 11:03:54 +02:00
NewtonIterationBlackoilInterleaved.cpp
Fix the PR that said it activated AMG.
2017-06-27 10:00:31 +00:00
NewtonIterationBlackoilInterleaved.hpp
[cleanup] ilu_iteration --> ilu_fillin_level.
2017-06-13 15:48:01 +02:00
NewtonIterationBlackoilSimple.cpp
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
NewtonIterationBlackoilSimple.hpp
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
NewtonIterationUtilities.cpp
Rename isRankZero() -> isIORank() for consistency.
2016-10-20 22:40:24 +02:00
NewtonIterationUtilities.hpp
Rename isRankZero() -> isIORank() for consistency.
2016-10-20 22:40:24 +02:00
NonlinearSolver_impl.hpp
Newton: fail earlier
2017-06-14 14:22:22 +02:00
NonlinearSolver.hpp
Make argument of setParameters() a const reference.
2017-06-08 11:03:27 +02:00
opm-simulators_doxygen_main.hpp
Rename opm-autodiff -> opm-simulators.
2016-04-08 14:58:07 +02:00
ParallelDebugOutput.hpp
Start using ecl output from Ebos
2018-01-04 09:29:58 +01:00
ParallelOverlappingILU0.hpp
fix a few Dune 2.5 deprecation warnings
2017-10-27 17:48:26 +02:00
ParallelRestrictedAdditiveSchwarz.hpp
Use warning suppression headers.
2015-12-07 13:40:06 +01:00
RateConverter.hpp
Make it possible to combine solvent and RESV
2017-11-22 15:21:21 +01:00
RedistributeDataHandles.hpp
Disregard non-active cells when writing MPI_RANK in writeInitial.
2017-11-22 14:18:32 +01:00
SimFIBODetails.hpp
fix some serious screw-ups
2016-09-13 23:58:59 +02:00
SimulatorBase_impl.hpp
Remove old "backup-restore" functionality.
2017-11-20 14:31:13 +01:00
SimulatorBase.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
SimulatorFullyImplicitBlackoil.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
SimulatorFullyImplicitBlackoilEbos.hpp
Start using ecl output from Ebos
2018-01-04 09:29:58 +01:00
SimulatorFullyImplicitBlackoilOutput.cpp
Remove old "backup-restore" functionality.
2017-11-20 14:31:13 +01:00
SimulatorFullyImplicitBlackoilOutput.hpp
Remove old "backup-restore" functionality.
2017-11-20 14:31:13 +01:00
SimulatorIncompTwophaseAd.cpp
replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H
2017-10-27 17:48:26 +02:00
SimulatorIncompTwophaseAd.hpp
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
SimulatorSequentialBlackoil.hpp
Use Schedule constructor.
2017-11-06 14:20:41 +01:00
StandardWell_impl.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
StandardWell.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
StandardWells_impl.hpp
Prepare for extended models.
2017-05-08 09:52:30 +02:00
StandardWells.hpp
Make the wellModel self-contained
2017-11-08 13:57:36 +01:00
ThreadHandle.hpp
[bugfix] 1) create asyncOutput object on all ranks to avoid deadlock in
2017-05-29 18:08:18 +02:00
TransportSolverTwophaseAd.cpp
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
TransportSolverTwophaseAd.hpp
adjust for changed ParameterGroup namespacing
2017-04-28 15:36:25 +02:00
VFPHelpers.hpp
Templatize to avoid hardcoded typedef
2016-12-12 14:52:30 +01:00
VFPInjProperties.cpp
mostly eliminate Eigen in the FIP and VFP code
2016-12-30 11:46:27 +01:00
VFPInjProperties.hpp
mostly eliminate Eigen in the FIP and VFP code
2016-12-30 11:46:27 +01:00
VFPProdProperties.cpp
mostly eliminate Eigen in the FIP and VFP code
2016-12-30 11:46:27 +01:00
VFPProdProperties.hpp
mostly eliminate Eigen in the FIP and VFP code
2016-12-30 11:46:27 +01:00
VFPProperties.cpp
Implemented support for VFPINJ tables. Runs through synthetic non-trivial example
2015-08-11 16:31:43 +02:00
VFPProperties.hpp
Minor fixes for PR
2015-08-19 11:32:38 +02:00
WellDensitySegmented.cpp
Make the wellModel self-contained
2017-11-08 13:57:36 +01:00
WellDensitySegmented.hpp
Make the wellModel self-contained
2017-11-08 13:57:36 +01:00
WellHelpers.hpp
fix some unknown pragma warnings if OpenMP is not enabled
2017-10-27 17:48:26 +02:00
WellInterface_impl.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
WellInterface.hpp
Use phase and comp info from FluidSystem
2018-01-03 08:44:37 +01:00
WellStateFullyImplicitBlackoil.hpp
replacing BlackoilPhases:: with Oil Water Gas in well model
2017-11-16 12:08:58 +01:00