mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: ewoms/common -> opm/models/utils
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
#include "residreductioncriterion.hh"
|
||||
#include "linearsolverreport.hh"
|
||||
|
||||
#include <ewoms/common/timer.hh>
|
||||
#include <ewoms/common/timerguard.hh>
|
||||
#include <opm/models/utils/timer.hh>
|
||||
#include <opm/models/utils/timerguard.hh>
|
||||
|
||||
#include <opm/material/common/Exceptions.hpp>
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
#ifndef EWOMS_ISTL_PRECONDITIONER_WRAPPERS_HH
|
||||
#define EWOMS_ISTL_PRECONDITIONER_WRAPPERS_HH
|
||||
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
#include <ewoms/common/parametersystem.hh>
|
||||
#include <opm/models/utils/propertysystem.hh>
|
||||
#include <opm/models/utils/parametersystem.hh>
|
||||
|
||||
#include <dune/istl/preconditioners.hh>
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
#ifndef EWOMS_ISTL_SOLVER_WRAPPERS_HH
|
||||
#define EWOMS_ISTL_SOLVER_WRAPPERS_HH
|
||||
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
#include <ewoms/common/parametersystem.hh>
|
||||
#include <opm/models/utils/propertysystem.hh>
|
||||
#include <opm/models/utils/parametersystem.hh>
|
||||
|
||||
#include <dune/istl/solvers.hh>
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
|
||||
#include "convergencecriterion.hh"
|
||||
|
||||
#include <ewoms/common/timer.hh>
|
||||
#include <ewoms/common/timerguard.hh>
|
||||
#include <opm/models/utils/timer.hh>
|
||||
#include <opm/models/utils/timerguard.hh>
|
||||
|
||||
namespace Opm {
|
||||
namespace Linear {
|
||||
|
||||
@@ -36,9 +36,9 @@
|
||||
#include <opm/simulators/linalg/parallelbasebackend.hh>
|
||||
#include <opm/simulators/linalg/istlpreconditionerwrappers.hh>
|
||||
|
||||
#include <ewoms/common/genericguard.hh>
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
#include <ewoms/common/parametersystem.hh>
|
||||
#include <opm/models/utils/genericguard.hh>
|
||||
#include <opm/models/utils/propertysystem.hh>
|
||||
#include <opm/models/utils/parametersystem.hh>
|
||||
#include <opm/simulators/linalg/matrixblock.hh>
|
||||
|
||||
#include <dune/grid/io/file/vtk/vtkwriter.hh>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#if HAVE_SUPERLU
|
||||
|
||||
#include <ewoms/linear/istlsparsematrixbackend.hh>
|
||||
#include <ewoms/common/parametersystem.hh>
|
||||
#include <opm/models/utils/parametersystem.hh>
|
||||
|
||||
#include <opm/material/common/Unused.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user