mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
pass CartesianIndexMapper instead of the grid to the RelpermDiagnositics
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
|
||||
#include <opm/grid/CpGrid.hpp>
|
||||
#include <opm/grid/cpgrid/GridHelpers.hpp>
|
||||
#include <opm/core/props/satfunc/RelpermDiagnostics.hpp>
|
||||
|
||||
#include <opm/parser/eclipse/Python/Python.hpp>
|
||||
#include <opm/parser/eclipse/Parser/Parser.hpp>
|
||||
@@ -700,14 +699,6 @@ protected:
|
||||
asImp_().filterConnections_();
|
||||
asImp_().updateOutputDir_();
|
||||
asImp_().finalizeInit_();
|
||||
|
||||
if (enableExperiments) {
|
||||
if (asImp_().grid().size(0)) //grid not loadbalanced yet for ebos!
|
||||
{
|
||||
Opm::RelpermDiagnostics relpermDiagnostics;
|
||||
relpermDiagnostics.diagnosis(*eclState_, asImp_().grid());
|
||||
}
|
||||
}
|
||||
}
|
||||
void updateCartesianToCompressedMapping_()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user