Algorithms for Parallel Generic hp -Adaptive Finite Element Software
Algorithms for Parallel Generic hp -Adaptive Finite Element Software
复制标题
并行通用 hp 自适应有限元软件算法
DOI:
10.1145/3603372
复制
发表时间:
2023
影响因子:
2.7
通讯作者:
Bangerth, Wolfgang
中科院分区:
文献类型:
--
作者:
Fehling, Marc;Bangerth, Wolfgang
Thehp-adaptive finite element method—where one independently chooses the mesh size (h) and polynomial degree (p) to be used on each cell—has long been known to have better theoretical convergence properties than eitherh- orp-adaptive methods alone. However, it is not widely used, owing at least in part 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 ofhp-adaptive finite element methods on distributed-memory, parallel machines. In particular, we will present a multistage algorithm for the unique enumeration of degrees of freedom 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 passage interface processes.We provide a reference implementation of our algorithms as part of the open source librarydeal.II.