Remove EclProblemTpfa, folding all methods into EclProblem.

This commit is contained in:
Atgeirr Flø Rasmussen
2022-08-09 11:11:36 +02:00
parent 64474c0267
commit c48770dc5f
3 changed files with 78 additions and 3139 deletions
+1 -13
View File
@@ -23,12 +23,10 @@
// modifications from standard
#include <opm/models/blackoil/blackoillocalresidualtpfa.hh>
#include <opm/models/blackoil/blackoilintensivequantitiessimple.hh>
//#include <opm/models/discretization/common/fvbaselocalresidualtpfa.hh>
//#include <opm/models/discretization/common/fvbaseadlocallinearizertpfa.hh>
#include <opm/models/discretization/common/smallelementcontext.hh>
#include <opm/models/discretization/common/tpfalinearizer.hh>
#include <ebos/eclfluxmoduletpfa.hh>
#include <ebos/eclproblemtpfa.hh>
#include <ebos/eclproblem.hh>
namespace Opm {
namespace Properties {
@@ -42,16 +40,6 @@ namespace Opm {
namespace Opm {
namespace Properties {
template<class TypeTag>
struct Problem<TypeTag, TTag::EclFlowProblemTPFA> {
using type = EclProblemTPFA<TypeTag>;
};
}
}
namespace Opm {
namespace Properties {
template<class TypeTag>