CyprienBosserelle / xbeach_gpu

Lightweight version of XBeach that uses CUDA C to run on the GPU. The code is used to simulate coastal waves, currents, sediment transport and beach morphology changes during extreme events. Visit:
http://cyprienbosserelle.github.io/xbeach_gpu/
GNU General Public License v3.0
13 stars 1 forks source link

Flexible grid size #5

Closed CyprienBosserelle closed 8 years ago

CyprienBosserelle commented 8 years ago

Grid size is limited to a factor of 16 by 16 (e.g. 256 by 512). THe model should be able to run any grid size while the 16 x16 sizes will always be more efficient.

CyprienBosserelle commented 8 years ago

has been resoved in branch anygridsize. will be pulled soon