Practical Hex-Mesh Optimization via Edge-Cone Rectification

ACM Transactions on Graphics (SIGGRAPH 2015)

teaser

Abstract

The usability of hexahedral meshes depends on the degree to which the shape of their elements deviates from a perfect cube; a single concave, or inverted element makes a mesh unusable. While a range of methods exist for discretizing 3D objects with an initial topologically suitable hex mesh, their output meshes frequently contain poorly shaped and even inverted elements, requiring a further quality optimization step. We introduce a novel framework for optimizing hex-mesh quality capable of generating inversion-free high-quality meshes from such poor initial inputs. We recast hex quality improvement as an optimization of the shape of overlapping cones, or unions, of tetrahedra surrounding every directed edge in the hex mesh, and show the two to be equivalent. We then formulate cone shape optimization as a sequence of convex quadratic optimization problems, where hex convexity is encoded via simple linear inequality constraints. As this solution space may be empty, we therefore present an alternate formulation which allows the solver to proceed even when constraints cannot be satisfied exactly. We iteratively improve mesh element quality by solving at each step a set of local, per-cone, convex constrained optimization problems, followed by a global energy minimization step which reconciles these local solutions. This latter method provides no theoretical guarantees on the solution but produces inversion-free, high quality meshes in practice. We demonstrate the robustness of our framework by optimizing numerous poor quality input meshes generated using a variety of initial meshing methods and producing high-quality inversion-free meshes in each case. We further validate our algorithm by comparing it against previous work, and demonstrate a significant improvement in both worst and average element quality.


Executable Software

A binary version of our hex optimization framework can be found here.

Paper

teaser

Downloads

Results (~??MB)
Executable Software

Video


Results

teaser teaser

BibTex

@article{Livesu:2015:Untangler,
author    = {Livesu, Marco and Sheffer, Alla and Vining, Nicholas and  Tarini, Marco},
title     = {Practical Hex-Mesh Optimization via Edge-Cone Rectification},
journal   = {Transactions on Graphics (Proc. SIGGRAPH 2015)},
year      = {2015},
volume    = {34},
number    = {4},
doi       = {10.1145/2766905},
publisher = {ACM}}