mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
moved cd to xxx_impl.hh to avoid
this way we do not have to add explicit initiation of all variants of grids and gridView iterators in the library
This commit is contained in:
committed by
Arne Morten Kvarving
parent
030c06afb2
commit
3442a549cd
@@ -16,11 +16,26 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "config.h"
|
||||
#include <opm/simulators/flow/Main.hpp>
|
||||
#include <config.h>
|
||||
|
||||
#include <dune/alugrid/grid.hh>
|
||||
#include <ebos/eclalugridvanguard.hh>
|
||||
#include <opm/simulators/flow/Main.hpp>
|
||||
|
||||
// for equilgrid in writer
|
||||
// need to include this before eclgenericwriter_impl.hh due to specializations.
|
||||
#include <opm/grid/CpGrid.hpp>
|
||||
#include <opm/grid/cpgrid/GridHelpers.hpp>
|
||||
|
||||
// these are not explicitly instanced in library
|
||||
#include <ebos/collecttoiorank_impl.hh>
|
||||
#include <ebos/eclgenericproblem_impl.hh>
|
||||
#include <ebos/eclgenericthresholdpressure_impl.hh>
|
||||
#include <ebos/eclgenerictracermodel_impl.hh>
|
||||
#include <ebos/eclgenericwriter_impl.hh>
|
||||
#include <ebos/ecltransmissibility_impl.hh>
|
||||
#include <ebos/equil/initstateequil_impl.hh>
|
||||
|
||||
namespace Opm {
|
||||
namespace Properties {
|
||||
namespace TTag {
|
||||
|
||||
@@ -16,14 +16,24 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "config.h"
|
||||
#include <opm/simulators/flow/Main.hpp>
|
||||
#include <opm/grid/polyhedralgrid.hh>
|
||||
#include <config.h>
|
||||
|
||||
#include <ebos/eclpolyhedralgridvanguard.hh>
|
||||
#include <ebos/equil/initstateequil_impl.hh>
|
||||
|
||||
#include <opm/grid/polyhedralgrid.hh>
|
||||
#include <opm/models/blackoil/blackoillocalresidualtpfa.hh>
|
||||
#include <opm/models/discretization/common/tpfalinearizer.hh>
|
||||
#include <opm/simulators/flow/Main.hpp>
|
||||
|
||||
// these are not explicitly instanced in library
|
||||
#include <ebos/collecttoiorank_impl.hh>
|
||||
#include <ebos/eclgenericproblem_impl.hh>
|
||||
#include <ebos/eclgenericthresholdpressure_impl.hh>
|
||||
#include <ebos/eclgenerictracermodel_impl.hh>
|
||||
#include <ebos/ecltransmissibility_impl.hh>
|
||||
#include <ebos/eclgenericwriter_impl.hh>
|
||||
#include <ebos/equil/initstateequil_impl.hh>
|
||||
|
||||
namespace Opm {
|
||||
namespace Properties {
|
||||
namespace TTag {
|
||||
|
||||
Reference in New Issue
Block a user