Moved implementation of class ImpesTPFAAD to separate file.

Also cleaned up header usage in ImpesTPFAAD.hpp, making some
new inclusions necessary in test program.
This commit is contained in:
Atgeirr Flø Rasmussen
2013-05-22 15:49:55 +02:00
parent abc23b8009
commit 3e8bb53730
4 changed files with 533 additions and 469 deletions

View File

@@ -20,8 +20,6 @@
#include <config.h>
#define HACK_INCOMPRESSIBLE_GRAVITY 0
#include <opm/autodiff/GeoProps.hpp>
#include <opm/autodiff/ImpesTPFAAD.hpp>
#include <opm/autodiff/BlackoilPropsAd.hpp>
@@ -36,10 +34,11 @@
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <opm/core/utility/Units.hpp>
#include <opm/core/simulator/BlackoilState.hpp>
#include <opm/core/simulator/WellState.hpp>
#include <opm/core/simulator/initState.hpp>
#include <opm/core/wells.h>
// #include <opm/core/WellsManager.hpp>
#include <algorithm>