mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Do not use the separate LinearizerTpfa class.
This commit is contained in:
parent
5d0ae333f4
commit
6e46d332de
@ -49,8 +49,8 @@ namespace Opm {
|
|||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
namespace Properties {
|
namespace Properties {
|
||||||
template<class TypeTag>
|
// template<class TypeTag>
|
||||||
struct Linearizer<TypeTag, TTag::EclFlowProblemTPFA> { using type = LinearizerTPFA<TypeTag>; };
|
// struct Linearizer<TypeTag, TTag::EclFlowProblemTPFA> { using type = LinearizerTPFA<TypeTag>; };
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct LocalLinearizerSplice<TypeTag, TTag::EclFlowProblemTPFA> {
|
struct LocalLinearizerSplice<TypeTag, TTag::EclFlowProblemTPFA> {
|
||||||
using type = TTag::AutoDiffLocalLinearizerTPFA;
|
using type = TTag::AutoDiffLocalLinearizerTPFA;
|
||||||
|
Loading…
Reference in New Issue
Block a user