CharacteristicMappingMethod / cmm-turbulence

CMM Turbulence code
GNU General Public License v3.0
1 stars 0 forks source link

Bundle up host transfer storage #33

Closed Arcadia197 closed 1 year ago

Arcadia197 commented 2 years ago

Grids and particles use different host vectors. While this was not important before, now with forward particles they appear at the same space and could be bundled up. Should not be too much change but just has to be done.

Arcadia197 commented 1 year ago

This was dealt with in the latest commit. Actually, instead of bundling them up I was able to get rid of them completely by using chunked transfers.