fixed: use the ebos ISTL class

to avoid legacy code in tests that will sit in this repo
This commit is contained in:
Arne Morten Kvarving 2018-11-14 12:27:39 +01:00
parent 49a7773b30
commit 911a89fc4c
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
#include <opm/autodiff/WellInterface.hpp>
#include <opm/autodiff/ISTLSolver.hpp>
#include <opm/autodiff/ISTLSolverEbos.hpp>
#include <opm/autodiff/RateConverter.hpp>
namespace Opm

View File

@ -21,7 +21,7 @@
#define BOOST_TEST_MODULE InvertSpecializationTest
#include <boost/test/unit_test.hpp>
#include <opm/autodiff/ISTLSolver.hpp>
#include <opm/autodiff/ISTLSolverEbos.hpp>
void checkIdentity(Dune::FieldMatrix<double, 4, 4> M) {
double diag = 0.0;

View File

@ -21,7 +21,7 @@
#define BOOST_TEST_MODULE MultMatrixTransposed
#include <boost/test/unit_test.hpp>
#include <opm/autodiff/ISTLSolver.hpp>
#include <opm/autodiff/ISTLSolverEbos.hpp>
using namespace Dune;
using namespace Opm::Detail;