opm-simulators/opm
Andreas Lauser c379823dec Really adapt to the new linear solver API used by eWoms
I tested #1712 without deriving the `EclFlowProblem` type tag from
`FlowIstlSolver`, and it worked because the linear solver was still
`Opm::ISTLSolverEbos` because the linear solver is set via the
`LinearSolverSplice` a few lines down.

This time, I verified that the
`Ewoms::Linear::ParallelBiCGStabSolverBackend` was used if the
offending line was commented out. also, Norne worked fine with the
default solver as long as the Schur complement for the wells was done
explicitly.

Finally, the naming of the eWoms API is a bit inconsistent
(`setMatrix()` vs. `setResidual()`). any opinions here? I'm fine with
whatever.
2019-01-30 15:26:39 +01:00
..
autodiff Really adapt to the new linear solver API used by eWoms 2019-01-30 15:26:39 +01:00
core Merge pull request #1362 from GitPaean/fixing_history_mode 2019-01-11 18:05:01 +01:00
simulators Merge pull request #1713 from fgfuchs/replace_well_switching_logger 2019-01-21 21:56:56 +01:00