UNCORRECTED PROOF. Domain Decomposition Methods for the Helmholtz 2 Equation: A Numerical Investigation 3. 1 Introduction 7

Size: px
Start display at page:

Download "UNCORRECTED PROOF. Domain Decomposition Methods for the Helmholtz 2 Equation: A Numerical Investigation 3. 1 Introduction 7"

Transcription

1 Domain Decomposition Methods for the Helmholtz 2 Equation: A Numerical Investigation 3 Martin J. Gander and Hui Zhang 4 University of Geneva martin.gander@unige.ch 5 2 hui.zhang@unige.ch 6 Introduction 7 We are interested in solving the Helmholtz equation 8 { u(x,y,z) k 2 (x,y,z) u(x,y,z) =g(x,y,z), (x,y,z) Ω, () n u(x,y,z) ik(x,y,z) u(x,y,z) =0, (x,y,z) Ω, where k := 2π f /c is the wavenumber with frequency f R and c := c(x,y,z) is 9 the velocity of the medium, which varies in space. The geophysical model SEG 0 SALT is used as a benchmark problem on which we will test some existing domain decomposition methods in this paper. In this model, the domain Ω is defined as 2 (0,3,520) (0,3,520) (0,4,200) m 3, the velocity is described as piecewise con- 3 stants on cells and varies from,500 to 4,500 m/s, and the source 4 g is a Dirac function at the point (6,000,6,760,0). 5 To discretize the problem () on a coarser mesh, the velocity is sub-sampled to 6 less number of cells such that every cell has a constant velocity and contains one 7 or more mesh elements. Then the problem () is discretized with Q finite elements 8 (i.e. trilinear local basis functions on brick elements). 9 We first test the direct solver A\b in Matlab; the results are listed in Table where 20 nw is the number of wavelength along the x-direction at the lowest velocity. At f = 2, 2 the direct solver runs out of memory after 6 h on a computer with 64 GB of mem- 22 ory. The inefficiency in both memory and time of the direct solver for large scale 23 problems calls for cheaper iterative methods. For a review of current iterative meth- 24 ods for the Helmholtz equation, we refer to [6]. In this work, we focus on domain 25 decomposition methods which are easily parallelized Overview of Some Existing Methods 27 Due to the indefiniteness of the Helmholtz equation, the classical Schwarz method 28 with Dirichlet transmission conditions fails to converge. As a remedy, [5] introduced 29 R. Bank et al. (eds.), Domain Decomposition Methods in Science and Engineering XX, Lecture Notes in Computational Science and Engineering 9, DOI 0.007/ , Springer-Verlag Berlin Heidelberg 203 Page 223

2 Martin J. Gander and Hui Zhang Table. Test of the direct solver (backslash in Matlab) f /4 /2 2 nw mesh CPU.28s 27.5s 829.9s > 6h first-order absorbing transmission conditions to replace the Dirichlet transmission 30 conditions. This type of interface condition was also adopted in [7] to regularize 3 subdomain problems. More general local transmission conditions of zero or second 32 order were proposed and analyzed in [0, ] with parameters optimized for acceler- 33 ating convergence. More advanced and even non-local transmission conditions can 34 be used, see [3, 2, 8], and also [2, 3] in this volume. In this paper, however, we 35 will restrict ourselves to local transmission conditions. 36 Another remedy is to modify the usual coarse problem, which probably origi- 37 nated from the multigrid context, first suggested by Achi Brandt and presented in 38 [9]. In their paper [7], Farhat et al. used plane waves on the interface as basis of the 39 coarse space. The idea turns out to be very successful and was followed by Farhat 40 et al. [8], Kimn and Sarkis [5], and Li and Tu [7], and will also be used for the 4 optimized Schwarz methods in this paper. Note that, however, the coarse problem 42 does not change the underlying subdomain problems. 43 In the following paragraphs, we will give a brief introduction to these methods at 44 the (almost) continuous level The Non-overlapping Methods 46 We partition the domain into non-overlapping subdomains denoted by Ω := i Ω i, 47 and we call the set of points shared by more than two subdomains (or shared by two 48 subdomains and the outer boundary Ω) corners. In three dimensions, this includes 49 vertices and edges. We call all the points shared by exactly two subdomains the 50 interface Γ, and in particular a connected component of the interface shared by Ω i 5 and Ω j is called interface segment Γ ij. 52 If we know the Neumann, Dirichlet or Robin data (denoted by λ ) of the exact 53 solution on the interface, then we can recover the exact solution from the corre- 54 sponding boundary value problems defined on subdomains (as long as they are well- 55 posed) with continuous constraints at corners. Since on every subdomain there is a 56 recovered solution that gives Dirichlet, Neumann or Robin traces on the interface, 57 we expect for each interface segment Γ ij the traces from Ω i and Ω j to be equal. The 58 above process indeed sets up an equation, denoted by Fλ = d, for the interface data 59 λ of the exact solution. For the Helmholtz equation, an additional coarse problem is 60 introduced such that (I FQ(Q FQ) Q )Fλ =(I FQ(Q FQ) Q )d is solved, 6 where the columns of Q are traces of plane waves on the interface. 62 From the above point of view, we summarize some existing non-overlapping 63 domain decomposition methods in Table 2. The (first-order) absorbing boundary data 64 Page 224

3 DDM for Helmholtz: A Numerical Investigation is defined as λ := n u iku. The lumped preconditioner is the stiffness submatrix 65 A ΓΓ corresponding to the interface. The first three methods share interface data (up 66 to a sign for the normal derivative) on their common interface segments, and are 67 therefore one-field methods. This is in contrast to the last method, since optimized 68 Schwarz methods have two sets of unknowns on each interface segment, and thus 69 belong to the class of two-field methods. Note also that we do not have suitable 70 preconditioners for the last two methods, which can be a subject for future study. 7 Table 2. The non-overlapping methods Algorithms Unknowns Matching Precond. FETI-DPH ([8]) Neumann Dirichlet DtN/lumped BDDC-H ([7]) Dirichlet Neumann NtD FETI-H ([7]) Absorbing Dirichlet (none) Optimized Schwarz ([0]) two-field Robin two-field Robin (none) 2.2 The Overlapping Methods 72 We partition the domain into overlapping subdomains. We will use the substructured 73 form 3 as for the non-overlapping methods in Sect. 2.. Note that in an overlapping 74 setting, subdomains can not share the same interface data, since the interfaces are 75 in different locations, and therefore all overlapping methods are in some sense two 76 field methods, like the non-overlapping optimized Schwarz methods. The interface 77 data used (both as unknowns and matching conditions) and related references are: 78 Dirichlet [6], absorbing [4, 5], Neumann [4], Robin [9]. A coarse problem as in 79 Sect. 2. is adopted but without corner constraints Numerical Experiments 8 All the experiments were done in Matlab with sequential codes. We use GMRES with 82 zero initial guess to solve the substructured systems until the relative residual is less 83 than 0 6 or the maximum iteration number is attained. The domain is partitioned in 84 a Cartesian way. If we vary the mesh size, then the velocity in () is sub-sampled on 85 the coarsest mesh of We introduce the following acronyms: 87 t2. t2.2 t2.3 t2.4 t2.5 FL/FD: FETI-DPH with the lumped/dtn preconditioner 88 FH: FETI-H with corner constraints 89 O0/O2: non-overlapping optimized Schwarz of zero/second order 90 3 Though most of the overlapping methods in the literature are not in this form, we found by numerical experiments it may be cheaper in both time and memory. Page 225

4 Martin J. Gander and Hui Zhang OD/ON/OR: overlapping method with Dirichlet/Neumann/absorbing data 9 OO0/OO2: overlapping optimized Schwarz of zero/second order 92 For the overlapping methods, the overlapping region has a thickness of two mesh 93 elements and the matching conditions are imposed on faces, edges and vertices, re- 94 spectively, without repeats on any degrees of freedom. Due to the absence of relevant 95 results, the parameters for the optimized Schwarz methods are not respecting over- 96 lapping (except OO0), coarse problem and medium heterogeneity. The plane waves 97 used are along six directions that are normal to the x-y, y-z and z-x planes, respec- 98 tively. 99 We found that all the methods outperform the direct solver in CPU time (see 00 Table ) on the mesh. We are interested in how the convergence of these 0 methods depends on the frequency f in (), the mesh size h,thepartition N x N y N z 02 or the subdomain size H and medium heterogeneity. At f = the domain contains 03 nine wavelength along the x-direction, which corresponds to the problem on the unit 04 cube with the wavenumber 8π. 05 In the following tables, the numbers outside/inside parentheses are the iteration 06 numbers with/without plane waves, respectively, and a bar is used instead of when the maximum iteration number is reached. We use e/w to represent the number 08 of elements per wavelength at the lowest velocity. The smallest iteration numbers 09 among the non-overlapping methods and those among the overlapping methods are 0 in bold. Note that for the FETI-DPH method with DtN preconditioner the amount of work per iteration is about.5 times that for the others, and construction of the 2 preconditioner also leads to double LU factorizations in the setup stage. 3 In Tables 3 and 4, we increase the frequency with fh or f 3 h 2 [] kept constant. Table 3. Dependence on the frequency ( fh=constant) f FL FD FH O0 O2 OD OR ON OO0 OO2 partition 3 3 t (5) 4 (8) 9 (5) 5 (2) 8 (4) 8 (20) 8 (2) 9 (20) 7 (5) 6 (4) t (30) 9 (2) 8 (33) 29 (34) 9 (20) 23 (34) 2 (5) 24 (37) 2 (7) (3) 44 (5) 20 (23) 75 (93) 43 (48) 25 (25) 5 (58) 7 (7) 57 (66) 22 (25) 4 (5) t3.4 partition scaling with mesh: H/h = 8(seealsothefirstrowfor f = 4 ) t (46) 5 (30) 0 (73) 7 (7) 0 (50) 4 (73) (33) 2 (03) 8 (55) 8 (5) 9 (83) 7 (-) (-) 2 (-) 2 (-) 27 (-) 5 (74) 52 (-) 6 (-) 5 (-) t3.6 t3. partition scaling with mesh: H/h = 6 (see also the second row for f = 2 ) 39 (27) 32 (03) 74 (-) 59 (3) 27 (39) 76 (7) 26 (38) 4 (-) 26 (53) 22 (32) t3.7 We see that more iterations are usually needed for larger frequency except in the 5 middle of Table 4. 6 In Table 5, the frequency is fixed and the mesh is refined. From the table, the 7 iteration numbers with plane waves almost remain constant. 8 4 Page 226

5 DDM for Helmholtz: A Numerical Investigation Table 4. Dependence on the frequency ( f 3 h 2 =constant) f FL FD FH O0 O2 OD OR ON OO0 OO2 t4. partition 3 3 (see also the first row in Table 3 for f = 0.25) (25) 6 () 4 (25) 30 (33) 8 (2) 8 (29) (4) 9 (32) 9 (5) 9 (3) (4) (5) 33 (49) 37 (42) 25 (26) 38 (46) 6 (7) 39 (50) 5 (20) 3 (4) partition scaling with mesh: H/h = 8(seealsothefirstrowinTable4forf= 0.25) (36) 5 (23) 0 (54) 5 (58) 9 (40) 2 (60) 0 (29) 3 (73) 7 (40) 7 (40) (27) 5 (00) 9 (49) 4 (56) 8 (2) 4 (60) (65) 20 (-) 7 (23) 7 (7) partition scaling with mesh: H/h = 6 (see also the first row for f = 0.40) (89) 8 (53) 8 (9) 43 (25) 8 (75) 33 (3) 6 (35) 36 (2) 3 (75) 3 (75) Table 5. Dependence on the mesh size ( f = 4 ) e/w FL FD FH O0 O2 OD OR ON OO0 OO2 partition 3 3 (seealsothefirstrowintable4fore/w = 0) 20 0 (9) 5 (9) 3 (20) 7 (26) 9 (7) 4 (28) (5) 3 (27) 8 (6) 6 (6) 40 5 (25) 6 (0) 8 (25) 2 (32) (20) 2 (39) 5 (9) 9 (36) 9 (7) 8 (7) partition H/h = 8(seealsothefirstrowinTable4fore/w = 0) 20 7 (2) 5 (2) 0 (32) 4 (47) 8 (32) 0 (46) 9 (25) 0 (44) 7 (29) 6 (30) 40 6 (9) 4 (3) 9 (36) 4 (92) 7 (63) 9 (90) 9 (46) 9 (9) 7 (56) 6 (59) partition H/h = 6 (see also the first row for e/w = 20) 40 (34) 6 (5) 4 (47) 7 (60) 0 (38) 5 (63) 2 (28) 3 (52) 7 (33) 7 (35) Next, we compare the iteration numbers for different partitions with both the 9 frequency and the mesh size fixed in Table 6. One can see that with plane waves H Table 6. Dependence on the partition FL FD FH O0 O2 OD OR ON OO0 OO2 H 0 f = 2, mesh and velocity and H 0 partition (30) 9 (2) 8 (33) 28 (35) 9 (2) 22 (34) 2 (5) 23 (37) (7) (4) 2 8 (47) 5 (30) 0 (73) 6 (72) 9 (5) 4 (75) (34) 2 (05) 8 (62) 7 (57) 4 4 (22) 4 (2) 7 (48) 0 (95) 7 (72) 7 (97) 8 (52) (-) 6 (83) 5 (78) f =, mesh and velocity and H 0 partition (54) 22 (24) 79 (97) 45 (49) 26 (26) 54 (6) 7 (8) 60 (69) 22 (26) 5 (6) 2 43 (33) 35 (09) 82 (-) 63 (7) 28 (40) 82 (76) 27 (39) 36 (-) 28 (56) 24 (34) 4 0 (84) 8 (-) 4 (-) 26 (-) 6 (40) 32 (-) 7 (-) - (-) 25 (-) 22 (-) N x f =, mesh and velocity and partition N x 8 7 (25) 79 (75) 7 (84) 66 (70) 28 (28) 94 (99) 23 (24) 00 (04) 5 (46) 23 (25) 6 84 (-) 92 (99) - (-) 3 (37) 45 (47) - (-) 46 (47) - (-) 72 (8) 43 (45) 32 - (-) - (-) - (-) 72 (73) 87 (90) - (-) 86 (90) 82 (88) 48 (36) 84 (87) t4.2 t4.3 t4.4 t4.5 t4.6 t5. t5.2 t5.3 t5.4 t5.5 t5.6 t6. t6.2 t6.3 t6.4 t6.5 t6.6 t6.7 t6.8 t6.9 t6.0 t6. t6.2 t Page 227

6 Martin J. Gander and Hui Zhang using more subdomains can both increase and decrease the iteration numbers. It is 2 interesting that for the strip-wise partition only the methods based on transmission 22 conditions (O0, O2, OR, OO0 and OO2) work reliably, though with substantial iter- 23 ation numbers, and the plane waves do not help much. 24 Last, we study the influence of the heterogeneity in the velocity. The experiments 25 are carried out on artificial velocity models to have high contrasts. The frequency is 26 fixed as f = 2. The lowest velocity is fixed as c min =,500 and different levels of 27 highest velocity c max = ρc min are considered. It can be seen from Table 7 that the 28 iteration numbers vary only little. Table 7. Influence of medium heterogeneity ρ FL FD FH O0 O2 OD OR ON OO0 OO2 mesh , partition 8 andc = c min,c max on subdomains 58 (76) 37 (46) 83 (94) 60 (64) 28 (29) 70 (8) 27 (26) 69 (79) 37 (44) 24 (24) (36) 42 (58) 30 (37) 37 (55) 26 (3) 37 (53) 27 (29) 63 (75) 5 (26) 3 (22) (36) 49 (58) 33 (37) 45 (55) 26 (3) 43 (53) 29 (30) 7 (75) 9 (26) 7 (22) as above except partition (90) 7 (62) 2 (24) 26 (79) 5 (39) 8 (97) 4 (35) 22 (7) 0 (46) 2 (34) (59) 0 (04) 7 (5) 25 (78) 5 (46) 7 (67) 2 (34) 29 (00) 8 (42) 9 (37) (58) (04) 9 (5) 27 (79) 7 (47) 9 (68) 2 (34) 33 (00) 8 (42) 0 (37) mesh , partition 8 andc = c min,c max on 8 cells 70 (8) 40 (50) 05 (4) 73 (75) 27 (28) 74 (80) 28 (27) 62 (66) 34 (37) 24 (24) (59) 30 (34) 69 (84) 58 (67) 26 (28) 56 (67) 23 (26) 5 (59) 26 (28) 23 (26) (59) 30 (34) 70 (85) 58 (67) 26 (28) 56 (68) 23 (26) 5 (59) 26 (28) 23 (26) mesh , partition 6 6 2andc = c min,c max on cells 2 (05) 8 (65) 6 (44) 34 (96) 9 (4) 24 (2) 7 (37) 25 () 2 (46) 5 (34) (68) 7 (34) 4 (07) 29 (09) 7 (48) 26 () 3 (45) 2 (06) (47) 2 (40) 0 4 (68) 7 (34) 5 (07) 3 (09) 8 (48) 26 (0) 4 (45) 2 (07) (47) 2 (40) mesh , partition 6 6 2andcrandom constants on elements (6) 5 (0) 0 (2) 4 (6) 9 (4) 4 (60) (37) 2 (59) 7 (35) 8 (38) (5) 6 (9) (20) 2 (67) 8 (46) 4 (67) 5 (6) 25 (86) 8 (39) 8 (42) as above except partition (38) 0 (6) 26 (45) 28 (37) 9 (2) 26 (36) 3 (5) 27 (36) 5 (2) 2 (4) 0 2 (7) 6 (8) 5 (20) 8 (33) (2) 6 (35) 5 (23) 6 (42) 7 (7) 8 (9) (7) 6 (8) 6 (2) 5 (39) 9 (24) 8 (40) 6 (3) 7 (52) 8 (20) 9 (22) t7. t7.2 t7.3 t7.4 t7.5 t7.6 t7.7 t7.8 t7.9 t7.0 t7. t7.2 t7.3 t7.4 t7.5 t7.6 t7.7 t Conclusions 30 For the SEG SALT model on the cube domain, we get the following conclusions: 3 among the non-overlapping methods, the FETI-DPH method with DtN precondi- 32 tioner performs best in terms of iteration numbers. Among the overlapping methods, 33 Page 228

7 DDM for Helmholtz: A Numerical Investigation the optimized Schwarz method of second order is usually the best. With a fixed num- 34 ber of plane waves, all the methods can slow down for larger frequencies on properly 35 refined meshes. They also deteriorate for fixed frequency on finer meshes, unless 36 when using plane waves and more subdomains. A smaller subdomain size can both 37 increase and decrease the iteration numbers, and the experiments indicate the exis- 38 tence of some optimal choice. For strip-wise partitions, only the methods based on 39 transmission conditions work well, and plane waves do not help much. We also find 40 the performance of all the method is only little affected by the heterogeneity in the 4 velocity we considered, but other kinds of heterogeneity still need to be investigated. 42 Acknowledgments The authors thank Paul Childs for providing the velocity data of the geo- 43 physical SEG SALT model. This work was partially supported by the University of Geneva. 44 The second author was also partially supported by the NSFC Tianyuan Mathematics Youth 45 Fund Bibliography 47 [] Ivo Babuska, Frank Ihlenburg, Ellen T. Paik, and Stefan A. Sauter. A general- 48 ized finite element method for solving the Helmholtz equation in two dimen- 49 sions with minimal pollution. Comput. Methods Appl. Mech. Engrg., 28(3-4): , [2] Yassine Boubendir, Xavier Antoine, and Christophe Geuzaine. New non- 52 overlapping domain decomposition algorithm for Helmholtz equation. In Twen- 53 tieth International Conference on Domain Decomposition Methods,pageinthis 54 volume, [3] Yassine Boubendir, Xavier Antoine, and Christophe Geuzaine. A quasi-optimal 56 non-overlapping domain decomposition algorithm for the Helmholtz equation. 57 J. Comput. Phys., 23(2): , [4] Xiao-Chuan Cai, Mario A. Casarin, Frank W. Elliott, Jr., and Olof B. Wid- 59 lund. Overlapping Schwarz algorithms for solving Helmholtz s equation. In 60 Domain decomposition methods, 0 (Boulder, CO, 997), volume 28 of Con- 6 temp. Math., pages Amer. Math. Soc., Providence, RI, [5] Bruno Després. Domain decomposition method and the Helmholtz problem. In 63 Mathematical and numerical aspects of wave propagation phenomena (Stras- 64 bourg, 99), pages SIAM, Philadelphia, PA, [6] Olivier G. Ernst and Martin J. Gander. Why it is difficult to solve Helmholtz 66 problems with classical iterative methods. In Numerical Analysis of Multiscale 67 Problems. Durham LMS Symposium 200, Springer Verlag, [7] Charbel Farhat, Antonini Macedo, and Michel Lesoinne. A two-level do- 69 main decomposition method for the iterative solution of high frequency exterior 70 Helmholtz problems. Numer. Math., 85(2): , [8] Charbel Farhat, Philip Avery, Radek Tezaur, and Jing Li. FETI-DPH: a dual- 72 primal domain decomposition method for acoustic scattering. J. Comput. 73 Acoust., 3(3): , Page 229

8 Martin J. Gander and Hui Zhang [9] Martin J. Gander. Optimized Schwarz methods for Helmholtz problems. In Do- 75 main decomposition methods in science and engineering (Lyon, 2000), Theory 76 Eng. Appl. Comput. Methods, pages Internat. Center Numer. Meth- 77 ods Eng. (CIMNE), Barcelona, [0] Martin J. Gander, Frédéric Magoulès, and Frédéric Nataf. Optimized Schwarz 79 methods without overlap for the Helmholtz equation. SIAM J. Sci. Comput.,24 80 ():38 60 (electronic), [] Martin J. Gander, Laurence Halpern, and Frédéric Magoulés. An opti- 82 mized Schwarz method with two-sided Robin transmission conditions for the 83 Helmholtz equation. Int. J. Numer. Meth. Fluids, 55(2):63 75, [2] Souad Ghanemi. A domain decomposition method for Helmholtz scattering 85 problems. In Ninth International Conference on Domain Decomposition Meth- 86 ods, pages 05 2, [3] Murthy N. Guddati and Senganal Thirunavukkarasu. Improving the conver- 88 gence rate of Schwarz methods for Helmholtz equation. In Twentieth Inter- 89 national Conference on Domain Decomposition Methods, page in this volume, [4] Jung-Han Kimn and Blaise Bourdin. Numerical implementation of overlapping 92 balancing domain decomposition methods on unstructured meshes. In Domain 93 decomposition methods in science and engineering XVI, volume 55 of Lect. 94 Notes Comput. Sci. Eng., pages Springer, Berlin, [5] Jung-Han Kimn and Marcus Sarkis. Restricted overlapping balancing domain 96 decomposition methods and restricted coarse problems for the Helmholtz prob- 97 lem. Comput. Methods Appl. Mech. Engrg., 96(8):507 54, [6] An Leong and Olof B. Widlund. Extension of two-level Schwarz precondition- 99 ers to symmetric indefinite problems. Technical report, New York University, 200 New York, NY, USA, [7] Jing Li and Xuemin Tu. Convergence analysis of a balancing domain decom- 202 position method for solving a class of indefinite linear systems. Numer. Linear 203 Algebra Appl., 6(9): , [8] Bruno Stupfel. Improved transmission conditions for a one-dimensional do- 205 main decomposition method applied to the solution of the Helmholtz equation. 206 J. Comput. Phys., 229(3):85 874, [9] Shlomo Ta asan. Multigrid methods for highly oscillatory problems. PhDthe- 208 sis, Weizmann Institute of Science, Rehovot, Israel, Page 230

Optimized Schwarz methods with overlap for the Helmholtz equation

Optimized Schwarz methods with overlap for the Helmholtz equation Optimized Schwarz methods with overlap for the Helmholtz equation Martin J. Gander and Hui Zhang Introduction For the Helmholtz equation, simple absorbing conditions of the form n iω were proposed as transmission

More information

BETI for acoustic and electromagnetic scattering

BETI for acoustic and electromagnetic scattering BETI for acoustic and electromagnetic scattering O. Steinbach, M. Windisch Institut für Numerische Mathematik Technische Universität Graz Oberwolfach 18. Februar 2010 FWF-Project: Data-sparse Boundary

More information

Convergence Behavior of a Two-Level Optimized Schwarz Preconditioner

Convergence Behavior of a Two-Level Optimized Schwarz Preconditioner Convergence Behavior of a Two-Level Optimized Schwarz Preconditioner Olivier Dubois 1 and Martin J. Gander 2 1 IMA, University of Minnesota, 207 Church St. SE, Minneapolis, MN 55455 dubois@ima.umn.edu

More information

A Non-overlapping Quasi-optimal Optimized Schwarz 2 Domain Decomposition Algorithm for the Helmholtz 3 Equation 4 UNCORRECTED PROOF

A Non-overlapping Quasi-optimal Optimized Schwarz 2 Domain Decomposition Algorithm for the Helmholtz 3 Equation 4 UNCORRECTED PROOF 1 A Non-overlapping Quasi-optimal Optimized Schwarz 2 Domain Decomposition Algorithm for the Helmholtz 3 Equation 4 Y. Boubendir 1, X. Antoine 2, and C. Geuzaine 3 5 1 Department of Mathematical Sciences

More information

A Balancing Algorithm for Mortar Methods

A Balancing Algorithm for Mortar Methods A Balancing Algorithm for Mortar Methods Dan Stefanica Baruch College, City University of New York, NY 11, USA Dan Stefanica@baruch.cuny.edu Summary. The balancing methods are hybrid nonoverlapping Schwarz

More information

Additive Schwarz method for scattering problems using the PML method at interfaces

Additive Schwarz method for scattering problems using the PML method at interfaces Additive Schwarz method for scattering problems using the PML method at interfaces Achim Schädle 1 and Lin Zschiedrich 2 1 Zuse Institute, Takustr. 7, 14195 Berlin, Germany schaedle@zib.de 2 Zuse Institute,

More information

On domain decomposition preconditioners for finite element approximations of the Helmholtz equation using absorption

On domain decomposition preconditioners for finite element approximations of the Helmholtz equation using absorption On domain decomposition preconditioners for finite element approximations of the Helmholtz equation using absorption Ivan Graham and Euan Spence (Bath, UK) Collaborations with: Paul Childs (Emerson Roxar,

More information

FETI-DP for Elasticity with Almost Incompressible 2 Material Components 3 UNCORRECTED PROOF. Sabrina Gippert, Axel Klawonn, and Oliver Rheinbach 4

FETI-DP for Elasticity with Almost Incompressible 2 Material Components 3 UNCORRECTED PROOF. Sabrina Gippert, Axel Klawonn, and Oliver Rheinbach 4 1 FETI-DP for Elasticity with Almost Incompressible 2 Material Components 3 Sabrina Gippert, Axel Klawonn, and Oliver Rheinbach 4 Lehrstuhl für Numerische Mathematik, Fakultät für Mathematik, Universität

More information

Optimal Interface Conditions for an Arbitrary Decomposition into Subdomains

Optimal Interface Conditions for an Arbitrary Decomposition into Subdomains Optimal Interface Conditions for an Arbitrary Decomposition into Subdomains Martin J. Gander and Felix Kwok Section de mathématiques, Université de Genève, Geneva CH-1211, Switzerland, Martin.Gander@unige.ch;

More information

Optimized Schwarz Methods for Maxwell Equations with Discontinuous Coefficients

Optimized Schwarz Methods for Maxwell Equations with Discontinuous Coefficients Optimized Schwarz Methods for Maxwell Equations with Discontinuous Coefficients Victorita Dolean, Martin Gander, Erwin Veneros To cite this version: Victorita Dolean, Martin Gander, Erwin Veneros. Optimized

More information

Domain Decomposition Algorithms for an Indefinite Hypersingular Integral Equation in Three Dimensions

Domain Decomposition Algorithms for an Indefinite Hypersingular Integral Equation in Three Dimensions Domain Decomposition Algorithms for an Indefinite Hypersingular Integral Equation in Three Dimensions Ernst P. Stephan 1, Matthias Maischak 2, and Thanh Tran 3 1 Institut für Angewandte Mathematik, Leibniz

More information

An Iterative Domain Decomposition Method for the Solution of a Class of Indefinite Problems in Computational Structural Dynamics

An Iterative Domain Decomposition Method for the Solution of a Class of Indefinite Problems in Computational Structural Dynamics An Iterative Domain Decomposition Method for the Solution of a Class of Indefinite Problems in Computational Structural Dynamics Charbel Farhat a, and Jing Li a a Department of Aerospace Engineering Sciences

More information

FETI-DPH: A DUAL-PRIMAL DOMAIN DECOMPOSITION METHOD FOR ACOUSTIC SCATTERING

FETI-DPH: A DUAL-PRIMAL DOMAIN DECOMPOSITION METHOD FOR ACOUSTIC SCATTERING Journal of Computational Acoustics, c IMACS FETI-DPH: A DUAL-PRIMAL DOMAIN DECOMPOSITION METHOD FOR ACOUSTIC SCATTERING Charbel Farhat, Philip Avery and Radek Tezaur Department of Mechanical Engineering

More information

GRUPO DE GEOFÍSICA MATEMÁTICA Y COMPUTACIONAL MEMORIA Nº 8

GRUPO DE GEOFÍSICA MATEMÁTICA Y COMPUTACIONAL MEMORIA Nº 8 GRUPO DE GEOFÍSICA MATEMÁTICA Y COMPUTACIONAL MEMORIA Nº 8 MÉXICO 2014 MEMORIAS GGMC INSTITUTO DE GEOFÍSICA UNAM MIEMBROS DEL GGMC Dr. Ismael Herrera Revilla iherrerarevilla@gmail.com Dr. Luis Miguel de

More information

Sharp condition number estimates for the symmetric 2-Lagrange multiplier method

Sharp condition number estimates for the symmetric 2-Lagrange multiplier method Sharp condition number estimates for the symmetric -Lagrange multiplier method Stephen W. Drury and Sébastien Loisel Abstract Domain decomposition methods are used to find the numerical solution of large

More information

20. A Dual-Primal FETI Method for solving Stokes/Navier-Stokes Equations

20. A Dual-Primal FETI Method for solving Stokes/Navier-Stokes Equations Fourteenth International Conference on Domain Decomposition Methods Editors: Ismael Herrera, David E. Keyes, Olof B. Widlund, Robert Yates c 23 DDM.org 2. A Dual-Primal FEI Method for solving Stokes/Navier-Stokes

More information

An Efficient FETI Implementation on Distributed Shared Memory Machines with Independent Numbers of Subdomains and Processors

An Efficient FETI Implementation on Distributed Shared Memory Machines with Independent Numbers of Subdomains and Processors Contemporary Mathematics Volume 218, 1998 B 0-8218-0988-1-03024-7 An Efficient FETI Implementation on Distributed Shared Memory Machines with Independent Numbers of Subdomains and Processors Michel Lesoinne

More information

A Balancing Algorithm for Mortar Methods

A Balancing Algorithm for Mortar Methods A Balancing Algorithm for Mortar Methods Dan Stefanica Baruch College, City University of New York, NY, USA. Dan_Stefanica@baruch.cuny.edu Summary. The balancing methods are hybrid nonoverlapping Schwarz

More information

Acceleration of a Domain Decomposition Method for Advection-Diffusion Problems

Acceleration of a Domain Decomposition Method for Advection-Diffusion Problems Acceleration of a Domain Decomposition Method for Advection-Diffusion Problems Gert Lube 1, Tobias Knopp 2, and Gerd Rapin 2 1 University of Göttingen, Institute of Numerical and Applied Mathematics (http://www.num.math.uni-goettingen.de/lube/)

More information

Two new enriched multiscale coarse spaces for the Additive Average Schwarz method

Two new enriched multiscale coarse spaces for the Additive Average Schwarz method 346 Two new enriched multiscale coarse spaces for the Additive Average Schwarz method Leszek Marcinkowski 1 and Talal Rahman 2 1 Introduction We propose additive Schwarz methods with spectrally enriched

More information

A Parallel Schwarz Method for Multiple Scattering Problems

A Parallel Schwarz Method for Multiple Scattering Problems A Parallel Schwarz Method for Multiple Scattering Problems Daisuke Koyama The University of Electro-Communications, Chofu, Japan, koyama@imuecacjp 1 Introduction Multiple scattering of waves is one of

More information

Auxiliary space multigrid method for elliptic problems with highly varying coefficients

Auxiliary space multigrid method for elliptic problems with highly varying coefficients Auxiliary space multigrid method for elliptic problems with highly varying coefficients Johannes Kraus 1 and Maria Lymbery 2 1 Introduction The robust preconditioning of linear systems of algebraic equations

More information

Dirichlet-Neumann and Neumann-Neumann Methods

Dirichlet-Neumann and Neumann-Neumann Methods Dirichlet-Neumann and Neumann-Neumann Methods Felix Kwok Hong Kong Baptist University Introductory Domain Decomposition Short Course DD25, Memorial University of Newfoundland July 22, 2018 Outline Methods

More information

On the performance of the Algebraic Optimized Schwarz Methods with applications

On the performance of the Algebraic Optimized Schwarz Methods with applications On the performance of the Algebraic Optimized Schwarz Methods with applications Report 12-1-18 Department of Mathematics Temple University October 212 This report is available at http://www.math.temple.edu/~szyld

More information

Technische Universität Graz

Technische Universität Graz Technische Universität Graz Robust boundary element domain decomposition solvers in acoustics O. Steinbach, M. Windisch Berichte aus dem Institut für Numerische Mathematik Bericht 2009/9 Technische Universität

More information

Additive Schwarz Methods with Nonreflecting Boundary Conditions for the Parallel Computation of Helmholtz Problems

Additive Schwarz Methods with Nonreflecting Boundary Conditions for the Parallel Computation of Helmholtz Problems Contemporary Mathematics Volume 18, 1998 B 0-818-0988-1-0305-9 Additive Schwarz Methods with Nonreflecting Boundary Conditions for the Parallel Computation of Helmholtz Problems Lois C. McInnes, Romeo

More information

Short title: Total FETI. Corresponding author: Zdenek Dostal, VŠB-Technical University of Ostrava, 17 listopadu 15, CZ Ostrava, Czech Republic

Short title: Total FETI. Corresponding author: Zdenek Dostal, VŠB-Technical University of Ostrava, 17 listopadu 15, CZ Ostrava, Czech Republic Short title: Total FETI Corresponding author: Zdenek Dostal, VŠB-Technical University of Ostrava, 17 listopadu 15, CZ-70833 Ostrava, Czech Republic mail: zdenek.dostal@vsb.cz fax +420 596 919 597 phone

More information

SOME PRACTICAL ASPECTS OF PARALLEL ADAPTIVE BDDC METHOD

SOME PRACTICAL ASPECTS OF PARALLEL ADAPTIVE BDDC METHOD Conference Applications of Mathematics 2012 in honor of the 60th birthday of Michal Křížek. Institute of Mathematics AS CR, Prague 2012 SOME PRACTICAL ASPECTS OF PARALLEL ADAPTIVE BDDC METHOD Jakub Šístek1,2,

More information

From the Boundary Element Domain Decomposition Methods to Local Trefftz Finite Element Methods on Polyhedral Meshes

From the Boundary Element Domain Decomposition Methods to Local Trefftz Finite Element Methods on Polyhedral Meshes From the Boundary Element Domain Decomposition Methods to Local Trefftz Finite Element Methods on Polyhedral Meshes Dylan Copeland 1, Ulrich Langer 2, and David Pusch 3 1 Institute of Computational Mathematics,

More information

Parallel scalability of a FETI DP mortar method for problems with discontinuous coefficients

Parallel scalability of a FETI DP mortar method for problems with discontinuous coefficients Parallel scalability of a FETI DP mortar method for problems with discontinuous coefficients Nina Dokeva and Wlodek Proskurowski University of Southern California, Department of Mathematics Los Angeles,

More information

Two-level multiplicative domain decomposition algorithm for recovering the Lamé coefficient in biological tissues

Two-level multiplicative domain decomposition algorithm for recovering the Lamé coefficient in biological tissues Two-level multiplicative domain decomposition algorithm for recovering the Lamé coefficient in biological tissues Si Liu and Xiao-Chuan Cai Department of Applied Mathematics, University of Colorado at

More information

From the Boundary Element DDM to local Trefftz Finite Element Methods on Polyhedral Meshes

From the Boundary Element DDM to local Trefftz Finite Element Methods on Polyhedral Meshes www.oeaw.ac.at From the Boundary Element DDM to local Trefftz Finite Element Methods on Polyhedral Meshes D. Copeland, U. Langer, D. Pusch RICAM-Report 2008-10 www.ricam.oeaw.ac.at From the Boundary Element

More information

A Neumann-Dirichlet Preconditioner for FETI-DP 2 Method for Mortar Discretization of a Fourth Order 3 Problems in 2D 4 UNCORRECTED PROOF

A Neumann-Dirichlet Preconditioner for FETI-DP 2 Method for Mortar Discretization of a Fourth Order 3 Problems in 2D 4 UNCORRECTED PROOF 1 A Neumann-Dirichlet Preconditioner for FETI-DP 2 Method for Mortar Discretization of a Fourth Order 3 Problems in 2D 4 Leszek Marcinkowski * 5 Faculty of Mathematics, University of Warsaw, Banacha 2,

More information

On the Use of Inexact Subdomain Solvers for BDDC Algorithms

On the Use of Inexact Subdomain Solvers for BDDC Algorithms On the Use of Inexact Subdomain Solvers for BDDC Algorithms Jing Li a, and Olof B. Widlund b,1 a Department of Mathematical Sciences, Kent State University, Kent, OH, 44242-0001 b Courant Institute of

More information

Shifted Laplace and related preconditioning for the Helmholtz equation

Shifted Laplace and related preconditioning for the Helmholtz equation Shifted Laplace and related preconditioning for the Helmholtz equation Ivan Graham and Euan Spence (Bath, UK) Collaborations with: Paul Childs (Schlumberger Gould Research), Martin Gander (Geneva) Douglas

More information

Two-level Domain decomposition preconditioning for the high-frequency time-harmonic Maxwell equations

Two-level Domain decomposition preconditioning for the high-frequency time-harmonic Maxwell equations Two-level Domain decomposition preconditioning for the high-frequency time-harmonic Maxwell equations Marcella Bonazzoli 2, Victorita Dolean 1,4, Ivan G. Graham 3, Euan A. Spence 3, Pierre-Henri Tournier

More information

A Non-Overlapping Domain Decomposition Method for the Exterior Helmholtz Problem

A Non-Overlapping Domain Decomposition Method for the Exterior Helmholtz Problem Contemporary Mathematics Volume 28, 998 B 0-828-0988--0300-6 A Non-Overlapping Domain Decomposition Method for the Exterior Helmholtz Problem Armel de La Bourdonnaye, Charbel Farhat, Antonini Macedo, Frédéric

More information

The All-floating BETI Method: Numerical Results

The All-floating BETI Method: Numerical Results The All-floating BETI Method: Numerical Results Günther Of Institute of Computational Mathematics, Graz University of Technology, Steyrergasse 30, A-8010 Graz, Austria, of@tugraz.at Summary. The all-floating

More information

One-Shot Domain Decomposition Methods for Shape Optimization Problems 1 Introduction Page 565

One-Shot Domain Decomposition Methods for Shape Optimization Problems 1 Introduction Page 565 1 One-Shot Domain Decomposition Methods for Shape 2 Optimization Problems 3 Rongliang Chen 1 and Xiao-Chuan Cai 2 4 1 College of Mathematics and Econometrics, Hunan University, Changsha, Hunan 410082,

More information

Parallel Scalability of a FETI DP Mortar Method for Problems with Discontinuous Coefficients

Parallel Scalability of a FETI DP Mortar Method for Problems with Discontinuous Coefficients Parallel Scalability of a FETI DP Mortar Method for Problems with Discontinuous Coefficients Nina Dokeva and Wlodek Proskurowski Department of Mathematics, University of Southern California, Los Angeles,

More information

Substructuring for multiscale problems

Substructuring for multiscale problems Substructuring for multiscale problems Clemens Pechstein Johannes Kepler University Linz (A) jointly with Rob Scheichl Marcus Sarkis Clark Dohrmann DD 21, Rennes, June 2012 Outline 1 Introduction 2 Weighted

More information

A Domain Decomposition Based Jacobi-Davidson Algorithm for Quantum Dot Simulation

A Domain Decomposition Based Jacobi-Davidson Algorithm for Quantum Dot Simulation A Domain Decomposition Based Jacobi-Davidson Algorithm for Quantum Dot Simulation Tao Zhao 1, Feng-Nan Hwang 2 and Xiao-Chuan Cai 3 Abstract In this paper, we develop an overlapping domain decomposition

More information

Multispace and Multilevel BDDC. Jan Mandel University of Colorado at Denver and Health Sciences Center

Multispace and Multilevel BDDC. Jan Mandel University of Colorado at Denver and Health Sciences Center Multispace and Multilevel BDDC Jan Mandel University of Colorado at Denver and Health Sciences Center Based on joint work with Bedřich Sousedík, UCDHSC and Czech Technical University, and Clark R. Dohrmann,

More information

Newton-Krylov-Schwarz Method for a Spherical Shallow Water Model

Newton-Krylov-Schwarz Method for a Spherical Shallow Water Model Newton-Krylov-Schwarz Method for a Spherical Shallow Water Model Chao Yang 1 and Xiao-Chuan Cai 2 1 Institute of Software, Chinese Academy of Sciences, Beijing 100190, P. R. China, yang@mail.rdcps.ac.cn

More information

CONVERGENCE ANALYSIS OF A BALANCING DOMAIN DECOMPOSITION METHOD FOR SOLVING A CLASS OF INDEFINITE LINEAR SYSTEMS

CONVERGENCE ANALYSIS OF A BALANCING DOMAIN DECOMPOSITION METHOD FOR SOLVING A CLASS OF INDEFINITE LINEAR SYSTEMS CONVERGENCE ANALYSIS OF A BALANCING DOMAIN DECOMPOSITION METHOD FOR SOLVING A CLASS OF INDEFINITE LINEAR SYSTEMS JING LI AND XUEMIN TU Abstract A variant of balancing domain decomposition method by constraints

More information

ON THE CONVERGENCE OF A DUAL-PRIMAL SUBSTRUCTURING METHOD. January 2000

ON THE CONVERGENCE OF A DUAL-PRIMAL SUBSTRUCTURING METHOD. January 2000 ON THE CONVERGENCE OF A DUAL-PRIMAL SUBSTRUCTURING METHOD JAN MANDEL AND RADEK TEZAUR January 2000 Abstract In the Dual-Primal FETI method, introduced by Farhat et al [5], the domain is decomposed into

More information

Extending the theory for domain decomposition algorithms to less regular subdomains

Extending the theory for domain decomposition algorithms to less regular subdomains Extending the theory for domain decomposition algorithms to less regular subdomains Olof Widlund Courant Institute of Mathematical Sciences New York University http://www.cs.nyu.edu/cs/faculty/widlund/

More information

Additive Average Schwarz Method for a Crouzeix-Raviart Finite Volume Element Discretization of Elliptic Problems

Additive Average Schwarz Method for a Crouzeix-Raviart Finite Volume Element Discretization of Elliptic Problems Additive Average Schwarz Method for a Crouzeix-Raviart Finite Volume Element Discretization of Elliptic Problems Atle Loneland 1, Leszek Marcinkowski 2, and Talal Rahman 3 1 Introduction In this paper

More information

arxiv: v1 [math.na] 11 Jul 2011

arxiv: v1 [math.na] 11 Jul 2011 Multigrid Preconditioner for Nonconforming Discretization of Elliptic Problems with Jump Coefficients arxiv:07.260v [math.na] Jul 20 Blanca Ayuso De Dios, Michael Holst 2, Yunrong Zhu 2, and Ludmil Zikatanov

More information

Space-Time Nonconforming Optimized Schwarz Waveform Relaxation for Heterogeneous Problems and General Geometries

Space-Time Nonconforming Optimized Schwarz Waveform Relaxation for Heterogeneous Problems and General Geometries Space-Time Nonconforming Optimized Schwarz Waveform Relaxation for Heterogeneous Problems and General Geometries Laurence Halpern, Caroline Japhet, and Jérémie Szeftel 3 LAGA, Université Paris XIII, Villetaneuse

More information

Adaptive Coarse Space Selection in BDDC and FETI-DP Iterative Substructuring Methods: Towards Fast and Robust Solvers

Adaptive Coarse Space Selection in BDDC and FETI-DP Iterative Substructuring Methods: Towards Fast and Robust Solvers Adaptive Coarse Space Selection in BDDC and FETI-DP Iterative Substructuring Methods: Towards Fast and Robust Solvers Jan Mandel University of Colorado at Denver Bedřich Sousedík Czech Technical University

More information

From the invention of the Schwarz method to the Best Current Methods for Oscillatory Problems: Part 2

From the invention of the Schwarz method to the Best Current Methods for Oscillatory Problems: Part 2 and From the invention of the Schwarz method to the Best Current Methods for Oscillatory Problems: Part 2 martin.gander@unige.ch University of Geneva Woudschoten, October 2014 Are There Two Equations?

More information

A Quasi-Optimal Non-Overlapping Domain Decomposition Algorithm for the Helmholtz Equation

A Quasi-Optimal Non-Overlapping Domain Decomposition Algorithm for the Helmholtz Equation A Quasi-Optimal Non-Overlapping Domain Decomposition Algorithm for the Helmholtz Equation Y. Boubendir, X. Antoine, C. Geuzaine June 28, 2011 Abstract This paper presents a new non-overlapping domain decomposition

More information

Open-source finite element solver for domain decomposition problems

Open-source finite element solver for domain decomposition problems 1/29 Open-source finite element solver for domain decomposition problems C. Geuzaine 1, X. Antoine 2,3, D. Colignon 1, M. El Bouajaji 3,2 and B. Thierry 4 1 - University of Liège, Belgium 2 - University

More information

An Iterative Substructuring Method for Mortar Nonconforming Discretization of a Fourth-Order Elliptic Problem in two dimensions

An Iterative Substructuring Method for Mortar Nonconforming Discretization of a Fourth-Order Elliptic Problem in two dimensions An Iterative Substructuring Method for Mortar Nonconforming Discretization of a Fourth-Order Elliptic Problem in two dimensions Leszek Marcinkowski Department of Mathematics, Warsaw University, Banacha

More information

A Quasi-Optimal Non-Overlapping Domain Decomposition Algorithm for the Helmholtz Equation

A Quasi-Optimal Non-Overlapping Domain Decomposition Algorithm for the Helmholtz Equation A Quasi-Optimal Non-Overlapping Domain Decomposition Algorithm for the Helmholtz Equation Y. Boubendir, X. Antoine, C. Geuzaine May 8, 2012 Abstract This paper presents a new non-overlapping domain decomposition

More information

Construction of a New Domain Decomposition Method for the Stokes Equations

Construction of a New Domain Decomposition Method for the Stokes Equations Construction of a New Domain Decomposition Method for the Stokes Equations Frédéric Nataf 1 and Gerd Rapin 2 1 CMAP, CNRS; UMR7641, Ecole Polytechnique, 91128 Palaiseau Cedex, France 2 Math. Dep., NAM,

More information

A Fast Iterative Solver for Scattering by Elastic Objects in Layered Media

A Fast Iterative Solver for Scattering by Elastic Objects in Layered Media A Fast Iterative Solver for Scattering by Elastic Objects in Layered Media K. Ito and J. Toivanen Center for Research in Scientific Computation, North Carolina State University, Raleigh, North Carolina

More information

ETNA Kent State University

ETNA Kent State University Electronic Transactions on Numerical Analysis. Volume 11, pp. 1-24, 2000. Copyright 2000,. ISSN 1068-9613. ETNA NEUMANN NEUMANN METHODS FOR VECTOR FIELD PROBLEMS ANDREA TOSELLI Abstract. In this paper,

More information

Efficient domain decomposition methods for the time-harmonic Maxwell equations

Efficient domain decomposition methods for the time-harmonic Maxwell equations Efficient domain decomposition methods for the time-harmonic Maxwell equations Marcella Bonazzoli 1, Victorita Dolean 2, Ivan G. Graham 3, Euan A. Spence 3, Pierre-Henri Tournier 4 1 Inria Saclay (Defi

More information

1. How do error estimators for the Galerkin FEM depend on &, ft? 2. Can the classical Galerkin approach be improved towards a linear rule?

1. How do error estimators for the Galerkin FEM depend on &, ft? 2. Can the classical Galerkin approach be improved towards a linear rule? Reliability of finite element methods for the numerical computation of waves F. Ihlenburg*, I. Babuska*, S. Sauted "Institute for Physical Science and Technology, University of Maryland at College Park,

More information

Multilevel and Adaptive Iterative Substructuring Methods. Jan Mandel University of Colorado Denver

Multilevel and Adaptive Iterative Substructuring Methods. Jan Mandel University of Colorado Denver Multilevel and Adaptive Iterative Substructuring Methods Jan Mandel University of Colorado Denver The multilevel BDDC method is joint work with Bedřich Sousedík, Czech Technical University, and Clark Dohrmann,

More information

DG discretization of optimized Schwarz methods for Maxwell s equations

DG discretization of optimized Schwarz methods for Maxwell s equations DG discretization of optimized Schwarz methods for Maxwell s equations Mohamed El Bouajaji, Victorita Dolean,3, Martin J. Gander 3, Stéphane Lanteri, and Ronan Perrussel 4 Introduction In the last decades,

More information

ASM-BDDC Preconditioners with variable polynomial degree for CG- and DG-SEM

ASM-BDDC Preconditioners with variable polynomial degree for CG- and DG-SEM ASM-BDDC Preconditioners with variable polynomial degree for CG- and DG-SEM C. Canuto 1, L. F. Pavarino 2, and A. B. Pieri 3 1 Introduction Discontinuous Galerkin (DG) methods for partial differential

More information

arxiv: v1 [math.na] 28 Feb 2008

arxiv: v1 [math.na] 28 Feb 2008 BDDC by a frontal solver and the stress computation in a hip joint replacement arxiv:0802.4295v1 [math.na] 28 Feb 2008 Jakub Šístek a, Jaroslav Novotný b, Jan Mandel c, Marta Čertíková a, Pavel Burda a

More information

New constructions of domain decomposition methods for systems of PDEs

New constructions of domain decomposition methods for systems of PDEs New constructions of domain decomposition methods for systems of PDEs Nouvelles constructions de méthodes de décomposition de domaine pour des systèmes d équations aux dérivées partielles V. Dolean?? F.

More information

Convergence analysis of a balancing domain decomposition method for solving a class of indefinite linear systems

Convergence analysis of a balancing domain decomposition method for solving a class of indefinite linear systems NUMERICAL LINEAR ALGEBRA WITH APPLICATIONS Numer. Linear Algebra Appl. 2000; 00:1 6 [Version: 2002/09/18 v1.02] Convergence analysis of a balancing domain decomposition method for solving a class of indefinite

More information

A PRECONDITIONER FOR THE HELMHOLTZ EQUATION WITH PERFECTLY MATCHED LAYER

A PRECONDITIONER FOR THE HELMHOLTZ EQUATION WITH PERFECTLY MATCHED LAYER European Conference on Computational Fluid Dynamics ECCOMAS CFD 2006 P. Wesseling, E. Oñate and J. Périaux (Eds) c TU Delft, The Netherlands, 2006 A PRECONDITIONER FOR THE HELMHOLTZ EQUATION WITH PERFECTLY

More information

Generating Equidistributed Meshes in 2D via Domain Decomposition

Generating Equidistributed Meshes in 2D via Domain Decomposition Generating Equidistributed Meshes in 2D via Domain Decomposition Ronald D. Haynes and Alexander J. M. Howse 2 Introduction There are many occasions when the use of a uniform spatial grid would be prohibitively

More information

Some Geometric and Algebraic Aspects of Domain Decomposition Methods

Some Geometric and Algebraic Aspects of Domain Decomposition Methods Some Geometric and Algebraic Aspects of Domain Decomposition Methods D.S.Butyugin 1, Y.L.Gurieva 1, V.P.Ilin 1,2, and D.V.Perevozkin 1 Abstract Some geometric and algebraic aspects of various domain decomposition

More information

Some Domain Decomposition Methods for Discontinuous Coefficients

Some Domain Decomposition Methods for Discontinuous Coefficients Some Domain Decomposition Methods for Discontinuous Coefficients Marcus Sarkis WPI RICAM-Linz, October 31, 2011 Marcus Sarkis (WPI) Domain Decomposition Methods RICAM-2011 1 / 38 Outline Discretizations

More information

Domain Decomposition solvers (FETI)

Domain Decomposition solvers (FETI) Domain Decomposition solvers (FETI) a random walk in history and some current trends Daniel J. Rixen Technische Universität München Institute of Applied Mechanics www.amm.mw.tum.de rixen@tum.de 8-10 October

More information

Finite Element Analysis of Acoustic Scattering

Finite Element Analysis of Acoustic Scattering Frank Ihlenburg Finite Element Analysis of Acoustic Scattering With 88 Illustrations Springer Contents Preface vii 1 The Governing Equations of Time-Harmonic Wave Propagation, 1 1.1 Acoustic Waves 1 1.1.1

More information

Fakultät für Mathematik und Informatik

Fakultät für Mathematik und Informatik Fakultät für Mathematik und Informatik Preprint 2015-17 Axel Klawonn, Martin Lanser and Oliver Rheinbach A Highly Scalable Implementation of Inexact Nonlinear FETI-DP without Sparse Direct Solvers ISSN

More information

33 RASHO: A Restricted Additive Schwarz Preconditioner with Harmonic Overlap

33 RASHO: A Restricted Additive Schwarz Preconditioner with Harmonic Overlap Thirteenth International Conference on Domain Decomposition ethods Editors: N. Debit,.Garbey, R. Hoppe, J. Périaux, D. Keyes, Y. Kuznetsov c 001 DD.org 33 RASHO: A Restricted Additive Schwarz Preconditioner

More information

A FETI-DP Method for Mortar Finite Element Discretization of a Fourth Order Problem

A FETI-DP Method for Mortar Finite Element Discretization of a Fourth Order Problem A FETI-DP Method for Mortar Finite Element Discretization of a Fourth Order Problem Leszek Marcinkowski 1 and Nina Dokeva 2 1 Department of Mathematics, Warsaw University, Banacha 2, 02 097 Warszawa, Poland,

More information

Algebraic Coarse Spaces for Overlapping Schwarz Preconditioners

Algebraic Coarse Spaces for Overlapping Schwarz Preconditioners Algebraic Coarse Spaces for Overlapping Schwarz Preconditioners 17 th International Conference on Domain Decomposition Methods St. Wolfgang/Strobl, Austria July 3-7, 2006 Clark R. Dohrmann Sandia National

More information

OPTIMIZED SCHWARZ METHODS

OPTIMIZED SCHWARZ METHODS SIAM J. NUMER. ANAL. Vol. 44, No., pp. 699 31 c 006 Society for Industrial and Applied Mathematics OPTIMIZED SCHWARZ METHODS MARTIN J. GANDER Abstract. Optimized Schwarz methods are a new class of Schwarz

More information

A FETI-DP method for the parallel iterative solution of indefinite and complex-valued solid and shell vibration problems

A FETI-DP method for the parallel iterative solution of indefinite and complex-valued solid and shell vibration problems INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/nme.1282 A FETI-DP method for the parallel iterative solution

More information

INSTITUTE OF MATHEMATICS THE CZECH ACADEMY OF SCIENCES. A virtual overlapping Schwarz method for scalar elliptic problems in two dimensions

INSTITUTE OF MATHEMATICS THE CZECH ACADEMY OF SCIENCES. A virtual overlapping Schwarz method for scalar elliptic problems in two dimensions INSTITUTE OF MATHEMATICS THE CZECH ACADEMY OF SCIENCES A virtual overlapping Schwarz method for scalar elliptic problems in two dimensions Juan Gabriel Calvo Preprint No. 25-2017 PRAHA 2017 A VIRTUAL

More information

Uncertainty analysis of large-scale systems using domain decomposition

Uncertainty analysis of large-scale systems using domain decomposition Center for Turbulence Research Annual Research Briefs 2007 143 Uncertainty analysis of large-scale systems using domain decomposition By D. Ghosh, C. Farhat AND P. Avery 1. Motivation and objectives A

More information

TR THREE-LEVEL BDDC IN THREE DIMENSIONS

TR THREE-LEVEL BDDC IN THREE DIMENSIONS R2005-862 REE-LEVEL BDDC IN REE DIMENSIONS XUEMIN U Abstract BDDC methods are nonoverlapping iterative substructuring domain decomposition methods for the solution of large sparse linear algebraic systems

More information

Comparison of a One and Two Parameter Family of Transmission Conditions for Maxwell s Equations with Damping

Comparison of a One and Two Parameter Family of Transmission Conditions for Maxwell s Equations with Damping Comparison of a One and Two Parameter Family of Transmission Conditions for Maxwell s Equations with Damping M. El Bouajaji 1, V. Dolean 2, M. J. Gander 3 and S. Lanteri 1 1 Introduction Transmission conditions

More information

Selecting Constraints in Dual-Primal FETI Methods for Elasticity in Three Dimensions

Selecting Constraints in Dual-Primal FETI Methods for Elasticity in Three Dimensions Selecting Constraints in Dual-Primal FETI Methods for Elasticity in Three Dimensions Axel Klawonn 1 and Olof B. Widlund 2 1 Universität Duisburg-Essen, Campus Essen, Fachbereich Mathematik, (http://www.uni-essen.de/ingmath/axel.klawonn/)

More information

An Iterative Substructuring Method for Coupled Fluid-Solid Acoustic Problems 1

An Iterative Substructuring Method for Coupled Fluid-Solid Acoustic Problems 1 An Iterative Substructuring Method or Coupled Fluid-Solid Acoustic Problems 1 Jan Mandel Department o Mathematics and Center or Computational Mathematics, University o Colorado at Denver, Denver, CO 8217-3364,

More information

ETNA Kent State University

ETNA Kent State University Electronic Transactions on Numerical Analysis. Volume 31, pp. 384-402, 2008. Copyright 2008,. ISSN 1068-9613. ETNA ON THE EQUIVALENCE OF PRIMAL AND DUAL SUBSTRUCTURING PRECONDITIONERS BEDŘICH SOUSEDÍK

More information

18. Balancing Neumann-Neumann for (In)Compressible Linear Elasticity and (Generalized) Stokes Parallel Implementation

18. Balancing Neumann-Neumann for (In)Compressible Linear Elasticity and (Generalized) Stokes Parallel Implementation Fourteenth nternational Conference on Domain Decomposition Methods Editors: smael Herrera, David E Keyes, Olof B Widlund, Robert Yates c 23 DDMorg 18 Balancing Neumann-Neumann for (n)compressible Linear

More information

INTERGRID OPERATORS FOR THE CELL CENTERED FINITE DIFFERENCE MULTIGRID ALGORITHM ON RECTANGULAR GRIDS. 1. Introduction

INTERGRID OPERATORS FOR THE CELL CENTERED FINITE DIFFERENCE MULTIGRID ALGORITHM ON RECTANGULAR GRIDS. 1. Introduction Trends in Mathematics Information Center for Mathematical Sciences Volume 9 Number 2 December 2006 Pages 0 INTERGRID OPERATORS FOR THE CELL CENTERED FINITE DIFFERENCE MULTIGRID ALGORITHM ON RECTANGULAR

More information

2 CAI, KEYES AND MARCINKOWSKI proportional to the relative nonlinearity of the function; i.e., as the relative nonlinearity increases the domain of co

2 CAI, KEYES AND MARCINKOWSKI proportional to the relative nonlinearity of the function; i.e., as the relative nonlinearity increases the domain of co INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN FLUIDS Int. J. Numer. Meth. Fluids 2002; 00:1 6 [Version: 2000/07/27 v1.0] Nonlinear Additive Schwarz Preconditioners and Application in Computational Fluid

More information

Electronic Transactions on Numerical Analysis Volume 49, 2018

Electronic Transactions on Numerical Analysis Volume 49, 2018 Electronic Transactions on Numerical Analysis Volume 49, 2018 Contents 1 Adaptive FETI-DP and BDDC methods with a generalized transformation of basis for heterogeneous problems. Axel Klawonn, Martin Kühn,

More information

A Nonoverlapping Subdomain Algorithm with Lagrange Multipliers and its Object Oriented Implementation for Interface Problems

A Nonoverlapping Subdomain Algorithm with Lagrange Multipliers and its Object Oriented Implementation for Interface Problems Contemporary Mathematics Volume 8, 998 B 0-88-0988--03030- A Nonoverlapping Subdomain Algorithm with Lagrange Multipliers and its Object Oriented Implementation for Interface Problems Daoqi Yang. Introduction

More information

FETI Methods for the Simulation of Biological Tissues

FETI Methods for the Simulation of Biological Tissues SpezialForschungsBereich F 32 Karl Franzens Universita t Graz Technische Universita t Graz Medizinische Universita t Graz FETI Methods for the Simulation of Biological Tissues Ch. Augustin O. Steinbach

More information

Deflated Krylov Iterations in Domain Decomposition Methods

Deflated Krylov Iterations in Domain Decomposition Methods 305 Deflated Krylov Iterations in Domain Decomposition Methods Y.L.Gurieva 1, V.P.Ilin 1,2, and D.V.Perevozkin 1 1 Introduction The goal of this research is an investigation of some advanced versions of

More information

Méthodes de raffinement espace-temps

Méthodes de raffinement espace-temps Méthodes de raffinement espace-temps Caroline Japhet Université Paris 13 & University of Maryland Laurence Halpern Université Paris 13 Jérémie Szeftel Ecole Normale Supérieure, Paris Pascal Omnes CEA,

More information

arxiv: v1 [math.na] 16 Dec 2015

arxiv: v1 [math.na] 16 Dec 2015 ANALYSIS OF A NEW HARMONICALLY ENRICHED MULTISCALE COARSE SPACE FOR DOMAIN DECOMPOSITION METHODS MARTIN J. GANDER, ATLE LONELAND, AND TALAL RAHMAN arxiv:52.05285v [math.na] 6 Dec 205 Abstract. We propose

More information

Domain Decomposition Preconditioners for Spectral Nédélec Elements in Two and Three Dimensions

Domain Decomposition Preconditioners for Spectral Nédélec Elements in Two and Three Dimensions Domain Decomposition Preconditioners for Spectral Nédélec Elements in Two and Three Dimensions Bernhard Hientzsch Courant Institute of Mathematical Sciences, New York University, 51 Mercer Street, New

More information

Multilevel Preconditioning of Graph-Laplacians: Polynomial Approximation of the Pivot Blocks Inverses

Multilevel Preconditioning of Graph-Laplacians: Polynomial Approximation of the Pivot Blocks Inverses Multilevel Preconditioning of Graph-Laplacians: Polynomial Approximation of the Pivot Blocks Inverses P. Boyanova 1, I. Georgiev 34, S. Margenov, L. Zikatanov 5 1 Uppsala University, Box 337, 751 05 Uppsala,

More information

Capacitance Matrix Method

Capacitance Matrix Method Capacitance Matrix Method Marcus Sarkis New England Numerical Analysis Day at WPI, 2019 Thanks to Maksymilian Dryja, University of Warsaw 1 Outline 1 Timeline 2 Capacitance Matrix Method-CMM 3 Applications

More information

Numerical solution to the Complex 2D Helmholtz Equation based on Finite Volume Method with Impedance Boundary Conditions

Numerical solution to the Complex 2D Helmholtz Equation based on Finite Volume Method with Impedance Boundary Conditions Open Phys. 016; 14:436 443 Research Article Open Access Angela Handlovičová and Izabela Riečanová* Numerical solution to the Complex D Helmholtz Equation based on Finite Volume Method with Impedance Boundary

More information

PARTITION OF UNITY FOR THE STOKES PROBLEM ON NONMATCHING GRIDS

PARTITION OF UNITY FOR THE STOKES PROBLEM ON NONMATCHING GRIDS PARTITION OF UNITY FOR THE STOES PROBLEM ON NONMATCHING GRIDS CONSTANTIN BACUTA AND JINCHAO XU Abstract. We consider the Stokes Problem on a plane polygonal domain Ω R 2. We propose a finite element method

More information