ludwig-cf / ludwig

A lattice Boltzmann code for complex fluids
https://ludwig.epcc.ed.ac.uk
Other
52 stars 35 forks source link

Parallel LE for GPU distributions #321

Open kevinstratford opened 4 weeks ago

kevinstratford commented 4 weeks ago

Summary

If wanting Lees Edwards planes there is currently a grossly inefficient kludge which copies the distributions back and forth to perform the reprojection and the interpolation steps on the host.

The Solution

One should be able to run the LE transformation effectively on the GPU as well as the CPU.

What's required

This is #280