Merge pull request #1632 from akva2/use_istl_ebos

Use ebos ISTL class
This commit is contained in:
Atgeirr Flø Rasmussen 2018-11-14 15:44:26 +01:00 committed by GitHub
commit db8c00db00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;