changed: put ParallelIstlInformation in separate compile unit

This commit is contained in:
Arne Morten Kvarving
2022-08-18 09:15:28 +02:00
parent 6afb386070
commit 371b2592f5
9 changed files with 389 additions and 295 deletions
@@ -39,7 +39,6 @@
#include <opm/grid/UnstructuredGrid.h>
#include <opm/simulators/timestepping/SimulatorReport.hpp>
#include <opm/simulators/linalg/ParallelIstlInformation.hpp>
#include <opm/core/props/phaseUsageFromDeck.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
+3
View File
@@ -21,9 +21,12 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#include "countGlobalCells.hpp"
#include <cassert>
#include <numeric>
namespace Opm {
namespace detail {
-1
View File
@@ -24,7 +24,6 @@
#ifndef OPM_COUNTGLOBALCELLS_HEADER_INCLUDED
#define OPM_COUNTGLOBALCELLS_HEADER_INCLUDED
#include <opm/simulators/linalg/ParallelIstlInformation.hpp>
#include <opm/core/props/BlackoilPhases.hpp>
#include <dune/grid/common/gridview.hh>