Bernat Font
Bernat Font
Thanks for the details. I was looking for an alternative to our GMG, which already works with GPUs. The only constraints I had in mind were support for MPI, automatic...
maybe we could have a `plotter.jl` file for this stuff and visualization scripts in `src/`, like a bin of unnecessary utils. Or call it `nonutils.jl`, even though this does not...
This looks good. I understand that the `@debug` macro does not compromise performance? And what about `@logmsg`?
Yes, I think it is much better to have all the plots utils in the extension.
Comparison should be also on the CPUx16 backend right? Anyways this looks good. Do you have the chance to test on GPU, such as DelftBlue?
This PR should be closed in favor of https://github.com/WaterLily-jl/WaterLily.jl/pull/229, right?
These are all nice examples, thanks! Left some comments, basically on improving how we hints users can also use GPU to run the cases. I have tested them all locally...
Do you want to try to create and interface for a user-defined `BC` (as in the lid-driven cavity case)? Rewriting the whole `mom_step!` is an overkill I think.
I had a look at it and all seems fine to me. But maybe @marinlauber can also double-check it. About improving the inner product, what are you thinking of? Isn't...
I meant to cast within a custom kernel. I will play with it and see if that works.