English

A tetrahedral space-filling curve for non-conforming adaptive meshes

Distributed, Parallel, and Cluster Computing 2017-04-24 v2 Mathematical Software

Abstract

We introduce a space-filling curve for triangular and tetrahedral red-refinement that can be computed using bitwise interleaving operations similar to the well-known Z-order or Morton curve for cubical meshes. To store sufficient information for random access, we define a low-memory encoding using 10 bytes per triangle and 14 bytes per tetrahedron. We present algorithms that compute the parent, children, and face-neighbors of a mesh element in constant time, as well as the next and previous element in the space-filling curve and whether a given element is on the boundary of the root simplex or not. Our presentation concludes with a scalability demonstration that creates and adapts selected meshes on a large distributed-memory system.

Keywords

Cite

@article{arxiv.1509.04627,
  title  = {A tetrahedral space-filling curve for non-conforming adaptive meshes},
  author = {Carsten Burstedde and Johannes Holke},
  journal= {arXiv preprint arXiv:1509.04627},
  year   = {2017}
}

Comments

33 pages, 12 figures, 8 tables