Do not use the separate LinearizerTpfa class.

This commit is contained in:
Atgeirr Flø Rasmussen 2022-06-24 11:31:31 +02:00
parent 5d0ae333f4
commit 6e46d332de

View File

@ -49,8 +49,8 @@ namespace Opm {
namespace Opm {
namespace Properties {
template<class TypeTag>
struct Linearizer<TypeTag, TTag::EclFlowProblemTPFA> { using type = LinearizerTPFA<TypeTag>; };
// template<class TypeTag>
// struct Linearizer<TypeTag, TTag::EclFlowProblemTPFA> { using type = LinearizerTPFA<TypeTag>; };
template<class TypeTag>
struct LocalLinearizerSplice<TypeTag, TTag::EclFlowProblemTPFA> {
using type = TTag::AutoDiffLocalLinearizerTPFA;