FastFlow: GPU Acceleration of Flow and Depression Routing for Landscape Simulation

Aryamaan Jain,Bernhard Kerbl,James Gain,Brandon Finley,Guillaume Cordonnier
DOI: https://doi.org/10.1111/cgf.15243
IF: 2.5
2024-10-26
Computer Graphics Forum
Abstract:Terrain analysis plays an important role in computer graphics, hydrology and geomorphology. In particular, analyzing the path of material flow over a terrain with consideration of local depressions is a precursor to many further tasks in erosion, river formation, and plant ecosystem simulation. For example, fluvial erosion simulation used in terrain modeling computes water discharge to repeatedly locate erosion channels for soil removal and transport. Despite its significance, traditional methods face performance constraints, limiting their broader applicability. In this paper, we propose a novel GPU flow routing algorithm that computes the water discharge in O(log n) iterations for a terrain with n vertices (assuming n processors). We also provide a depression routing algorithm to route the water out of local minima formed by depressions in the terrain, which converges in O(log2 n) iterations. Our implementation of these algorithms leads to a 5× speedup for flow routing and 34 × to 52 × speedup for depression routing compared to previous work on a 10242 terrain, enabling interactive control of terrain simulation.
computer science, software engineering
What problem does this paper attempt to address?