A GPU-Adapted Structure for Unstructured Grids
Date
2017Metadata
Show full item recordAbstract
A key advantage of working with structured grids (e.g., images) is the ability to directly tap into the powerful machinery of linear algebra. This is not much so for unstructured grids where intermediate bookkeeping data structures stand in the way. On modern high performance computing hardware, the conventional wisdom behind these intermediate structures is further challenged by costly memory access, and more importantly by prohibitive memory resources on environments such as graphics hardware. In this paper, we bypass this problem by introducing a sparse matrix representation for unstructured grids which not only reduces the memory storage requirements but also cuts down on the bulk of data movement from global storage to the compute units. In order to take full advantage of the proposed representation, we augment ordinary matrix multiplication by means of action maps, local maps which encode the desired interaction between grid vertices. In this way, geometric computations and topological modifications translate into concise linear algebra operations. In our algorithmic formulation, we capitalize on the nature of sparse matrix-vector multiplication which allows avoiding explicit transpose computation and storage. Furthermore, we develop an efficient vectorization to the demanding assembly process of standard graph and finite element matrices.
BibTeX
@article {10.1111:cgf.13144,
journal = {Computer Graphics Forum},
title = {{A GPU-Adapted Structure for Unstructured Grids}},
author = {Zayer, Rhaleb and Steinberger, Markus and Seidel, Hans-Peter},
year = {2017},
publisher = {The Eurographics Association and John Wiley & Sons Ltd.},
ISSN = {1467-8659},
DOI = {10.1111/cgf.13144}
}
journal = {Computer Graphics Forum},
title = {{A GPU-Adapted Structure for Unstructured Grids}},
author = {Zayer, Rhaleb and Steinberger, Markus and Seidel, Hans-Peter},
year = {2017},
publisher = {The Eurographics Association and John Wiley & Sons Ltd.},
ISSN = {1467-8659},
DOI = {10.1111/cgf.13144}
}
Collections
Related items
Showing items related by title, author, creator and subject.
-
Texturing and Hypertexturing of Volumetric Objects
Miller, Chris M.; Jones, Mark W. (The Eurographics Association, 2005)Texture mapping is an extremely powerful and flexible tool for adding complex surface detail to an object. This paper introduces a method of surface texturing and hypertexturing complex volumetric objects in real-time. We ... -
A Procedural Modeling System for the Creation of Huge Models
Cubero, Francisco; Mas, Albert; Patow, Gustavo (The Eurographics Association, 2012)This paper presents a new general purpose procedural geometrical modeling system. It is focused on providing flexibility, modularity and scalability. Furthermore, it is taylored to manage huge geometric models, with millions ... -
Bringing Direct Local Control to Interactive Visual Editing of Procedural Buildings
Riu, Adria; Patow, Gustavo (The Eurographics Association, 2012)This paper presents a new system to add direct and persistent local control to the visual editing of rules for procedural buildings, avoiding a combinatorial explosion of grammar rules. In this paper we follow the ideas ...