move ebos/alucartesianindexmapper.hh to opm/simulators/flow

This commit is contained in:
Arne Morten Kvarving 2024-02-02 10:46:44 +01:00
parent 3087950c35
commit f95c114716
5 changed files with 7 additions and 18 deletions

View File

@ -406,7 +406,6 @@ list (APPEND TEST_DATA_FILES
# originally generated with the command:
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
list (APPEND PUBLIC_HEADER_FILES
ebos/alucartesianindexmapper.hh
ebos/collecttoiorank.hh
ebos/collecttoiorank_impl.hh
ebos/ebos.hh
@ -442,6 +441,7 @@ list (APPEND PUBLIC_HEADER_FILES
ebos/femcpgridcompat.hh
ebos/vtkecltracermodule.hh
opm/simulators/flow/ActionHandler.hpp
opm/simulators/flow/AluGridCartesianIndexMapper.hpp
opm/simulators/flow/Banners.hpp
opm/simulators/flow/BlackoilModel.hpp
opm/simulators/flow/BlackoilModelNldd.hpp

View File

@ -31,7 +31,6 @@
#include <dune/alugrid/dgf.hh>
#include <dune/alugrid/grid.hh>
#include <ebos/alucartesianindexmapper.hh>
#include <ebos/eclbasevanguard.hh>
#include <ebos/ecltransmissibility.hh>
@ -41,6 +40,7 @@
#include <opm/models/common/multiphasebaseproperties.hh>
#include <opm/simulators/flow/AluGridCartesianIndexMapper.hpp>
#include <opm/simulators/utils/ParallelEclipseState.hpp>
#include <array>

View File

@ -20,13 +20,9 @@
module for the precise wording of the license and the list of
copyright holders.
*/
/*!
* \file
*
* \copydoc Opm::AluCartesianIndexMapper
*/
#ifndef EWOMS_ALU_CARTESIAN_INDEX_MAPPER_HH
#define EWOMS_ALU_CARTESIAN_INDEX_MAPPER_HH
#ifndef OPM_ALUGRID_CARTESIAN_INDEX_MAPPER_HPP
#define OPM_ALUGRID_CARTESIAN_INDEX_MAPPER_HPP
#include <dune/alugrid/grid.hh>
#include <dune/alugrid/3d/gridview.hh>
@ -275,4 +271,4 @@ protected:
} // end namespace Dune
#endif
#endif // OPM_ALUGRID_CARTESIAN_INDEX_MAPPER_HPP

View File

@ -38,13 +38,6 @@
#include <opm/simulators/linalg/bda/WellContributions.hpp>
#endif
#if HAVE_DUNE_ALUGRID
#include <dune/alugrid/grid.hh>
#include <ebos/alucartesianindexmapper.hh>
#endif // HAVE_DUNE_ALUGRID
#include <opm/grid/polyhedralgrid.hh>
namespace Opm {
namespace detail {

View File

@ -38,7 +38,7 @@
#if HAVE_DUNE_ALUGRID
#include <dune/alugrid/grid.hh>
#include <ebos/alucartesianindexmapper.hh>
#include <opm/simulators/flow/AluGridCartesianIndexMapper.hpp>
#endif // HAVE_DUNE_ALUGRID
#include <opm/grid/polyhedralgrid.hh>