Skip to content

Commit db0a765

Browse files
committed
add initial abstract
1 parent 3eb4f70 commit db0a765

File tree

2 files changed

+60
-26
lines changed

2 files changed

+60
-26
lines changed

papers/high-order-bddc-2021/lfa_bddc_high_order_fem.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@
6565

6666
% -----------------------------------------------------------------------------
6767
\begin{abstract}
68-
TODO
68+
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.
6975
\end{abstract}
7076
% -----------------------------------------------------------------------------
7177

papers/references.bib

Lines changed: 53 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -114,31 +114,6 @@ @article{fischer2020scalability
114114
month = {6}
115115
}
116116

117-
@misc{libceed-user-manual,
118-
title = {lib{C}{E}{E}{D} {U}ser {M}anual},
119-
author = {
120-
Abdelfattah, Ahmad and
121-
Barra, Valeria and
122-
Beams, Natalie and
123-
Brown, Jed and
124-
Camier, Jean-Sylvain and
125-
Dobrev, Veselin and
126-
Dudouit, Yohann and
127-
Ghaffari, Leila and
128-
Kolev, Tzanio and
129-
Medina, David and
130-
Rathnayake, Thilina and
131-
Thompson, Jeremy L and
132-
Tomov, Stanimire
133-
},
134-
month = mar,
135-
year = 2021,
136-
publisher = {Zenodo},
137-
version = {0.8},
138-
doi = {10.5281/zenodo.4895340},
139-
url = {https://doi.org/10.5281/zenodo.4895340}
140-
}
141-
142117
% -----------------------------------------------------------------------------
143118
% Multigrid
144119
% -----------------------------------------------------------------------------
@@ -616,6 +591,59 @@ @TechReport{petsc-user-ref
616591
url = {https://www.mcs.anl.gov/petsc}
617592
}
618593

594+
@misc{libceed-user-manual,
595+
title = {lib{C}{E}{E}{D} {U}ser {M}anual},
596+
author = {
597+
Abdelfattah, Ahmad and
598+
Barra, Valeria and
599+
Beams, Natalie and
600+
Brown, Jed and
601+
Camier, Jean-Sylvain and
602+
Dobrev, Veselin and
603+
Dudouit, Yohann and
604+
Ghaffari, Leila and
605+
Kolev, Tzanio and
606+
Medina, David and
607+
Rathnayake, Thilina and
608+
Thompson, Jeremy L and
609+
Tomov, Stanimire
610+
},
611+
month = mar,
612+
year = 2021,
613+
publisher = {Zenodo},
614+
version = {0.8},
615+
doi = {10.5281/zenodo.4895340},
616+
url = {https://doi.org/10.5281/zenodo.4895340}
617+
}
618+
619+
@article{libceed,
620+
title = {libCEED: Fast algebra for high-order element-based discretizations},
621+
doi = {10.21105/joss.02945},
622+
url = {https://doi.org/10.21105/joss.02945},
623+
year = {2021},
624+
publisher = {The Open Journal},
625+
volume = {6},
626+
number = {63},
627+
pages = {2945},
628+
author = {
629+
Jed Brown and
630+
Ahmad Abdelfattah and
631+
Valeria Barra and
632+
Natalie Beams and
633+
Jean-Sylvain Camier and
634+
Veselin Dobrev and
635+
Yohann Dudouit and
636+
Leila Ghaffari and
637+
Tzanio Kolev and
638+
David Medina and
639+
Will Pazner and
640+
Thilina Ratnayaka and
641+
Jeremy Thompson and
642+
Stan Tomov
643+
},
644+
journal = {Journal of Open Source Software}
645+
}
646+
619647
% -----------------------------------------------------------------------------
620648
% Elasticity
621649
% -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)