opm-simulators/opm/simulators/flow
Markus Blatt e040484580 relaxed tolerance for CNV if only small fraction of PV is violated
Previously we used relaxed tolerance once a certain number of Newton
steps was exceeded. Now we check for all cells violating CNV locally
and if their pore volume is less than a certaun fraction (default 3%)
we use the relaxed tolerance (default: 1e9)

Original idea originated from Norce.
2020-08-18 16:57:16 +02:00
..
BlackoilModelEbos.hpp relaxed tolerance for CNV if only small fraction of PV is violated 2020-08-18 16:57:16 +02:00
BlackoilModelParametersEbos.hpp relaxed tolerance for CNV if only small fraction of PV is violated 2020-08-18 16:57:16 +02:00
countGlobalCells.hpp changed: replace boost::any with std::any 2020-02-19 11:20:16 +01:00
FlowMainEbos.hpp Merge pull request #2637 from hnil/hide_vtk 2020-05-29 08:21:31 +02:00
Main.hpp Add oil water brine specialization 2020-06-30 10:41:28 +02:00
MissingFeatures.cpp implement Saltvd 2020-08-18 10:55:43 +02:00
MissingFeatures.hpp Moved Flow-related classes and files to opm/simulators/flow. 2019-06-20 11:00:51 +02:00
NonlinearSolverEbos.hpp [properties] adapt to changes in the property system 2020-05-18 15:54:26 +02:00
SimulatorFullyImplicitBlackoilEbos.hpp Fixed up minor issues from review of PR #2645 2020-06-23 12:14:07 +02:00