changed: put ParallelOverlappingILU0 in separate compile unit

i chose to split in a separate _impl file because this code is so
generic that there may be downstream users who want to use on other
matrix types than what we use in opm-simulators.
This commit is contained in:
Arne Morten Kvarving
2022-08-17 10:37:00 +02:00
parent c631a4ee63
commit 3ef07d7f62
7 changed files with 677 additions and 539 deletions

View File

@@ -11,6 +11,8 @@
#include<dune/common/fvector.hh>
#include<opm/simulators/linalg/ParallelOverlappingILU0.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/version.hpp>
#if BOOST_VERSION / 100000 == 1 && BOOST_VERSION / 100 % 1000 < 71