Efficient domain decomposition methods for the time-harmonic Maxwell equations

Size: px
Start display at page:

Download "Efficient domain decomposition methods for the time-harmonic Maxwell equations"

Transcription

1 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 team), CMAP, Palaiseau, France 2 Université Côte d Azur, LJAD, Nice, France 3 University of Bath, UK 4 Sorbonne Université, LJLL, Paris, France Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

2 Outline 1 Time-harmonic wave propagation 2 One-level domain decomposition preconditioners 3 Two-level domain decomposition preconditioners Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

3 Outline 1 Time-harmonic wave propagation 2 One-level domain decomposition preconditioners 3 Two-level domain decomposition preconditioners Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

4 Research topics Wave propagation problems numerical analysis precise and fast simulation implementation on parallel machines [ up to 8000 cores ] medical imaging application (inverse problem) Time-harmonic formulation (Helmholtz - Maxwell) at high frequency Difficulties : non symmetric positive definite matrices very huge matrices in 3D (sparse) : iterative solvers are not robust Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

5 Application: brain imaging for stroke diagnosis (MEDIMAX ANR project) Medical imaging prototype (EMTensor GmbH, Wien): Stroke detection: electric permittivity of brain tissues? inverse problem [IEEE AP 2017], [PAR COMP accepted] Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

6 Research topics Motivation: brain stroke detection time-harmonic Maxwell equations Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

7 Research topics Motivation: brain stroke detection time-harmonic Maxwell equations precise discretization Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

8 Research topics Motivation: brain stroke detection time-harmonic Maxwell equations precise discretization + fast solver Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

9 Research topics Motivation: brain stroke detection time-harmonic Maxwell equations Strategy = precise discretization high order edge finite elements + fast solver Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

10 Research topics Motivation: brain stroke detection time-harmonic Maxwell equations Strategy = precise discretization high order edge finite elements + + fast solver domain decomposition preconditioners Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

11 Time-harmonic Maxwell equations Electric field E(x, t) = Re(E(x)e +iωt ) ( E) γ 2 E = 0, γ := ω µε σ, ε σ := ε i σ ω ω angular frequency µ magnetic permeability, ε(x) electric permittivity, σ(x) electrical conductivity of the medium if σ = 0, γ = ω = ω µε the wavenumber. a(e, v) = Ω ( E v ω 2 µ ε i σ ) E v + B.C. Ω ω E, v H(curl, Ω) = {v L 2 (Ω) 3, v L 2 (Ω) 3 } if σ = 0, a is not positive definite if σ 0, a is not Hermitian Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

12 Outline 1 Time-harmonic wave propagation 2 One-level domain decomposition preconditioners 3 Two-level domain decomposition preconditioners Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

13 Domain decomposition preconditioning Au = b linear systems solvers: robustness memory cost direct (LU, MUMPS...) iterative (CG, GMRES...) preconditioner necessary for iterative solvers M 1 A u = M 1 b choice: Domain Decomposition (DD) preconditioner Domain Ω decomposed into N sub overlapping subdomains Ω i subproblems can be solved with direct solvers concurrently, in parallel Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

14 One-level domain decomposition preconditioners Decomposition of Ω into N sub overlapping subdomains Ω i decomposition of the set of unknowns N into N sub subsets N i Optimized Restricted Additive Schwarz preconditioner (ORAS) M 1 = M 1 Nsub 1,ORAS = Ri T i=1 D i A i 1 R i R i restriction matrix from N to N i A i matrix of the local subproblem on Ω i with impedance conditions as transmission conditions between subdomains: ( E) n + i ω n (E n) D i partition of unity matrix for N i ( N sub i=1 RT i D i R i = I ) extension matrix from N i to N R T i Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

15 Numerical results Reference solution with 114 million (complex-valued) unknowns cores on Curie supercomputer (TGCC-CEA) FreeFem++, HPDDM 1 Degree 1 Degree 2 2.4M 1.5M 8.5M relative error 21M M 43M 74M 13M 27M 46M time to solution (s) GMRES tol. = right-hand sides degree 1: 21 M unks, 130 s degree 2: 5 M unks, 62 s [INT J NUM MOD EL 2018] Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

16 Outline 1 Time-harmonic wave propagation 2 One-level domain decomposition preconditioners 3 Two-level domain decomposition preconditioners Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

17 Two-level domain decomposition preconditioners Goal Independence of the number of iterations of GMRES from the wavenumber ω = ω µε (mesh size h 2π/(g ω) or h ω 3/2 problem size grows with ω) two-level domain decomposition preconditioners: combine a coarse correction with the one-level preconditioner. Two ingredients: rectangular matrix Z (coarse space) reduced size problem E = Z T AZ: the coarse problem algebraic formula to combine (e.g. additive or hybrid) Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

18 Two-level domain decomposition preconditioners General form of 2-level preconditioners M 1 2 = QM 1 1 P + H, H = ZE 1 Z T M 1 1 the 1-level preconditioner Z a rectangular matrix with full column rank (coarse space) E = Z T AZ coarse problem matrix H = ZE 1 Z T coarse correction matrix if P = Q = I : additive if P = I AH, Q = I HA: hybrid or Balancing Neumann Neumann if P = I AH, Q = I : Adapted Deflation Variant 1 (A-DEF1) Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

19 Two-level domain decomposition preconditioners General form of 2-level preconditioners M 1 2 = QM 1 1 P + H, H = ZE 1 Z T M 1 1 the 1-level preconditioner Z a rectangular matrix with full column rank (coarse space) E = Z T AZ coarse problem matrix H = ZE 1 Z T coarse correction matrix if P = Q = I : additive if P = I AH, Q = I HA: hybrid or Balancing Neumann Neumann if P = I AH, Q = I : Adapted Deflation Variant 1 (A-DEF1) Here definition of Z based on a coarser mesh of diameter H cs : the interpolation matrix from V Hcs to V h Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

20 Two-level domain decomposition preconditioners Sign-indefinite time-harmonic Maxwell problem { ( E) ω 2 E = F in Ω E n = 0 on Γ = Ω (PEC BC) Convergence analysis for the dissipative case (σ > 0): Problem with absorption { ( E) ( ω 2 + iξ)e = F in Ω E n = 0 on Γ = Ω (PEC BC) Based on the coercivity of the sesquilinear form a ξ with absorption ξ R \ 0 a ξ (E, v) = E v ( ω 2 + iξ)e v A ξ Ω Ω Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

21 Two-level domain decomposition preconditioners Theory for the 2-level Additive Schwarz preconditioner: Nsub M 1 ξ,as = Ri T (A i ξ ) 1 R i, A i ξ = R ia ξ Ri T, R 0 = Z T i=0 Main theorems: upper bound on the norm of M 1 ξ,as A ξ lower bound on the field of values of M 1 ξ,as A ξ V,M 1 ξ,as A ξv V 2 apply Elman-type estimates for the convergence of GMRES [Bonazzoli, Dolean, Graham, Spence, Tournier. Domain decomposition preconditioning for the high-frequency time-harmonic Maxwell equations with absorption. Submitted <arxiv: >] Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

22 Two-level domain decomposition preconditioners Explicit convergence rates in the parameters: wavenumber ω absorption ξ overlap size δ subdomain diameter H sub coarse-grid diameter H cs Particular cases When ξ ω 2 (maximal absorption) and δ H cs (generous overlap) and H sub H cs ω 1 or δ h (minimal overlap) and h H sub H cs ω 1 then our thery implies convergence of GMRES independent of ω. Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

23 Numerical experiments GMRES with right preconditioning (tolerance 10 6 ) random initial guess all frequencies are present in the error precondition A ξprob by the preconditioner M 1 ξ prec 0 ξ prob ξ prec local problems in each subdomain and coarse space problem solved with a direct solver (MUMPS) FreeFem++ parallelized code (one subdomain one core) Curie (TGCC-CEA) and OCCIGEN (CINES) French supercomputers Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

24 Numerical experiments Setting covered by the theory: PEC BC on Ω, ξ prob = ξ prec 0, AS preconditioner Ω unit cube, h ω 3/2, degree 1 edge elements First optimal particular case: ξ prob = ξ prec = ω 2, δ H sub, H sub H cs ω 1 ω n N sub n cs #AS (57) (63) (67) n: size of the fine grid problem N sub : number of subdomains n cs : size of the coarse grid problem # : number of iterations 2-level (1-level) Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

25 Numerical experiments Setting covered by the theory: PEC BC on Ω, ξ prob = ξ prec 0, AS preconditioner Ω unit cube, h = 1/(20f ) (where f = 2π ω), degree 2 edge elements Second optimal particular case: ξ prob = ξ prec = ω 2, δ h, H sub = 1/(2f ), H cs = 1/(2f ) f ω n n cs N sub #AS (72) (101) (129) (157) (183) (>200) (>200) # : number of iterations 2-level (1-level) Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

26 Numerical experiments Setting NOT covered by the theory: impedance BC on Ω, ξ prob = 0 Ω unit cube, h ω 3/2, degree 1 edge elements ξ prob = 0, ξ prec = ω, impedance BC on Ω H sub ω 0.6, H cs ω 0.9 (non nested meshes), δ h ω n N sub #2-lev n cs Time #1-lev Time (1.6) (2.6) (4.0) (8.9) (9.1) (25.6) (29.5) (88.1) (128.4) (443.1) 2-level: HORAS, 1-level: ORAS, Total Time (GMRES Time) in seconds Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

27 Numerical experiments Setting NOT covered by the theory: impedance BC on Ω, ξ prob = 0 Ω unit cube, degree 2 edge elements h 2π/(20 ω), H cs 2π/(2 ω), δ 2h ξ prob = 0, ξ prec = ω, impedance BC on Ω irregular partitioning (METIS) ω n N sub #2-lev n cs Time #1-lev Time (7.5) (14.8) (18.9) (72.1) (39.8) (174.5) (77.6) > (305.2) 2-level: HORAS, 1-level: ORAS, Total Time (GMRES Time) in seconds Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

28 Numerical experiments Microwave imaging prototype n , n cs subdomains Homogeneous (dissipative) liquid Head model (tissues are dissipative) Non-dissipative cylinder #2-level Time #1-level Time homogeneous liquid (8.6) (6.4) head model (9.2) (6.9) non-dissipative cylinder (9.4) (38.2) 2-level: HORAS, 1-level: ORAS, Total Time (GMRES Time) in seconds Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

29 Conclusion and outlook With high order FEs attain a given accuracy with much fewer unknowns and much less computing time than the degree 1 approximation. Parallel implementation of the domain decomposition preconditioner essential to be able to solve the large scale linear systems arising from the microwave imaging application. Two-level domain decomposition preconditioners improve the dependence of the iteration counts on the wavenumber; robust with respect to heterogeneous and non-dissipative materials. Cast Helmholtz and Maxwell convergence analysis in a common abstract framework. Design a new coarse space for Maxwell (cfr "DtN CS" for Helmholtz). Marcella Bonazzoli (Inria, CMAP) Domain Decomposition for Maxwell 03/10/ / 24

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 two-level domain-decomposition preconditioner for the time-harmonic Maxwell s equations

A two-level domain-decomposition preconditioner for the time-harmonic Maxwell s equations A two-level domain-decomposition preconditioner for the time-harmonic Maxwell s equations Marcella Bonazzoli, Victorita Dolean, Ivan Graham, Euan Spence, Pierre-Henri Tournier To cite this version: Marcella

More information

Adding a new finite element to FreeFem++:

Adding a new finite element to FreeFem++: Adding a new finite element to FreeFem++: the example of edge elements Marcella Bonazzoli 1 2, Victorita Dolean 1,3, Frédéric Hecht 2, Francesca Rapetti 1, Pierre-Henri Tournier 2 1 LJAD, University of

More information

arxiv: v2 [physics.comp-ph] 3 Jun 2016

arxiv: v2 [physics.comp-ph] 3 Jun 2016 INTERNATIONAL JOURNAL OF NUMERICAL MODELLING: ELECTRONIC NETWORKS, DEVICES AND FIELDS Int. J. Numer. Model. 2016; 00:1 10 Published online in Wiley InterScience (www.interscience.wiley.com). Parallel preconditioners

More information

Toward black-box adaptive domain decomposition methods

Toward black-box adaptive domain decomposition methods Toward black-box adaptive domain decomposition methods Frédéric Nataf Laboratory J.L. Lions (LJLL), CNRS, Alpines Inria and Univ. Paris VI joint work with Victorita Dolean (Univ. Nice Sophia-Antipolis)

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

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

Some examples in domain decomposition

Some examples in domain decomposition Some examples in domain decomposition Frédéric Nataf nataf@ann.jussieu.fr, www.ann.jussieu.fr/ nataf Laboratoire J.L. Lions, CNRS UMR7598. Université Pierre et Marie Curie, France Joint work with V. Dolean

More information

Scalable Domain Decomposition Preconditioners For Heterogeneous Elliptic Problems

Scalable Domain Decomposition Preconditioners For Heterogeneous Elliptic Problems Scalable Domain Decomposition Preconditioners For Heterogeneous Elliptic Problems Pierre Jolivet, F. Hecht, F. Nataf, C. Prud homme Laboratoire Jacques-Louis Lions Laboratoire Jean Kuntzmann INRIA Rocquencourt

More information

Multilevel spectral coarse space methods in FreeFem++ on parallel architectures

Multilevel spectral coarse space methods in FreeFem++ on parallel architectures Multilevel spectral coarse space methods in FreeFem++ on parallel architectures Pierre Jolivet Laboratoire Jacques-Louis Lions Laboratoire Jean Kuntzmann DD 21, Rennes. June 29, 2012 In collaboration with

More information

Une méthode parallèle hybride à deux niveaux interfacée dans un logiciel d éléments finis

Une méthode parallèle hybride à deux niveaux interfacée dans un logiciel d éléments finis Une méthode parallèle hybride à deux niveaux interfacée dans un logiciel d éléments finis Frédéric Nataf Laboratory J.L. Lions (LJLL), CNRS, Alpines Inria and Univ. Paris VI Victorita Dolean (Univ. Nice

More information

arxiv: v1 [cs.ce] 9 Jul 2016

arxiv: v1 [cs.ce] 9 Jul 2016 Microwave Tomographic Imaging of Cerebrovascular Accidents by Using High-Performance Computing arxiv:1607.02573v1 [cs.ce] 9 Jul 2016 P.-H. Tournier a,b, I. Aliferis c, M. Bonazzoli d, M. de Buhan e, M.

More information

Multi-Domain Approaches for the Solution of High-Frequency Time-Harmonic Propagation Problems

Multi-Domain Approaches for the Solution of High-Frequency Time-Harmonic Propagation Problems Académie universitaire Wallonie Europe Université de Liège Faculté des Sciences Appliquées Collège de doctorat en Électricité, électronique et informatique Multi-Domain Approaches for the Solution of High-Frequency

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

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 High-Performance Parallel Hybrid Method for Large Sparse Linear Systems

A High-Performance Parallel Hybrid Method for Large Sparse Linear Systems Outline A High-Performance Parallel Hybrid Method for Large Sparse Linear Systems Azzam Haidar CERFACS, Toulouse joint work with Luc Giraud (N7-IRIT, France) and Layne Watson (Virginia Polytechnic Institute,

More information

Efficient high order and domain decomposition methods for the time-harmonic Maxwell s equations

Efficient high order and domain decomposition methods for the time-harmonic Maxwell s equations Efficient high order and domain decomposition methods for the time-harmonic Maxwell s equations Marcella Bonazzoli To cite this version: Marcella Bonazzoli. Efficient high order and domain decomposition

More information

From Direct to Iterative Substructuring: some Parallel Experiences in 2 and 3D

From Direct to Iterative Substructuring: some Parallel Experiences in 2 and 3D From Direct to Iterative Substructuring: some Parallel Experiences in 2 and 3D Luc Giraud N7-IRIT, Toulouse MUMPS Day October 24, 2006, ENS-INRIA, Lyon, France Outline 1 General Framework 2 The direct

More information

Recent advances in HPC with FreeFem++

Recent advances in HPC with FreeFem++ Recent advances in HPC with FreeFem++ Pierre Jolivet Laboratoire Jacques-Louis Lions Laboratoire Jean Kuntzmann Fourth workshop on FreeFem++ December 6, 2012 With F. Hecht, F. Nataf, C. Prud homme. Outline

More information

ANR Project DEDALES Algebraic and Geometric Domain Decomposition for Subsurface Flow

ANR Project DEDALES Algebraic and Geometric Domain Decomposition for Subsurface Flow ANR Project DEDALES Algebraic and Geometric Domain Decomposition for Subsurface Flow Michel Kern Inria Paris Rocquencourt Maison de la Simulation C2S@Exa Days, Inria Paris Centre, Novembre 2016 M. Kern

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

Optimal Left and Right Additive Schwarz Preconditioning for Minimal Residual Methods with Euclidean and Energy Norms

Optimal Left and Right Additive Schwarz Preconditioning for Minimal Residual Methods with Euclidean and Energy Norms Optimal Left and Right Additive Schwarz Preconditioning for Minimal Residual Methods with Euclidean and Energy Norms Marcus Sarkis Worcester Polytechnic Inst., Mass. and IMPA, Rio de Janeiro and Daniel

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

Various ways to use a second level preconditioner

Various ways to use a second level preconditioner Various ways to use a second level preconditioner C. Vuik 1, J.M. Tang 1, R. Nabben 2, and Y. Erlangga 3 1 Delft University of Technology Delft Institute of Applied Mathematics 2 Technische Universität

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

Electromagnetic wave propagation. ELEC 041-Modeling and design of electromagnetic systems

Electromagnetic wave propagation. ELEC 041-Modeling and design of electromagnetic systems Electromagnetic wave propagation ELEC 041-Modeling and design of electromagnetic systems EM wave propagation In general, open problems with a computation domain extending (in theory) to infinity not bounded

More information

FEM-FEM and FEM-BEM Coupling within the Dune Computational Software Environment

FEM-FEM and FEM-BEM Coupling within the Dune Computational Software Environment FEM-FEM and FEM-BEM Coupling within the Dune Computational Software Environment Alastair J. Radcliffe Andreas Dedner Timo Betcke Warwick University, Coventry University College of London (UCL) U.K. Radcliffe

More information

Isogeometric modeling of Lorentz detuning in linear particle accelerator cavities

Isogeometric modeling of Lorentz detuning in linear particle accelerator cavities Isogeometric modeling of Lorentz detuning in linear particle accelerator cavities Mauro Bonafini 1,2, Marcella Bonazzoli 3, Elena Gaburro 1,2, Chiara Venturini 1,3, instructor: Carlo de Falco 4 1 Department

More information

HPDDM une bibliothèque haute performance unifiée pour les méthodes de décomposition de domaine

HPDDM une bibliothèque haute performance unifiée pour les méthodes de décomposition de domaine HPDDM une bibliothèque haute performance unifiée pour les méthodes de décomposition de domaine P. Jolivet and Frédéric Nataf Laboratory J.L. Lions, Univ. Paris VI, Equipe Alpines INRIA-LJLL et CNRS joint

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

Multilevel low-rank approximation preconditioners Yousef Saad Department of Computer Science and Engineering University of Minnesota

Multilevel low-rank approximation preconditioners Yousef Saad Department of Computer Science and Engineering University of Minnesota Multilevel low-rank approximation preconditioners Yousef Saad Department of Computer Science and Engineering University of Minnesota SIAM CSE Boston - March 1, 2013 First: Joint work with Ruipeng Li Work

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

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

Hybrid iterative-direct domain decomposition based solvers for the time-harmonic Maxwell equations

Hybrid iterative-direct domain decomposition based solvers for the time-harmonic Maxwell equations Hybrid iterative-direct domain decomposition based solvers for the time-harmonic Maxwell equations 1st workshop of the joint INRIA-UIUC laboratory for Petascale Computing Victorita Dolean 1, Mohamed El

More information

CONVERGENCE BOUNDS FOR PRECONDITIONED GMRES USING ELEMENT-BY-ELEMENT ESTIMATES OF THE FIELD OF VALUES

CONVERGENCE BOUNDS FOR PRECONDITIONED GMRES USING ELEMENT-BY-ELEMENT ESTIMATES OF THE FIELD OF VALUES 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 CONVERGENCE BOUNDS FOR PRECONDITIONED GMRES USING ELEMENT-BY-ELEMENT

More information

Numerical Modeling and High Speed Parallel Computing: New Perspectives for Tomographic Microwave Imaging for Brain Stroke Detection and Monitoring

Numerical Modeling and High Speed Parallel Computing: New Perspectives for Tomographic Microwave Imaging for Brain Stroke Detection and Monitoring umerical Modeling and High Speed Parallel Computing: ew Perspectives for Tomographic Microwave Imaging for Brain Stroke Detection and Monitoring Pierre-Henri Tournier, Marcella Bonazzoli, Victorita Dolean,

More information

Schwarz Preconditioner for the Stochastic Finite Element Method

Schwarz Preconditioner for the Stochastic Finite Element Method Schwarz Preconditioner for the Stochastic Finite Element Method Waad Subber 1 and Sébastien Loisel 2 Preprint submitted to DD22 conference 1 Introduction The intrusive polynomial chaos approach for uncertainty

More information

Solving Ax = b, an overview. Program

Solving Ax = b, an overview. Program Numerical Linear Algebra Improving iterative solvers: preconditioning, deflation, numerical software and parallelisation Gerard Sleijpen and Martin van Gijzen November 29, 27 Solving Ax = b, an overview

More information

Incomplete Cholesky preconditioners that exploit the low-rank property

Incomplete Cholesky preconditioners that exploit the low-rank property anapov@ulb.ac.be ; http://homepages.ulb.ac.be/ anapov/ 1 / 35 Incomplete Cholesky preconditioners that exploit the low-rank property (theory and practice) Artem Napov Service de Métrologie Nucléaire, Université

More information

Master Thesis Literature Study Presentation

Master Thesis Literature Study Presentation Master Thesis Literature Study Presentation Delft University of Technology The Faculty of Electrical Engineering, Mathematics and Computer Science January 29, 2010 Plaxis Introduction Plaxis Finite Element

More information

A Flexible Scheme for the Numerical Homogenisation in Linear Elasticity

A Flexible Scheme for the Numerical Homogenisation in Linear Elasticity Presented at the COMSOL Conference 2010 Paris A Flexible Scheme for the Numerical Homogenisation in Linear Elasticity A. Gerisch 1, S. Tiburtius 1, Q. Grimal 2, K. Raum 3 1 Technische Universität Darmstadt,

More information

Overlapping Schwarz preconditioners for Fekete spectral elements

Overlapping Schwarz preconditioners for Fekete spectral elements Overlapping Schwarz preconditioners for Fekete spectral elements R. Pasquetti 1, L. F. Pavarino 2, F. Rapetti 1, and E. Zampieri 2 1 Laboratoire J.-A. Dieudonné, CNRS & Université de Nice et Sophia-Antipolis,

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

Multipréconditionnement adaptatif pour les méthodes de décomposition de domaine. Nicole Spillane (CNRS, CMAP, École Polytechnique)

Multipréconditionnement adaptatif pour les méthodes de décomposition de domaine. Nicole Spillane (CNRS, CMAP, École Polytechnique) Multipréconditionnement adaptatif pour les méthodes de décomposition de domaine Nicole Spillane (CNRS, CMAP, École Polytechnique) C. Bovet (ONERA), P. Gosselet (ENS Cachan), A. Parret Fréaud (SafranTech),

More information

Iterative Helmholtz Solvers

Iterative Helmholtz Solvers Iterative Helmholtz Solvers Scalability of deflation-based Helmholtz solvers Delft University of Technology Vandana Dwarka March 28th, 2018 Vandana Dwarka (TU Delft) 15th Copper Mountain Conference 2018

More information

Linear Solvers. Andrew Hazel

Linear Solvers. Andrew Hazel Linear Solvers Andrew Hazel Introduction Thus far we have talked about the formulation and discretisation of physical problems...... and stopped when we got to a discrete linear system of equations. Introduction

More information

Indefinite and physics-based preconditioning

Indefinite and physics-based preconditioning Indefinite and physics-based preconditioning Jed Brown VAW, ETH Zürich 2009-01-29 Newton iteration Standard form of a nonlinear system F (u) 0 Iteration Solve: Update: J(ũ)u F (ũ) ũ + ũ + u Example (p-bratu)

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

Termination criteria for inexact fixed point methods

Termination criteria for inexact fixed point methods Termination criteria for inexact fixed point methods Philipp Birken 1 October 1, 2013 1 Institute of Mathematics, University of Kassel, Heinrich-Plett-Str. 40, D-34132 Kassel, Germany Department of Mathematics/Computer

More information

Domain decomposition on different levels of the Jacobi-Davidson method

Domain decomposition on different levels of the Jacobi-Davidson method hapter 5 Domain decomposition on different levels of the Jacobi-Davidson method Abstract Most computational work of Jacobi-Davidson [46], an iterative method suitable for computing solutions of large dimensional

More information

A Jacobi Davidson Method with a Multigrid Solver for the Hermitian Wilson-Dirac Operator

A Jacobi Davidson Method with a Multigrid Solver for the Hermitian Wilson-Dirac Operator A Jacobi Davidson Method with a Multigrid Solver for the Hermitian Wilson-Dirac Operator Artur Strebel Bergische Universität Wuppertal August 3, 2016 Joint Work This project is joint work with: Gunnar

More information

Multigrid Methods and their application in CFD

Multigrid Methods and their application in CFD Multigrid Methods and their application in CFD Michael Wurst TU München 16.06.2009 1 Multigrid Methods Definition Multigrid (MG) methods in numerical analysis are a group of algorithms for solving differential

More information

Parallel sparse linear solvers and applications in CFD

Parallel sparse linear solvers and applications in CFD Parallel sparse linear solvers and applications in CFD Jocelyne Erhel Joint work with Désiré Nuentsa Wakam () and Baptiste Poirriez () SAGE team, Inria Rennes, France journée Calcul Intensif Distribué

More information

arxiv: v1 [math.na] 14 May 2016

arxiv: v1 [math.na] 14 May 2016 NONLINEAR PRECONDITIONING: HOW TO USE A NONLINEAR SCHWARZ METHOD TO PRECONDITION NEWTON S METHOD V. DOLEAN, M.J. GANDER, W. KHERIJI, F. KWOK, AND R. MASSON arxiv:65.449v [math.na] 4 May 6 Abstract. For

More information

On the choice of abstract projection vectors for second level preconditioners

On the choice of abstract projection vectors for second level preconditioners On the choice of abstract projection vectors for second level preconditioners C. Vuik 1, J.M. Tang 1, and R. Nabben 2 1 Delft University of Technology 2 Technische Universität Berlin Institut für Mathematik

More information

An Introduction to Domain Decomposition Methods: algorithms, theory and parallel implementation

An Introduction to Domain Decomposition Methods: algorithms, theory and parallel implementation An Introduction to Domain Decomposition Methods: algorithms, theory and parallel implementation Victorita Dolean, Pierre Jolivet, Frédéric ataf To cite this version: Victorita Dolean, Pierre Jolivet, Frédéric

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 23: GMRES and Other Krylov Subspace Methods; Preconditioning

AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 23: GMRES and Other Krylov Subspace Methods; Preconditioning AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 23: GMRES and Other Krylov Subspace Methods; Preconditioning Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao Numerical Analysis I 1 / 18 Outline

More information

JOHANNES KEPLER UNIVERSITY LINZ. Abstract Robust Coarse Spaces for Systems of PDEs via Generalized Eigenproblems in the Overlaps

JOHANNES KEPLER UNIVERSITY LINZ. Abstract Robust Coarse Spaces for Systems of PDEs via Generalized Eigenproblems in the Overlaps JOHANNES KEPLER UNIVERSITY LINZ Institute of Computational Mathematics Abstract Robust Coarse Spaces for Systems of PDEs via Generalized Eigenproblems in the Overlaps Nicole Spillane Frédérik Nataf Laboratoire

More information

Preconditioned inverse iteration and shift-invert Arnoldi method

Preconditioned inverse iteration and shift-invert Arnoldi method Preconditioned inverse iteration and shift-invert Arnoldi method Melina Freitag Department of Mathematical Sciences University of Bath CSC Seminar Max-Planck-Institute for Dynamics of Complex Technical

More information

A Comparison of Adaptive Algebraic Multigrid and Lüscher s Inexact Deflation

A Comparison of Adaptive Algebraic Multigrid and Lüscher s Inexact Deflation A Comparison of Adaptive Algebraic Multigrid and Lüscher s Inexact Deflation Andreas Frommer, Karsten Kahl, Stefan Krieg, Björn Leder and Matthias Rottmann Bergische Universität Wuppertal April 11, 2013

More information

Final Ph.D. Progress Report. Integration of hp-adaptivity with a Two Grid Solver: Applications to Electromagnetics. David Pardo

Final Ph.D. Progress Report. Integration of hp-adaptivity with a Two Grid Solver: Applications to Electromagnetics. David Pardo Final Ph.D. Progress Report Integration of hp-adaptivity with a Two Grid Solver: Applications to Electromagnetics. David Pardo Dissertation Committee: I. Babuska, L. Demkowicz, C. Torres-Verdin, R. Van

More information

Bath Institute For Complex Systems

Bath Institute For Complex Systems BICS Bath Institute for Complex Systems Energy Minimizing Coarse Spaces for Two-level Schwarz Methods for Multiscale PDEs J. Van lent, R. Scheichl and I.G. Graham Bath Institute For Complex Systems Preprint

More information

Multigrid and Domain Decomposition Methods for Electrostatics Problems

Multigrid and Domain Decomposition Methods for Electrostatics Problems Multigrid and Domain Decomposition Methods for Electrostatics Problems Michael Holst and Faisal Saied Abstract. We consider multigrid and domain decomposition methods for the numerical solution of electrostatics

More information

Adaptive algebraic multigrid methods in lattice computations

Adaptive algebraic multigrid methods in lattice computations Adaptive algebraic multigrid methods in lattice computations Karsten Kahl Bergische Universität Wuppertal January 8, 2009 Acknowledgements Matthias Bolten, University of Wuppertal Achi Brandt, Weizmann

More information

arxiv: v1 [math.na] 11 Jul 2018

arxiv: v1 [math.na] 11 Jul 2018 An Additive Overlapping Domain Decomposition Method for the Helmholtz Equation Wei Leng Lili Ju arxiv:1807.04180v1 [math.na] 11 Jul 2018 July 12, 2018 Abstract In this paper, we propose and analyze an

More information

Solving Symmetric Indefinite Systems with Symmetric Positive Definite Preconditioners

Solving Symmetric Indefinite Systems with Symmetric Positive Definite Preconditioners Solving Symmetric Indefinite Systems with Symmetric Positive Definite Preconditioners Eugene Vecharynski 1 Andrew Knyazev 2 1 Department of Computer Science and Engineering University of Minnesota 2 Department

More information

A SHORT NOTE COMPARING MULTIGRID AND DOMAIN DECOMPOSITION FOR PROTEIN MODELING EQUATIONS

A SHORT NOTE COMPARING MULTIGRID AND DOMAIN DECOMPOSITION FOR PROTEIN MODELING EQUATIONS A SHORT NOTE COMPARING MULTIGRID AND DOMAIN DECOMPOSITION FOR PROTEIN MODELING EQUATIONS MICHAEL HOLST AND FAISAL SAIED Abstract. We consider multigrid and domain decomposition methods for the numerical

More information

THEORETICAL AND NUMERICAL COMPARISON OF PROJECTION METHODS DERIVED FROM DEFLATION, DOMAIN DECOMPOSITION AND MULTIGRID METHODS

THEORETICAL AND NUMERICAL COMPARISON OF PROJECTION METHODS DERIVED FROM DEFLATION, DOMAIN DECOMPOSITION AND MULTIGRID METHODS THEORETICAL AND NUMERICAL COMPARISON OF PROJECTION METHODS DERIVED FROM DEFLATION, DOMAIN DECOMPOSITION AND MULTIGRID METHODS J.M. TANG, R. NABBEN, C. VUIK, AND Y.A. ERLANGGA Abstract. For various applications,

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

Robust solution of Poisson-like problems with aggregation-based AMG

Robust solution of Poisson-like problems with aggregation-based AMG Robust solution of Poisson-like problems with aggregation-based AMG Yvan Notay Université Libre de Bruxelles Service de Métrologie Nucléaire Paris, January 26, 215 Supported by the Belgian FNRS http://homepages.ulb.ac.be/

More information

Contents. Preface... xi. Introduction...

Contents. Preface... xi. Introduction... Contents Preface... xi Introduction... xv Chapter 1. Computer Architectures... 1 1.1. Different types of parallelism... 1 1.1.1. Overlap, concurrency and parallelism... 1 1.1.2. Temporal and spatial parallelism

More information

Algebraic Multigrid as Solvers and as Preconditioner

Algebraic Multigrid as Solvers and as Preconditioner Ò Algebraic Multigrid as Solvers and as Preconditioner Domenico Lahaye domenico.lahaye@cs.kuleuven.ac.be http://www.cs.kuleuven.ac.be/ domenico/ Department of Computer Science Katholieke Universiteit Leuven

More information

OUTLINE ffl CFD: elliptic pde's! Ax = b ffl Basic iterative methods ffl Krylov subspace methods ffl Preconditioning techniques: Iterative methods ILU

OUTLINE ffl CFD: elliptic pde's! Ax = b ffl Basic iterative methods ffl Krylov subspace methods ffl Preconditioning techniques: Iterative methods ILU Preconditioning Techniques for Solving Large Sparse Linear Systems Arnold Reusken Institut für Geometrie und Praktische Mathematik RWTH-Aachen OUTLINE ffl CFD: elliptic pde's! Ax = b ffl Basic iterative

More information

Parallel Preconditioning Methods for Ill-conditioned Problems

Parallel Preconditioning Methods for Ill-conditioned Problems Parallel Preconditioning Methods for Ill-conditioned Problems Kengo Nakajima Information Technology Center, The University of Tokyo 2014 Conference on Advanced Topics and Auto Tuning in High Performance

More information

1. Fast Iterative Solvers of SLE

1. Fast Iterative Solvers of SLE 1. Fast Iterative Solvers of crucial drawback of solvers discussed so far: they become slower if we discretize more accurate! now: look for possible remedies relaxation: explicit application of the multigrid

More information

Parallelism in FreeFem++.

Parallelism in FreeFem++. Parallelism in FreeFem++. Guy Atenekeng 1 Frederic Hecht 2 Laura Grigori 1 Jacques Morice 2 Frederic Nataf 2 1 INRIA, Saclay 2 University of Paris 6 Workshop on FreeFem++, 2009 Outline 1 Introduction Motivation

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

Challenges for Matrix Preconditioning Methods

Challenges for Matrix Preconditioning Methods Challenges for Matrix Preconditioning Methods Matthias Bollhoefer 1 1 Dept. of Mathematics TU Berlin Preconditioning 2005, Atlanta, May 19, 2005 supported by the DFG research center MATHEON in Berlin Outline

More information

Solving Large Nonlinear Sparse Systems

Solving Large Nonlinear Sparse Systems Solving Large Nonlinear Sparse Systems Fred W. Wubs and Jonas Thies Computational Mechanics & Numerical Mathematics University of Groningen, the Netherlands f.w.wubs@rug.nl Centre for Interdisciplinary

More information

Avancées récentes dans le domaine des solveurs linéaires Pierre Jolivet Journées inaugurales de la machine de calcul June 10, 2015

Avancées récentes dans le domaine des solveurs linéaires Pierre Jolivet Journées inaugurales de la machine de calcul June 10, 2015 spcl.inf.ethz.ch @spcl eth Avancées récentes dans le domaine des solveurs linéaires Pierre Jolivet Journées inaugurales de la machine de calcul June 10, 2015 Introduction Domain decomposition methods The

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

An Adaptive Multipreconditioned Conjugate Gradient Algorithm

An Adaptive Multipreconditioned Conjugate Gradient Algorithm An Adaptive Multipreconditioned Conjugate Gradient Algorithm Nicole Spillane To cite this version: Nicole Spillane. An Adaptive Multipreconditioned Conjugate Gradient Algorithm. 2016. HAL Id: hal-01170059

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

C. Vuik 1 R. Nabben 2 J.M. Tang 1

C. Vuik 1 R. Nabben 2 J.M. Tang 1 Deflation acceleration of block ILU preconditioned Krylov methods C. Vuik 1 R. Nabben 2 J.M. Tang 1 1 Delft University of Technology J.M. Burgerscentrum 2 Technical University Berlin Institut für Mathematik

More information

Architecture Solutions for DDM Numerical Environment

Architecture Solutions for DDM Numerical Environment Architecture Solutions for DDM Numerical Environment Yana Gurieva 1 and Valery Ilin 1,2 1 Institute of Computational Mathematics and Mathematical Geophysics SB RAS, Novosibirsk, Russia 2 Novosibirsk State

More information

J.I. Aliaga 1 M. Bollhöfer 2 A.F. Martín 1 E.S. Quintana-Ortí 1. March, 2009

J.I. Aliaga 1 M. Bollhöfer 2 A.F. Martín 1 E.S. Quintana-Ortí 1. March, 2009 Parallel Preconditioning of Linear Systems based on ILUPACK for Multithreaded Architectures J.I. Aliaga M. Bollhöfer 2 A.F. Martín E.S. Quintana-Ortí Deparment of Computer Science and Engineering, Univ.

More information

An improved two-grid preconditioner for the solution of three-dimensional Helmholtz problems in heterogeneous media

An improved two-grid preconditioner for the solution of three-dimensional Helmholtz problems in heterogeneous media An improved two-grid preconditioner for the solution of three-dimensional Helmholtz problems in heterogeneous media Henri Calandra, Serge Gratton, Xavier Pinel and Xavier Vasseur Technical Report TR/PA/12/2

More information

AMS526: Numerical Analysis I (Numerical Linear Algebra)

AMS526: Numerical Analysis I (Numerical Linear Algebra) AMS526: Numerical Analysis I (Numerical Linear Algebra) Lecture 24: Preconditioning and Multigrid Solver Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao Numerical Analysis I 1 / 5 Preconditioning Motivation:

More information

Chapter 7 Iterative Techniques in Matrix Algebra

Chapter 7 Iterative Techniques in Matrix Algebra Chapter 7 Iterative Techniques in Matrix Algebra Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 128B Numerical Analysis Vector Norms Definition

More information

Schwarz-type methods and their application in geomechanics

Schwarz-type methods and their application in geomechanics Schwarz-type methods and their application in geomechanics R. Blaheta, O. Jakl, K. Krečmer, J. Starý Institute of Geonics AS CR, Ostrava, Czech Republic E-mail: stary@ugn.cas.cz PDEMAMIP, September 7-11,

More information

Kasetsart University Workshop. Multigrid methods: An introduction

Kasetsart University Workshop. Multigrid methods: An introduction Kasetsart University Workshop Multigrid methods: An introduction Dr. Anand Pardhanani Mathematics Department Earlham College Richmond, Indiana USA pardhan@earlham.edu A copy of these slides is available

More information

Preface to the Second Edition. Preface to the First Edition

Preface to the Second Edition. Preface to the First Edition n page v Preface to the Second Edition Preface to the First Edition xiii xvii 1 Background in Linear Algebra 1 1.1 Matrices................................. 1 1.2 Square Matrices and Eigenvalues....................

More information

Linear and Non-Linear Preconditioning

Linear and Non-Linear Preconditioning and Non- martin.gander@unige.ch University of Geneva July 2015 Joint work with Victorita Dolean, Walid Kheriji, Felix Kwok and Roland Masson (1845): First Idea of After preconditioning, it takes only three

More information

IDR(s) A family of simple and fast algorithms for solving large nonsymmetric systems of linear equations

IDR(s) A family of simple and fast algorithms for solving large nonsymmetric systems of linear equations IDR(s) A family of simple and fast algorithms for solving large nonsymmetric systems of linear equations Harrachov 2007 Peter Sonneveld en Martin van Gijzen August 24, 2007 1 Delft University of Technology

More information

Geometric Multigrid Methods

Geometric Multigrid Methods Geometric Multigrid Methods Susanne C. Brenner Department of Mathematics and Center for Computation & Technology Louisiana State University IMA Tutorial: Fast Solution Techniques November 28, 2010 Ideas

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

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf**

Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** Controlled CO 2 Diversified fuels Fuel-efficient vehicles Clean refining Extended reserves Local Time Step for a Finite Volume Scheme I.Faille F.Nataf*, F.Willien, S.Wolf** *: Laboratoire J.L.Lions **:Université

More information

Space-time domain decomposition for a nonlinear parabolic equation with discontinuous capillary pressure

Space-time domain decomposition for a nonlinear parabolic equation with discontinuous capillary pressure Space-time domain decomposition for a nonlinear parabolic equation with discontinuous capillary pressure Elyes Ahmed, Caroline Japhet, Michel Kern INRIA Paris Maison de la Simulation ENPC University Paris

More information

Waveguide Propagation Modes and Quadratic Eigenvalue Problems

Waveguide Propagation Modes and Quadratic Eigenvalue Problems Waveguide Propagation Modes and Quadratic Eigenvalue Problems Prof. André Nicolet, Institut Fresnel, UMR CNRS 6133, Université Paul Cézanne, Marseille, France. Prof. Christophe Geuzaine, Mathematics Department,

More information

Multigrid absolute value preconditioning

Multigrid absolute value preconditioning Multigrid absolute value preconditioning Eugene Vecharynski 1 Andrew Knyazev 2 (speaker) 1 Department of Computer Science and Engineering University of Minnesota 2 Department of Mathematical and Statistical

More information