diff --git a/opm/simulators/flow/BlackoilModelEbos.hpp b/opm/simulators/flow/BlackoilModelEbos.hpp index 8c1d33864..24c17cc71 100644 --- a/opm/simulators/flow/BlackoilModelEbos.hpp +++ b/opm/simulators/flow/BlackoilModelEbos.hpp @@ -888,6 +888,13 @@ namespace Opm { } + // Obtain reference to linear solver setup time + double& linearSolveSetupTime() + { + return linear_solve_setup_time_; + } + + void solveJacobianSystemDomain(const Domain& domain, BVector& global_x) { Dune::Timer perfTimer;