Download presentation
Presentation is loading. Please wait.
1
Anisotropic Voronoi Diagrams and Guaranteed-Quality Anisotropic Mesh Generation François Labelle Jonathan Richard Shewchuk Computer Science Division University of California at Berkeley Berkeley, California Presented by Jessica Schoen
2
Outline Anisotropic meshes Anisotropic Voronoi diagrams Algorithm for anisotropic mesh generation Current research
3
I. Anisotropic Meshes
4
What Are Anisotropic Meshes? Meshes with long, skinny triangles (in the right places). Why are they important? Often provide better interpolation of multivariate functions with fewer triangles. Used in finite element methods to resolve boundary layers and shocks. Source: “Grid Generation by the Delaunay Triangulation,” Nigel P. Weatherill, 1994.
5
Distance Measures Metric tensor M p : distances & angles measured by p. Deformation tensor F p : maps physical to rectified space. M p = F p T F p. Physical Space FpFp FqFq F q F p -1 p q p q F p F q -1
6
Distance Measures Metric tensor M p : distances & angles measured by p. Deformation tensor F p : maps physical to rectified space. M p = F p T F p. Physical Space FpFp FqFq F q F p -1 Every point wants to be in a “nice” triangle in rectified space. p q p q F p F q -1
7
The Anisotropic Mesh Generation Problem Given polygonal domain and metric tensor field M, generate anisotropic mesh.
8
A Hard Problem (Especially in Theory) Quadtree-based methods can be adapted to horizontal and vertical stretching, but not to diagonal stretching. Common approaches to guaranteed-quality mesh generation do not adapt well to anisotropy. Delaunay triangulations lose their global optimality properties when adapted to anisotropy. No “empty circumellipse” property.
9
Heuristic Algorithms for Generating Anisotropic Meshes Bossen-Heckbert [1996] George-Borouchaki [1998] Li-Teng-Üngör [1999] Shimada-Yamada-Itoh [1997]
10
II. Anisotropic Voronoi Diagrams
11
Voronoi Diagram: Definition Given a set V of sites in E d, decompose E d into cells. The cell Vor( v ) is the set of points “closer” to v than to any other site in V. Mathematically: Vor( v ) = { p in E d : d v (p)≤ d w (p) for every w in V.} distance from v to p as measured by v
12
Distance Function Examples 1.Standard Voronoi diagram d v (p) = || p – v || 2
13
Distance Function Examples 2. Multiplicatively weighted Voronoi diagram d v (p) = c v || p – v || 2
14
Distance Function Examples 3. Anisotropic Voronoi diagram d v (p) = [(p – v) T M v (p – v)] 1/2
15
Anisotropic Voronoi Diagram
16
Duality
17
Two Sites Define a Wedge
19
Dual Triangulation Theorem
20
III. Anisotropic Mesh Generation by Voronoi Refinement
21
Easy Case: M = constant
24
Voronoi Refinement Algorithm
25
Insert new sites on unwedged portions of arcs. Islands
26
Voronoi Refinement Algorithm Insert new sites on unwedged portions of arcs. Orphan
28
Voronoi Refinement Algorithm
29
Encroachment
30
Special Rules for the Boundary
32
Main Result
33
Why Does It Work?
35
Numerical Problem Red Voronoi vertex is intersection of conic sections
36
Numerical Problem Intersection is computed numerically ?
37
Numerical Problem Which side of the red line is the vertex on? ?
38
Numerical Problem Which side of the red line is the vertex on? Geometric predicates are not always truthful and the program crashes. ?
39
IV. My Current Research
40
Star of a Vertex: Definition The star of a vertex v is the set of all simplices having v for a face.
41
Star Based Anisotropic Meshing Each vertex computes its own star independently
42
Inconsistent Stars If the arcs and vertices of the corresponding anisotropic Voronoi diagram are not all wedged, the diagram may not dualize to a triangulation, and the independently constructed stars may not form a consistent triangulation.
43
Equivalence Theorem If the arcs and vertices of the anisotropic Voronoi diagram are all wedged, then the independently constructed star of v contains the same sites as star( v ) in the dual of the anisotropic Voronoi diagram. v v
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.