Huite

Results 199 comments of Huite

Other suggestions: 1. just try a scalar relax value. 2. Evaluate residual and repeatedly apply a scalar value (both SWAP and MODFLOW 6 use this approach): SWAP: ![image](https://github.com/user-attachments/assets/823d2d01-4442-473f-bd82-eedd59578819) MODFLOW: ![image](https://github.com/user-attachments/assets/9726d1ff-5eba-451b-ac95-4d2f5e0935ea)

> Reduction factor (with magic hardcoded threshold values) As I mentioned in chat, I think you're still going to need those. Even though e.g. EulerImplicit is unconditionally stable, you will...

This one? https://github.com/JuliaCI/PkgBenchmark.jl I'm aware of `asv` in Python, and it seems there's quite a lot involved into getting consistent and commensurate benchmarks.

Indeed, it shouldn't be possible to delete the Node and Edge layers. In QGIS-Tim, I have two mandatory layers as well, they are always removed from the deletion selection: ```python...

> It would perhaps be easier if we don't have this whole synchronization panel in the Model tab. I agree it would be easier, and the synchronization has caused me...

What would the desired behavior be in this case? There's a basic inconsistency in the fact that the TOML has a unique name, but the created geopackage does not. So...

I agree that makes more sense. If you define a reset method in the plugin, you can connect it with: `QgsProject.instance().cleared` I'm not sure if `cleared` signals on opening an...

Disabling is one option, but it's difficult to implement. I would raise an error here and show a QMessageBox instead. The reason that it's difficult to implement is because there's...

Good catch, most of the other buttons are properly enabled/disabled.

> I think this issue needs further discussion, mostly because it is unclear to me if the QGIS plugin is valuable enough to justify that kind of investment. https://github.com/Deltares/Ribasim/issues/321 It's...