mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: remove SET_TAG_PROP macro usage
This commit is contained in:
@@ -105,7 +105,10 @@ namespace Opm {
|
||||
// struct LinearSolverBackend<TypeTag, TTag::EclFlowProblemSimple> {
|
||||
// using type = Opm::ISTLSolverEbos<TypeTag>;
|
||||
// };
|
||||
//SET_TAG_PROP(EclFlowProblemSimple, LinearSolverSplice, ParallelBiCGStabLinearSolver);
|
||||
// template<class TypeTag>
|
||||
// struct LinearSolverSplice<TypeTag, TTag::EclFlowProblemSimple> {
|
||||
// using type = TTag::ParallelBiCGStabLinearSolver;
|
||||
// };
|
||||
// template<class TypeTag>
|
||||
// struct LinearSolverBackend<TypeTag, TTag::EclFlowProblemSimple> {
|
||||
// using type = Opm::Linear::ParallelBiCGStabSolverBackend<TypeTag>; // not work
|
||||
@@ -114,7 +117,10 @@ namespace Opm {
|
||||
// struct LinearSolverBackend<TypeTag, TTag::EclFlowProblemSimple> {
|
||||
// using type = Opm::Linear::SuperLUBackend<TypeTag>; // not work
|
||||
// };
|
||||
//SET_TAG_PROP(EclFlowProblem, FluidState, Opm::BlackOilFluidState);
|
||||
// template<class TypeTag>
|
||||
// struct FluidState<TypeTag, TTag::EclFlowProblem> {
|
||||
// using type = Opm::BlackOilFluidState;
|
||||
// };
|
||||
|
||||
template<class TypeTag>
|
||||
struct LinearSolverBackend<TypeTag, TTag::EclFlowProblemSimple> {
|
||||
|
||||
Reference in New Issue
Block a user