A parallel edge orientation algorithm for quadrilateral meshes
Mikl\'os Homolya, David A. Ham

TL;DR
This paper extends a quadrilateral mesh orientation algorithm for parallel computers, linking it to the Union-Find algorithm, enabling efficient parallel mesh orientation in large-scale simulations.
Contribution
It introduces a parallel algorithm for quadrilateral mesh orientation and connects it to the Union-Find algorithm, enhancing parallel mesh processing capabilities.
Findings
Successfully extended the orientation algorithm to distributed memory systems.
Established a theoretical link between mesh orientation and Union-Find algorithm.
Facilitated adaptation of existing Union-Find parallelization techniques for mesh orientation.
Abstract
One approach to achieving correct finite element assembly is to ensure that the local orientation of facets relative to each cell in the mesh is consistent with the global orientation of that facet. Rognes et al. have shown how to achieve this for any mesh composed of simplex elements, and deal.II contains a serial algorithm to construct a consistent orientation of any quadrilateral mesh of an orientable manifold. The core contribution of this paper is the extension of this algorithm for distributed memory parallel computers, which facilitates its seamless application as part of a parallel simulation system. Furthermore, our analysis establishes a link between the well-known Union-Find algorithm and the construction of a consistent orientation of a quadrilateral mesh. As a result, existing work on the parallelisation of the Union-Find algorithm can be easily adapted to construct…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
