6816

Efficient and Good Delaunay Meshes From Random Points

Mohamed S. Ebeida, Scott A. Mitchell, Andrew A. Davidson, Anjul Patney, Patrick M. Knupp, John D. Owens
Computing Research, P.O. Box 5800, Sandia National Laboratories, Albuquerque, NM 87185-1318, United States
Computer-Aided Design, Volume 43, Issue 11, Pages 1506-1515, 2011

@article{Ebeida20111506,

   title={Efficient and good Delaunay meshes from random points},

   journal={Computer-Aided Design},

   volume={"43"},

   number={"11"},

   pages={"1506-1515"},

   year={2011},

   note={"SolidandPhysicalModeling2011"},

   issn={"0010-4485"},

   doi={"10.1016/j.cad.2011.08.012"},

   url={"http://www.sciencedirect.com/science/article/pii/S0010448511002119"},

   author={"MohamedS.EbeidaandScottA.MitchellandAndrewA.DavidsonandAnjulPatneyandPatrickM.KnuppandJohnD.Owens"},

   keywords={"Meshgeneration"}

}

Download Download (PDF)   View View   Source Source   

1719

views

We present a Conforming Delaunay Triangulation (CDT) algorithm based on maximal Poisson disk sampling. Points are unbiased, meaning the probability of introducing a vertex in a disk-free subregion is proportional to its area, except in a neighborhood of the domain boundary. In contrast, Delaunay refinement CDT algorithms place points dependent on the geometry of empty circles in intermediate triangulations, usually near the circle centers. Unconstrained angles in our mesh are between 30 and 120 degrees, matching some biased CDT methods. Points are placed on the boundary using a one-dimensional maximal Poisson disk sampling. Any triangulation method producing angles bounded away from 0 and 180 degrees must have some bias near the domain boundary to avoid placing vertices infinitesimally close to the boundary. Random meshes are preferred for some simulations, such as fracture simulations where cracks must follow mesh edges, because deterministic meshes may introduce non-physical phenomena. An ensemble of random meshes aids simulation validation. Poisson-disk triangulations also avoid some graphics rendering artifacts, and have the blue-noise property. We mesh two-dimensional domains that may be non-convex with holes, required points, and multiple regions in contact. Our algorithm is also fast and uses little memory. We have recently developed a method for generating a maximal Poisson distribution of n output points, where n=Theta(Area/r2) and r is the sampling radius. It takes O(n) memory and O(nlogn) expected time; in practice the time is nearly linear. This, or a similar subroutine, generates our random points. Except for this subroutine, we provably use O(n) time and space. The subroutine gives the location of points in a square background mesh. Given this, the neighborhood of each point can be meshed independently in constant time. These features facilitate parallel and GPU implementations. Our implementation works well in practice as illustrated by several examples and comparison to Triangle.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: