You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Domain decomposition methods are popular preconditioners for solving linear systems derived from discretizing PDEs.
69
+
Balancing Domain Decomposition by Constraints (BDDC) is a non-overlapping domain decomposition technique that is closely related to the dual primal version of finite element tearing and interconnecting.
70
+
Local Fourier Analysis (LFA) is a technique for investigating and tuning preconditioners for finite difference and finite element methods.
71
+
In this paper, we use LFAToolkit.jl, a Julia package for LFA of high-order finite element methods, to analyze BDDC for high-order finite elements.
72
+
Specifically, we develop LFA of BDDC with arbitrary second-order PDEs using high-order finite element discretizations and examine the performance of BDDC on subdomains consisting of single and multiple high-order finite elements.
73
+
We can replicate previous work on the LFA of BDDC on subdomains with multiple low-order elements.
74
+
Examples are presented in two and three dimensions to validate our LFA of BDDC for the Laplacian and linear elasticity.
0 commit comments