mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1772 from andlaus/ebos_maintainance
ebos: make its core headers self sufficient
This commit is contained in:
commit
2c51bc6219
@ -33,7 +33,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <except>
|
||||
#include <exception>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
|
||||
|
@ -25,6 +25,9 @@
|
||||
*
|
||||
* \brief The common settings for all ebos variants.
|
||||
*/
|
||||
#ifndef EBOS_HH
|
||||
#define EBOS_HH
|
||||
|
||||
#include "eclproblem.hh"
|
||||
|
||||
#include <opm/autodiff/BlackoilWellModel.hpp>
|
||||
@ -133,3 +136,5 @@ public:
|
||||
using ParentType::EclProblem;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // EBOS_HH
|
||||
|
@ -30,10 +30,14 @@
|
||||
|
||||
#include "tracervdtable.hh"
|
||||
|
||||
#include <ewoms/models/blackoil/blackoilmodel.hh>
|
||||
|
||||
#include <dune/istl/operators.hh>
|
||||
#include <dune/istl/solvers.hh>
|
||||
#include <dune/istl/preconditioners.hh>
|
||||
|
||||
#include <dune/common/version.hh>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "collecttoiorank.hh"
|
||||
#include "ecloutputblackoilmodule.hh"
|
||||
|
||||
#include <ewoms/models/blackoil/blackoilmodel.hh>
|
||||
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
|
||||
#include <ewoms/io/baseoutputwriter.hh>
|
||||
#include <ewoms/parallel/tasklets.hh>
|
||||
|
Loading…
Reference in New Issue
Block a user