Domain Decomposition Methods for Discontinuous Galerkin Approximations of Elliptic Problems

Domain Decomposition Methods for Discontinuous Galerkin Approximations of Elliptic Problems

University of Tennessee, Knoxville TRACE: Tennessee Research and Creative Exchange Doctoral Dissertations Graduate School 8-2015 Domain Decomposition Methods for Discontinuous Galerkin Approximations of Elliptic Problems Craig Dwain Collins University of Tennessee - Knoxville, [email protected] Follow this and additional works at: https://trace.tennessee.edu/utk_graddiss Part of the Numerical Analysis and Computation Commons, and the Partial Differential Equations Commons Recommended Citation Collins, Craig Dwain, "Domain Decomposition Methods for Discontinuous Galerkin Approximations of Elliptic Problems. " PhD diss., University of Tennessee, 2015. https://trace.tennessee.edu/utk_graddiss/3409 This Dissertation is brought to you for free and open access by the Graduate School at TRACE: Tennessee Research and Creative Exchange. It has been accepted for inclusion in Doctoral Dissertations by an authorized administrator of TRACE: Tennessee Research and Creative Exchange. For more information, please contact [email protected]. To the Graduate Council: I am submitting herewith a dissertation written by Craig Dwain Collins entitled "Domain Decomposition Methods for Discontinuous Galerkin Approximations of Elliptic Problems." I have examined the final electronic copy of this dissertation for form and content and recommend that it be accepted in partial fulfillment of the equirr ements for the degree of Doctor of Philosophy, with a major in Mathematics. Ohannes A. Karakashian, Major Professor We have read this dissertation and recommend its acceptance: Michael Berry, Xiaobing Feng, Clayton Webster, Steven Wise Accepted for the Council: Carolyn R. Hodges Vice Provost and Dean of the Graduate School (Original signatures are on file with official studentecor r ds.) Domain Decomposition Methods for Discontinuous Galerkin Approximations of Elliptic Problems A Dissertation Presented for the Doctor of Philosophy Degree The University of Tennessee, Knoxville Craig Dwain Collins August 2015 c by Craig Dwain Collins, 2015 All Rights Reserved. ii Dedication To my mother Maricha, my father Jake, my wife Robin, and my daughter Maisie. Thank you. iii Acknowledgements I must first thank my advisor, Dr. Ohannes Karakashian, for his outstanding tutelage and his immeasurable patience. The opportunity to learn from someone with his level of expertise is a gift I had not imagined. His example is one I will strive to emulate throughout the rest of my career. I must also thank Dr. Steven Wise for his mentorship and encouragement. His effortless mastery of bringing out the best in his students is nothing short of amazing. I would also like to thank the remaining members of my dissertation committee, Dr. Xiaobing Feng, Dr. Clayton Webster, and Dr. Michael Berry for taking time from their incredibly busy schedules to offer invaluable comments and questions. I would also like to thank Dr. Tan Zhang, Dr. Kelly Pearson, and Dr. Renee Fister for their training and encouragement. Without them, I would never have found this path. I must also thank Ben Walker, Angela Woofter, and Tina Murr for their unending supply of help (and patience) during my time at UTK. No acknowledgement would be properly complete without offering thanks to Pam Armentrout, without whom I doubt any graduate student at UTK would ever succeed. I have rarely met anyone that good at her job { I can only dream of that type of excellence. Finally, I must thank my family { my parents Jake and Risha, who taught me to believe in myself; my wife Robin, whose love and support are without measure; and my daughter Maisie, who has brought so much joy to all our lives. iv Abstract The application of the techniques of domain decomposition to construct effective preconditioners for systems generated by standard methods such as finite difference or finite element methods has been well-researched in the past few decades. However, results concerning the application of these techniques to systems created by the discontinuous Galerkin method (DG) are much more rare. This dissertation represents the effort to extend the study of two-level nonover- lapping and overlapping additive Schwarz methods for DG discretizations of second- and fourth-order elliptic partial differential equations. In particular, the general Schwarz framework is used to find theoretical bounds for the condition numbers of the preconditioned systems corresponding to both the nonoverlapping and overlapping additive Schwarz methods. In addition, the impact on the performance of the preconditioners caused by varying the penalty parameters inherent to DG methods is investigated. Another topic of investigation is the choice of course subspace made for the two-level Schwarz methods. The results of in-depth computational experiments performed to validate and study various aspects of the theory are presented. In addition, the design and implementation of the methods are discussed. v Table of Contents 1 Introduction1 1.1 Background................................2 1.2 Summary of Dissertation.........................3 2 Second Order Elliptic Problems5 2.1 Preliminaries...............................5 2.1.1 Model Problem..........................6 2.1.2 Partitions of Ω..........................6 2.1.3 Discontinuous Galerkin Formulation...............8 2.2 Basic results................................ 11 2.3 Schwarz Framework............................ 16 2.3.1 Subdomain Spaces and Bilinear Forms............. 17 2.3.2 The Coarse Subspace and Bilinear Form............ 18 2.3.3 The Discontinuous Coarse Space................. 19 2.3.4 The Continuous Coarse Space.................. 22 2.4 Construction of the Schwarz Preconditioners.............. 22 2.4.1 Nonoverlapping Additive Schwarz Preconditioner....... 25 2.4.2 Overlapping Additive Schwarz Preconditioner......... 33 2.5 Numerical Experiments.......................... 38 2.5.1 Comparison of the Nonoverlapping and the Overlapping Pre- conditioners............................ 42 vi 2.5.2 Dependence on the Penalty Parameter γ ............ 45 2.5.3 Penalty Compatibility for the Discontinuous Coarse Subspace 53 3 Fourth Order Elliptic Problems 63 3.1 Preliminaries............................... 63 3.1.1 Model Problem.......................... 63 3.1.2 Partitions of Ω.......................... 63 3.1.3 Discontinuous Galerkin Formulation............... 64 3.2 Basic results................................ 67 3.3 Schwarz Framework............................ 69 3.3.1 Subdomain Spaces and Bilinear Forms............. 69 3.3.2 The Coarse Subspace and Bilinear Form............ 71 3.3.3 The Discontinuous Coarse Space................. 71 3.3.4 The Continuous Coarse Space.................. 74 3.4 Construction of the Schwarz Preconditioners.............. 74 3.4.1 Nonoverlapping Additive Schwarz Preconditioner....... 75 3.4.2 Overlapping Additive Schwarz Preconditioner......... 87 3.5 Numerical Experiments.......................... 99 3.5.1 Comparison of the Nonoverlapping and the Overlapping Pre- conditioners............................ 100 3.5.2 Dependence on the Penalty Parameters σ and τ ........ 103 3.5.3 Penalty Compatibility Conditions for the Discontinuous Coarse Subspace.............................. 110 4 Computational Implementation 120 4.1 Introduction................................ 120 4.2 Initialization................................ 121 4.2.1 Numerical Quadrature...................... 121 4.2.2 Mesh Generation......................... 123 4.3 Data Structures.............................. 123 vii 4.3.1 VERT structs........................... 124 4.3.2 EDGE structs........................... 124 4.3.3 TRIANGLE structs........................ 127 4.4 Mesh Refinement............................. 127 4.5 Computation of Local Information................... 130 4.6 Solving the Linear System........................ 131 4.6.1 Conjugate Gradient Method................... 132 4.6.2 Preconditioned Conjugate Gradient Method.......... 133 4.7 Two-Level Additive Schwarz Preconditioners.............. 134 4.7.1 Components of the Nonoverlapping Preconditioner...... 135 4.7.2 Components of the Overlapping Preconditioner........ 137 4.7.3 Restriction and Prolongation Operators............. 139 4.7.4 Application of the Preconditioners................ 141 5 Future Directions 143 Bibliography 145 Appendix 152 A Affine Transformations and the Reference Element 153 B Computation of PDE Data 161 B.1 Second Order Elliptic Problem...................... 161 B.2 Fourth Order Elliptic Problem...................... 169 Vita 183 viii List of Tables 2.1 (P1) Comparison of solvers. κ estimates, (iterations) for q = 1.... 43 2.2 (P2) Comparison of solvers. κ estimates, (iterations) for q = 1.... 44 2.3 (P3) Comparison of solvers. κ estimates, (iterations) for q = 2.... 45 2.4 Variations of γ (PCG). (P1) with q = 1, κ estimates (iterations)... 47 2.5 Variations of γ (PCG). (P1) with q = 1, CPU runtimes........ 47 2.6 Variations of γ (CG). (P1) with q = 1.................. 47 2.7 Variations of γ (PCG). (P2) with q = 1, κ estimates (iterations)... 49 2.8 Variations of γ (PCG). (P2) with q = 1, CPU runtimes........ 49 2.9 Variations of γ (CG). (P2) with q = 1.................. 49 2.10 Variations of γ (PCG). (P3) with q = 2, κ estimates (iterations)... 51 2.11 Variations of γ (PCG). (P3) with q = 2, CPU runtimes........ 51 2.12 Variations of γ (CG). (P3) with q = 2.................. 51 2.13 (PC) not enforced. (P1), q = 1, κ estimates (iterations)........ 54 2.14 (PC) not enforced. (P1), q = 1, CPU runtimes............. 54 2.15 (PC) not enforced. (P2),

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    198 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us