This commit is contained in:
Stein Krogstad
2023-10-30 20:58:09 +01:00
parent 2470b20d13
commit 7aa50f149f
11 changed files with 133 additions and 40 deletions

View File

@@ -213,7 +213,8 @@ namespace Opm
WellState& well_state,
const GroupState& group_state,
DeferredLogger& deferred_logger,
const bool allow_switch = true) override;
const bool fixed_control = false,
const bool fixed_status = false) override;
/// \brief Wether the Jacobian will also have well contributions in it.
virtual bool jacobianContainsWellContributions() const override