opm-simulators/opm/autodiff
Markus Blatt 87e02a1059 Communicate rock properties, too.
Somehow I was mislead by the name rock properties that the data stored in
them is not associated to grid cells, but to rock regions. With this commit
we determine the porosity and permeability by communication.
2015-10-26 10:49:35 +01:00
..
AdditionalObjectDeleter.hpp Renames ParallelPreconditionerDeleter and moves it to a separate header. 2015-09-05 16:09:33 +02:00
AutoDiff.hpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
AutoDiffBlock.hpp Merge pull request #454 from babrodtk/openpm_experiment 2015-10-19 15:32:50 +02:00
AutoDiffHelpers.hpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
AutoDiffMatrix.hpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
BackupRestore.hpp Changed c-style cast to c++-style cast 2015-09-02 14:23:35 +02:00
BlackoilModel.hpp Fixed warnings 2015-09-02 13:02:27 +02:00
BlackoilModelBase_impl.hpp Cater for wells null pointer 2015-10-22 16:28:18 +02:00
BlackoilModelBase.hpp Separate phase and material concepts. 2015-09-30 14:44:50 +02:00
BlackoilModelEnums.hpp Add Next enum member for later extension. 2015-05-26 11:41:54 +02:00
BlackoilModelParameters.cpp update scaling factors for mass balance equations. 2015-09-08 10:57:18 +02:00
BlackoilModelParameters.hpp update scaling factors for mass balance equations. 2015-09-08 10:57:18 +02:00
BlackoilPropsAdFromDeck.cpp Communicate rock properties, too. 2015-10-26 10:49:35 +01:00
BlackoilPropsAdFromDeck.hpp Updated path to warning suppression header. 2015-10-06 12:11:49 +02:00
BlackoilPropsAdInterface.cpp Added missing config.h include 2015-08-21 12:49:18 +02:00
BlackoilPropsAdInterface.hpp Removed extra overload of relperm(). 2015-03-09 09:40:30 +01:00
BlackoilSolventModel_impl.hpp Merge pull request #497 from andlaus/error_macros_to_opm_common 2015-10-12 13:31:54 +02:00
BlackoilSolventModel.hpp Use getConvergence and convergenceReduction from base 2015-10-06 11:04:34 +02:00
BlackoilSolventState.hpp Fix minor comments in PR#425 2015-08-18 07:24:08 +02:00
CPRPreconditioner.hpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
createGlobalCellArray.hpp Silence some more warnings. 2015-09-14 17:23:20 +02:00
DuneMatrix.hpp Updated path to warning suppression header. 2015-10-06 12:11:49 +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 Removed superfluous changes 2015-09-02 14:16:56 +02:00
fastSparseProduct.hpp Cleaned up comments 2015-09-07 13:01:31 +02:00
GeoProps.hpp use the error macros from opm-common 2015-10-08 12:08:28 +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 Updated path to warning suppression header. 2015-10-06 12:11:49 +02:00
ImpesTPFAAD.cpp use the error macros from opm-common 2015-10-08 12:08: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 chaning std::arrary to std::vector for more flexibility 2015-09-08 11:13:44 +02: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
NewtonIterationBlackoilCPR.cpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
NewtonIterationBlackoilCPR.hpp Fixed warnings 2015-09-02 13:02:27 +02:00
NewtonIterationBlackoilInterface.hpp Add access to the underlying information about the parallelization. 2015-02-12 10:41:43 +01:00
NewtonIterationBlackoilInterleaved.cpp Merge pull request #497 from andlaus/error_macros_to_opm_common 2015-10-12 13:31:54 +02:00
NewtonIterationBlackoilInterleaved.hpp NewtonIterationBlackoilInterleaved: fix docu. 2015-10-09 12:06:29 +02:00
NewtonIterationBlackoilSimple.cpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
NewtonIterationBlackoilSimple.hpp Store the boost::any of ParallelIstlInformation by value. 2015-02-12 14:04:53 +01:00
NewtonIterationUtilities.cpp use the error macros from opm-common 2015-10-08 12:08:28 +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 Fixed warnings 2015-09-02 13:02:27 +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
ParallelDebugOutput.hpp ParallelDebugOutput: fix bug in creation of local to global map on I/O rank. 2015-09-21 16:48:57 +02:00
RateConverter.hpp Chase API update of opm-core's RegionMapping 2015-09-14 19:21:54 +02:00
RedistributeDataHandles.hpp Communicate rock properties, too. 2015-10-26 10:49:35 +01:00
SimulatorBase_impl.hpp Cater for wells null pointer 2015-10-22 16:28:18 +02:00
SimulatorBase.hpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
SimulatorFullyImplicitBlackoil.hpp some stylistic changes 2015-05-29 12:35:56 +02:00
SimulatorFullyImplicitBlackoilOutput.cpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
SimulatorFullyImplicitBlackoilOutput.hpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
SimulatorFullyImplicitBlackoilSolvent_impl.hpp Fill vector with zeros as constructed 2015-10-06 10:40:18 +02:00
SimulatorFullyImplicitBlackoilSolvent.hpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
SimulatorIncompTwophaseAd.cpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
SimulatorIncompTwophaseAd.hpp replace all boost:: smart pointers by their std:: equivalents 2014-05-02 16:17:54 +02:00
SolventPropsAdFromDeck.cpp Add missed parentheses from the rebase process 2015-10-06 10:51:20 +02:00
SolventPropsAdFromDeck.hpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
TransportSolverTwophaseAd.cpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
TransportSolverTwophaseAd.hpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
VFPHelpers.hpp Fixed warnings 2015-09-02 13:02:27 +02:00
VFPInjProperties.cpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
VFPInjProperties.hpp Minor fixes for PR 2015-08-19 11:32:38 +02:00
VFPProdProperties.cpp use the error macros from opm-common 2015-10-08 12:08:28 +02:00
VFPProdProperties.hpp Minor fixes for PR 2015-08-19 11:32:38 +02: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 use the error macros from opm-common 2015-10-08 12:08:28 +02:00
WellDensitySegmented.hpp Allow for different surface densities in well perforations 2015-10-06 10:38:36 +02:00
WellStateFullyImplicitBlackoil.hpp Removes superfluous wellMap_ member from WellStateFullyImplicitBlackoil.hpp 2015-10-23 10:47:14 +02:00
WellStateFullyImplicitBlackoilSolvent.hpp Fix minor comments in PR#425 2015-08-18 07:24:08 +02:00