In Proceedings of SIGGRAPH (Conference Paper Track)

A Fast Geometric Multigrid Method for Curved Surfaces

Ruben Wiersma, Ahmad Nasikun, Elmar Eisemann, and Klaus Hildebrandt

Simulation of balloon inflation (Model: Armadillo, 180k vertices).

We introduce a geometric multigrid method for solving linear systems arising from variational problems on surfaces in geometry processing, Gravo MG. Our scheme uses point clouds as a reduced representation of the levels of the multigrid hierarchy to achieve a fast hierarchy construction and to extend the applicability of the method from triangle meshes to other surface representations like point clouds, nonmanifold meshes, and polygonal meshes. To build the prolongation operators, we associate each point of the hierarchy to a triangle constructed from points in the next coarser level. We obtain well-shaped candidate triangles by computing graph Voronoi diagrams centered around the coarse points and determining neighboring Voronoi cells. Our selection of triangles ensures that the connections of each point to points at adjacent coarser and finer levels are balanced in the tangential directions. As a result, we obtain sparse prolongation matrices with three entries per row and fast convergence of the solver.


More Information

Citation

Ruben Wiersma, Ahmad Nasikun, Elmar Eisemann, and Klaus Hildebrandt, A Fast Geometric Multigrid Method for Curved Surfaces, In Proceedings of SIGGRAPH (Conference Paper Track), pp. 1:1–1:11, 2023.

BibTex

@inproceedings{bib:wiersma:2023,
    author       = { Wiersma, Ruben and Nasikun, Ahmad and Eisemann, Elmar and Hildebrandt, Klaus },    
    title        = { A Fast Geometric Multigrid Method for Curved Surfaces },
    booktitle    = { In Proceedings of SIGGRAPH (Conference Paper Track) },
    year         = { 2023 },
    pages        = { 1:1--1:11 },
    doi          = { 10.1145/3588432.3591502 },
    dblp         = { conf/siggraph/WiersmaNEH23 },
    url          = { https://publications.graphics.tudelft.nl/papers/350 },
}