Bernat Font
Bernat Font
That should be fine, as long as they are stored in test/, are small, and just a few.
Because of compatibility issues, I am currently using SmartSim v0.4.2 in the cluster. It would be appreciated if someone can point me to a quick fix or a way to...
Regarding SmartSim v0.4.2, I managed to get this working by passing `batch_settings` when creating a model and use the `add_preamble` method to source the relevant bash file that contains the...
To do - [x] Check performance for a given tolerance in benchmarks suite
Performance with RBGS is similar to PCG, at least for middle size cases. I haven't touched the solver's tolerance / number of iterations, so maybe this is worth investigating. ```...
This looks fine. A small improvement is just to remove the `kwargs_dict = Dict(kwargs)` line, and use directly the `kwargs` when needed. It should work the same.
This is ready to merge, right?
Linking from https://github.com/WaterLily-jl/WaterLily.jl/pull/261#issuecomment-3402391314
I would throw a warning, on top of returning 0. Since we are looking at `interp` here, it would also be nice to have a GPU version for it!
This is a first working version. Feel free to suggests edits! We should also create a Biot-Savart simulation to showcase this feature.