Does a 3D Half-Edge Data Structure Exist?

  • Thread starter Thread starter Ole Lindberg
  • Start date Start date
  • Tags Tags
    3d Data Structure
Ole Lindberg
Messages
1
Reaction score
0
Hello Everyone

I'm currently working on a unstructured quadrilateral mesh for a discontinuous galerkin free surface flow model. I use the half-edge data structure in the two dimensional code. Does something like a half-edge or "half-face" three dimensional data structure exist.

Otherwise which data structure do you prefer for an unstructured mesh of polygons tetrahedrals and quadrilaterals.

Greetings

Ole Lindberg, Denmark
 
Physics news on Phys.org
While I don't know much about your application, I found a reference on the web that suggested a binary tree representation as the most efficient and have attached the reference for you:

http://onlinelibrary.wiley.com/doi/...10)49:10<1327::AID-NME996>3.0.CO;2-L/abstract

there's a link to a PDF following the abstract that describes the details and is an excerpt from the book they are selling.

So it looks like the tree is useful as you continue to fracture the surface into smaller and smaller pieces they can be added to the existing node from which they came.
 
Back
Top