English

Algorithms for Parallel Generic $hp$-adaptive Finite Element Software

Numerical Analysis 2023-09-14 v2 Mathematical Software Numerical Analysis

Abstract

The hphp-adaptive finite element method (FEM) - where one independently chooses the mesh size (hh) and polynomial degree (pp) to be used on each cell - has long been known to have better theoretical convergence properties than either hh- or pp-adaptive methods alone. However, it is not widely used, owing at least in parts to the difficulty of the underlying algorithms and the lack of widely usable implementations. This is particularly true when used with continuous finite elements. Herein, we discuss algorithms that are necessary for a comprehensive and generic implementation of hphp-adaptive finite element methods on distributed-memory, parallel machines. In particular, we will present a multi-stage algorithm for the unique enumeration of degrees of freedom (DoFs) suitable for continuous finite element spaces, describe considerations for weighted load balancing, and discuss the transfer of variable size data between processes. We illustrate the performance of our algorithms with numerical examples, and demonstrate that they scale reasonably up to at least 16,384 Message Passing Interface (MPI) processes. We provide a reference implementation of our algorithms as part of the open-source library deal.II.

Keywords

Cite

@article{arxiv.2206.06512,
  title  = {Algorithms for Parallel Generic $hp$-adaptive Finite Element Software},
  author = {Marc Fehling and Wolfgang Bangerth},
  journal= {arXiv preprint arXiv:2206.06512},
  year   = {2023}
}

Comments

27 pages, 10 figures

R2 v1 2026-06-24T11:50:02.984Z