GPU Accelerated Isosurface Extraction on Tetrahedral Grids

in: 2nd International Symposium on Visual Computing - ISVC06

Abstract

Visualizing large unstructured grids is extremely useful to understand natural and simulated phenomena. However, informative volume visualization is diffcult to achieve efficiently due to the huge amount of information to process. In this paper, we present a method to efficiently tessellate on a GPU large unstructured tetrahedral grids made of millions of cells. This method avoids data redundancy by using textures for storing most of the needed data; textures are accessed through vertex texture lookup in the vertex shading unit of modern graphics cards. Results show that our method is about 2 times faster than the same CPUbased extraction, and complementary with previous approaches based on GPU registers: it is less efficient for small grids, but handles millionstetrahedra grids in graphics memory, which was impossible with previous works. Future hardware evolutions are expected to make our approach much more efficient.

Download / Links

BibTeX Reference

@inproceedings{buatois:inria-00105584,
 abstract = {Visualizing large unstructured grids is extremely useful to understand natural and simulated phenomena. However, informative volume visualization is diffcult to achieve efficiently due to the huge amount of information to process. In this paper, we present a method to efficiently tessellate on a GPU large unstructured tetrahedral grids made of millions of cells. This method avoids data redundancy by using textures for storing most of the needed data; textures are accessed through vertex texture lookup in the vertex shading unit of modern graphics cards. Results show that our method is about 2 times faster than the same CPUbased extraction, and complementary with previous approaches based on GPU registers: it is less efficient for small grids, but handles millionstetrahedra grids in graphics memory, which was impossible with previous works. Future hardware evolutions are expected to make our approach much more efficient.},
 address = {Lake Tahoe/USA},
 author = {Buatois, Luc and Caumon, Guillaume and L{\'e}vy, Bruno},
 booktitle = {{2nd International Symposium on Visual Computing - ISVC06}},
 hal_id = {inria-00105584},
 hal_version = {v1},
 month = {November},
 pdf = {https://inria.hal.science/inria-00105584/file/ISVC06_BuatoisEtAl.pdf},
 title = {{GPU Accelerated Isosurface Extraction on Tetrahedral Grids}},
 url = {https://inria.hal.science/inria-00105584},
 year = {2006}
}