move NonLinearSolver parameters to TypeTag-free parameter system

This commit is contained in:
Arne Morten Kvarving
2024-07-06 10:22:47 +02:00
parent dd1bc8d75b
commit 94c30a74b8
2 changed files with 11 additions and 38 deletions

View File

@@ -76,7 +76,7 @@ namespace Opm::Properties {
namespace TTag {
struct FlowProblem {
using InheritsFrom = std::tuple<FlowTimeSteppingParameters,
FlowNonLinearSolver, FlowBaseProblem, BlackOilModel>;
FlowBaseProblem, BlackOilModel>;
};
}
// default in flow is to formulate the equations in surface volumes