mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move NonLinearSolver parameters to TypeTag-free parameter system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user