Bernat Font
Bernat Font
Hi @gdalle! I appreciate the follow up :) We were planning on using DI.jl to differentiate through WaterLily. For example, users typically define a (parametrized) geometry and then compute flow-induced...
My guess is on https://github.com/WaterLily-jl/WaterLily.jl/pull/129, since there were a lot of changes there, and some related to the pressure solver (which I think is the only part that can be...
Hi! I recently fixed a bug when creating a `Body` that appreared in AMD GPUs: https://github.com/WaterLily-jl/WaterLily.jl/commit/890ceddb0f62f8d97cb3d207ffcea9d31530a4c7#diff-770286d43b6a0ad13ee676bd9ff2c34a3743c734bd2239d3755b2f8146fd7a1a So, are you using the latest version in master? And what is your ROCm...
Hi Francesco, can you still reproduce this bug in the latest WaterLily? If I understand correctly, this happens when running the simple TwoD_Julia.jl case, right? If I have time later...
Ok, good to hear. I guess the fix I did in `Body` could have solved this.
Thanks @marinlauber for the detailed reply. @ddeboerfluid, does this solve your issue?
I am working on this... I have a WIP that adds `BC!` within `project!`, and this function dispatches to a new `BC` type, which inherits from `AbstractBC`. Users can define...
I'm very close to a first working version, but there's a bug messing around
This would be very much appreciated indeed, thanks! We currently do not have many tests for extensions and definitely this needs to be improved. So, please, go for it! It...
@weymouth this is ready to implement the BCs for the streamline-Poisson equation.