Discontinuous Galerkin and Finite Difference Methods for the Acoustic Equations with Smooth Coefficients. Mario Bencomo TRIP Review Meeting 2013

Size: px
Start display at page:

Download "Discontinuous Galerkin and Finite Difference Methods for the Acoustic Equations with Smooth Coefficients. Mario Bencomo TRIP Review Meeting 2013"

Transcription

1 About Me Mario Bencomo Currently 2 nd year graduate student in CAAM department at Rice University. B.S. in Physics and Applied Mathematics (Dec. 2010). Undergraduate University: University of Texas at El Paso (UTEP). 1

2 Discontinuous Galerkin and Finite Difference Methods for the Acoustic Equations with Smooth Coefficients Mario Bencomo TRIP Review Meeting

3 Problem Statement Acoustic Equations (pressure-velocity form): ρ(x) v (x,t) + p(x,t) = 0 t (1a) 1 κ (x) p (x,t) + v(x,t) = f (x,t) t (1b) for x Ω and t [0,T ], where x = (x,z) and Ω = [0,1] 2. Boundary and initial conditions: p = 0, on Ω [0,T ] p(x,0) = p 0 (x) and v(x,0) = v 0 (x) Research focus: Analyze the computational efficiency of discontinuous Galerkin (DG) and finite difference (FD) methods in the context of the acoustic equations with smooth coefficients. 3

4 Problem Statement Acoustic Equations (pressure-velocity form): ρ(x) v (x,t) + p(x,t) = 0 t (1a) 1 κ (x) p (x,t) + v(x,t) = f (x,t) t (1b) for x Ω and t [0,T ], where x = (x,z) and Ω = [0,1] 2. Boundary and initial conditions: p = 0, on Ω [0,T ] p(x,0) = p 0 (x) and v(x,0) = v 0 (x) Research focus: Analyze the computational efficiency of discontinuous Galerkin (DG) and finite difference (FD) methods in the context of the acoustic equations with smooth coefficients. 3

5 Why Smooth Coefficients? Relevant for seismic applications: smooth trends in real data! Comparison has not been done before! Previous work with discontinuous coefficients (Wang, 2009). efficiency of DG over 2-4 FD (dome inclusion) DG resolves discontinuity interface errors 4

6 Focus of Talk 1 Discontinuous Galerkin (DG) Method derivation of scheme basis functions reference element 2 Locally conforming DG (LCDG) Method triangulation reference element basis functions 3 Summary and Future Work 5

7 Discontinuous Galerkin (DG) Method Why DG? (Cockburn, 2006; Brezzi et al., 2004; Wilcox et al., 2010) explicit time-stepping, after inverting block diagonal matrix can handle irregular meshes and complex geometries hp-adaptivity Idea: Approximate solution by piecewise polynomials on partitioned domain. Example: 1D piecewise linear approximation 6

8 Discontinuous Galerkin (DG) Method Why DG? (Cockburn, 2006; Brezzi et al., 2004; Wilcox et al., 2010) explicit time-stepping, after inverting block diagonal matrix can handle irregular meshes and complex geometries hp-adaptivity Idea: Approximate solution by piecewise polynomials on partitioned domain. Example: 1D piecewise linear approximation 6

9 Derivation of DG Semi-Discrete Scheme Let: Then, τ T, for some triangulation T on Ω test function w C (Ω) ρ v x t + p x τ = 0 = ρ v x t τ w dx + p x w dx = 0 I.B.P. and replace p with numerical flux p in boundary integral, τ ρ v x t τ w dx p w x τ dx + p w n x dσ = 0 IBP = ρ v x τ t τ w dx + p x τ w dx + (p p)w n x dσ = 0 (2) 7

10 Derivation of DG Semi-Discrete Scheme Let: Then, τ T, for some triangulation T on Ω test function w C (Ω) ρ v x t + p x τ = 0 = ρ v x t τ w dx + p x w dx = 0 I.B.P. and replace p with numerical flux p in boundary integral, τ ρ v x t τ w dx p w x τ dx + p w n x dσ = 0 IBP = ρ v x τ t τ w dx + p x τ w dx + (p p)w n x dσ = 0 (2) 7

11 Nodal Basis Functions Finite dimensional space W h : W h = {w : w τ P N (τ), τ T } Nodal DG: Use nodal basis, i.e., where P N (τ) = span{l τ j (x)}n j=1 τ T, Lagrange polynomials l τ j (xτ i ) = δ ij for given nodal set {x τ i }N i=1 τ N = 1 2 (N + 1)(N + 2), a.k.a., degrees of freedom per triangular element 8

12 Nodal Basis Functions Finite dimensional space W h : W h = {w : w τ P N (τ), τ T } Nodal DG: Use nodal basis, i.e., where P N (τ) = span{l τ j (x)}n j=1 τ T, Lagrange polynomials l τ j (xτ i ) = δ ij for given nodal set {x τ i }N i=1 τ N = 1 2 (N + 1)(N + 2), a.k.a., degrees of freedom per triangular element 8

13 Nodal Sets Example of nodal sets {x τ j }N j=1 : (a) N = 1,N = 3 (b) N = 2,N = 6 (c) N = 3,N = 10 9

14 DG Semi-Discrete Scheme Find v x,p W h such that τ ρ v x t τ w dx p x τ w dx + (p p)w n x dσ = 0 for all w W h and τ T. Note: v x W h = v x (x,t) τ = N j=1 v x (x τ j,t)lτ j (x), where {v x (x τ j,t)}n j=1 are unknowns. Same for v z and p, and numerical fluxes v x,v z,p. 10

15 Nodal Coefficient Vectors R N R N+1 v x (t) := [v x (x τ 1,t),v x(x τ 2,t),...,v x(x τ N,t)] T v z (t) := p(t) := v m n (t) := [v n (x τ m 1,t),v n (x τ m 2,t),...,v n (x τ m N+1,t)] T p m (t) := (v m n ) (t) := [vn(x τ m 1,t),vn(x τ m 2,t),...,vn(x τ m N+1,t)] T (p m ) (t) := where v n (x τ m j,t) = n m x v x (x τ m j,t) + n m z v z (x τ m j,t), and similar for v n(x τ m j,t). 11

16 DG Semi-Discrete Scheme From ρ v x τ t τ w dx + p x τ w dx + (p p)w n x dσ = 0, to where: MR d dt v x(t) + S x p(t) + 3 m=1 mass matrix (M) ij := mass matrix (M m ) ij := n m x M m ((p m ) p m )(t) = 0, τ eτ m l τ i τ l τ i lτ j dx, l τ i lτ m j dσ, in R N N in R N (N+1) stiffness matrix (S x ) ij := l τ j x dx, in RN N ρ-matrix (R) ij := δ ij ρ(x τ j ), in RN N 12

17 DG Semi-Discrete Scheme From ρ v x τ t τ w dx + p x τ w dx + (p p)w n x dσ = 0, to where: MR d dt v x(t) + S x p(t) + 3 m=1 mass matrix (M) ij := mass matrix (M m ) ij := n m x M m ((p m ) p m )(t) = 0, τ eτ m l τ i τ l τ i lτ j dx, l τ i lτ m j dσ, in R N N in R N (N+1) stiffness matrix (S x ) ij := l τ j x dx, in RN N ρ-matrix (R) ij := δ ij ρ(x τ j ), in RN N 12

18 DG Semi-Discrete Scheme System of ODE s: R d dt v x(t) = D x p(t) + for each τ T, where 3 m=1 n m x L m ((p m ) p m )(t) D x = M 1 S x, L m = M 1 M m. Similar result for other equations: R d dt v z(t) = D z p(t) + 3 m=1 K 1 d dt p(t) = f(t) Dx v x (t) D z v z (t) where n m z L m ((p m ) p m )(t) 3 m=1 L m ((v n ) v n )(t) (K ) ij = δ ij κ(x τ j ), (f) i = f l τ i dx, D z = M 1 S z. τ 13

19 DG Semi-Discrete Scheme System of ODE s: R d dt v x(t) = D x p(t) + for each τ T, where 3 m=1 n m x L m ((p m ) p m )(t) D x = M 1 S x, L m = M 1 M m. Similar result for other equations: R d dt v z(t) = D z p(t) + 3 m=1 K 1 d dt p(t) = f(t) Dx v x (t) D z v z (t) where n m z L m ((p m ) p m )(t) 3 m=1 L m ((v n ) v n )(t) (K ) ij = δ ij κ(x τ j ), (f) i = f l τ i dx, D z = M 1 S z. τ 13

20 DG Semi-Discrete Scheme Acoustic equations: DG scheme: R d dt v x(t) = D x p(t) + R d dt v z(t) = D z p(t) + ρ t v x = x p ρ t v z = z p 1 κ t p = f v 3 m=1 3 m=1 K 1 d dt p(t) = f(t) Dx v x (t) D z v z (t) n m x L m ((p m ) p m )(t) n m z L m ((p m ) p m )(t) 3 m=1 L m ((v n ) v n )(t) 14

21 Visualizing DG After time discretization (leapfrog): v n+1/2 x = v n 1/2 x tr [D 1 x p n + 3 m=1 n m x L m ((p m ) p m ) n ] t n+1/2 t n t n 1/2 15

22 Visualizing DG After time discretization (leapfrog): v n+1/2 x = v n 1/2 x tr 1 [D x p n + 3 m=1 n m x L m ((p m ) p m ) n ] t n+1/2 t n t n 1/2 16

23 Visualizing DG After time discretization (leapfrog): v n+1/2 x = v n 1/2 x tr 1 [D x p n + 3 m=1 n m x L m ((p m ) p m ) n ] t n+1/2 t n t n 1/2 17

24 Visualizing DG After time discretization (leapfrog): v n+1/2 x = v n 1/2 x tr 1 [D x p n + 3 m=1 n m x L m ((p m ) p m ) n ] t n+1/2 t n t n 1/2 18

25 Use of Reference Element in DG Reference triangle ˆτ: (-1,1) s r (-1,-1) (1,-1) Idea: Carry computations in ˆτ construct nodal set and basis functions in ˆτ: τ {l j } N j=1 s.t. l j(r i ) = δ ij for {r i } N i=1 ˆτ mass matrix computations l τ j lτ i dx = J(τ) l j l i dr = M = J(τ) ˆM ˆτ 19

26 Locally Conforming DG (LCDG) Method for Acoustics Why LCDG method? (Chung & Engquist, 2006, 2009) locally and globally energy conservative optimal convergence rate explicit time-step My contribution: nodal DG implementation of LCDG basis functions and nodal sets use of reference element 20

27 Locally Conforming DG (LCDG) Method for Acoustics Why LCDG method? (Chung & Engquist, 2006, 2009) locally and globally energy conservative optimal convergence rate explicit time-step My contribution: nodal DG implementation of LCDG basis functions and nodal sets use of reference element 20

28 Locally Conforming DG (LCDG) Method for Acoustics LCDG Idea: Enforce continuity of the pressure field and the normal component of the velocity field in a staggered manner. Example: 1D piecewise linear polynomial approximation 21

29 Triangulation Algorithm: unif_tri 1 given N sub, subdivide Ω into N sub N sub partition of squares 2 triangulate each square by adding a diagonal from top-left to bottom-right 3 Pick interior point at each triangle and re-triangulate Figure: Example of unif_tri for N sub = 2. 22

30 Triangulation Algorithm: unif_tri 1 given N sub, subdivide Ω into N sub N sub partition of squares 2 triangulate each square by adding a diagonal from top-left to bottom-right 3 Pick interior point at each triangle and re-triangulate Figure: Example of unif_tri for N sub = 2. 22

31 Triangulation Algorithm: unif_tri 1 given N sub, subdivide Ω into N sub N sub partition of squares 2 triangulate each square by adding a diagonal from top-left to bottom-right 3 Pick interior point at each triangle and re-triangulate Figure: Example of unif_tri for N sub = 2. 22

32 Triangulation Algorithm: unif_tri 1 given N sub, subdivide Ω into N sub N sub partition of squares 2 triangulate each square by adding a diagonal from top-left to bottom-right 3 Pick interior point at each triangle and re-triangulate Figure: Example of unif_tri for N sub = 2. 22

33 Triangulation Algorithm: unif_tri 1 given N sub, subdivide Ω into N sub N sub partition of squares 2 triangulate each square by adding a diagonal from top-left to bottom-right 3 Pick interior point at each triangle and re-triangulate Figure: Example of unif_tri for N sub = 2. 22

34 LCDG Approximation Spaces Pressure space P h : q P h if q τ P N (τ) q continuous on dashed edges q = 0 on Ω Velocity space V h : u V h if u τ P N (τ) 2 u n continuous dashed edges 23

35 LCDG Approximation Spaces Pressure space P h : q P h if q τ P N (τ) q continuous on dashed edges q = 0 on Ω Velocity space V h : u V h if u τ P N (τ) 2 u n continuous dashed edges 23

36 LCDG: Basis for P h Two types of pressure elements: boundary elements interior elements Reference elements: (-1,1) (-1,1) (1,1) s r (-1,-1) (1,-1) s r (-1,-1) (1,-1) 24

37 LCDG: Basis for P h Basis functions for boundary pressure elements (N = 1 example): 1 s Basis functions for pressure interior elements (N = 1 example): r 1 s 1 s 1 s 1 s r r r r 25

38 LCDG: Basis for V h Velocity elements and respective reference elements: (0, 2 3 3) velocity elements s r (0, 0) ( 1, 1 3 3) (1, 1 3 3) reference element 26

39 LCDG: Basis for V h Basis functions, N = 1 example: 27

40 LCDG Semi-Discrete Scheme For a triangulation T, find p P h and v V h such that Ω Ω ρ v t u dx B h (p,u) = 0 1 p κ t q dx + B h(v,q) = fq dx Ω for all q P h and u V h, where Bh (p,u) = p u dx + p [u ˆn] dσ Ω e Ep 0 e B h (v,q) = v q dx v ˆn[q] dσ. Ω e E e v 28

41 Summary standard DG motivation basis functions reference element LCDG triangulation spaces P h, V h reference elements and basis functions 29

42 Pending Work and Future Directions Pending work: implementation of LCDG absorbing BC (Chung & Engquist, 2009) time discretization (leapfrog and Runge-Kutta) error analysis Future directions: non-uniform triangulation 3D acoustics elasticity equations 30

43 References Brezzi, F., Marini, L., and Sïli, E. (2004). Discontinuous galerkin methods for first-order hyperbolic problems. Mathematical models and methods in applied sciences, 14(12): Chung, E. and Engquist, B. (2009). Optimal discontinuous galerkin methods for the acoustic wave equation in higher dimensions. SIAM Journal on Numerical Analysis, 47(5): Chung, E. T. and Engquist, B. (2006). Optimal discontinuous galerkin methods for wave propagation. SIAM Journal on Numerical Analysis, 44(5): Cockburn, B. (2003). Discontinuous Galerkin methods. ZAMM-Journal of Applied Mathematics and Mechanics/ Zeitschrift für Angewandte Mathematik und Mechanik, 83(11): Wilcox, Lucas C., et al. A high-order discontinuous Galerkin method for wave propagation through coupled elasticðacoustic media. Journal of Computational Physics (2010): Hesthaven, J. S. and Warburton, T. (2007). Nodal discontinuous Galerkin methods: algorithms, analysis, and applications, volume 54. Springer. Wang, X. (2009). Discontinuous Galerkin Time Domain Methods for Acoustics and Comparison with Finite Difference Time Domain Methods. Master s thesis, Rice University, Houston, Texas. Warburton, T. and Embree, M. (2006). The role of the penalty in the local discontinuous Galerkin method for Maxwell s eigenvalue problem. Computer methods in applied mechanics and engineering, 195(25):

High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation

High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation High Order Accurate Runge Kutta Nodal Discontinuous Galerkin Method for Numerical Solution of Linear Convection Equation Faheem Ahmed, Fareed Ahmed, Yongheng Guo, Yong Yang Abstract This paper deals with

More information

Weight-adjusted DG methods for elastic wave propagation in arbitrary heterogeneous media

Weight-adjusted DG methods for elastic wave propagation in arbitrary heterogeneous media Weight-adjusted DG methods for elastic wave propagation in arbitrary heterogeneous media Jesse Chan Department of Computational and Applied Math, Rice University ICOSAHOM 2018 July 12, 2018 Chan (CAAM)

More information

Application of Nodal Discontinuous Glaerkin Methods in Acoustic Wave Modeling

Application of Nodal Discontinuous Glaerkin Methods in Acoustic Wave Modeling 1 Application of Nodal Discontinuous Glaerkin Methods in Acoustic Wave Modeling Xin Wang ABSTRACT This work will explore the discontinuous Galerkin finite element method (DG-FEM) for solving acoustic wave

More information

arxiv: v2 [math.na] 20 Oct 2017

arxiv: v2 [math.na] 20 Oct 2017 On the penalty stabilization mechanism for upwind discontinuous Galerkin formulations of first order hyperbolic systems Jesse Chan a,, T. Warburton b a Department of Computational and Applied Mathematics,

More information

Fourier analysis for discontinuous Galerkin and related methods. Abstract

Fourier analysis for discontinuous Galerkin and related methods. Abstract Fourier analysis for discontinuous Galerkin and related methods Mengping Zhang and Chi-Wang Shu Abstract In this paper we review a series of recent work on using a Fourier analysis technique to study the

More information

Lecture 9 Approximations of Laplace s Equation, Finite Element Method. Mathématiques appliquées (MATH0504-1) B. Dewals, C.

Lecture 9 Approximations of Laplace s Equation, Finite Element Method. Mathématiques appliquées (MATH0504-1) B. Dewals, C. Lecture 9 Approximations of Laplace s Equation, Finite Element Method Mathématiques appliquées (MATH54-1) B. Dewals, C. Geuzaine V1.2 23/11/218 1 Learning objectives of this lecture Apply the finite difference

More information

A SIMPLE TUTORIAL ON DISCONTINUOUS GALERKIN METHODS. Jennifer Proft CERMICS, ENPC. J. Proft CERMICS, ENPC

A SIMPLE TUTORIAL ON DISCONTINUOUS GALERKIN METHODS. Jennifer Proft CERMICS, ENPC. J. Proft CERMICS, ENPC A SIMPLE TUTORIAL ON DISCONTINUOUS GALERKIN METHODS Jennifer Proft Outline Definitions A simple example Issues Historical development elliptic equations hyperbolic equations Discontinuous vs. continuous

More information

Conservation Laws & Applications

Conservation Laws & Applications Rocky Mountain Mathematics Consortium Summer School Conservation Laws & Applications Lecture V: Discontinuous Galerkin Methods James A. Rossmanith Department of Mathematics University of Wisconsin Madison

More information

A staggered discontinuous Galerkin method for the simulation of. Rayleigh waves

A staggered discontinuous Galerkin method for the simulation of. Rayleigh waves A staggered discontinuous Galerkin method for the simulation of Rayleigh waves Eric T. Chung ; Chi Yeung Lam ; Jianliang Qian Department of Mathematics The Chinese University of Hong Kong, Hong Kong SAR.

More information

Local discontinuous Galerkin methods for elliptic problems

Local discontinuous Galerkin methods for elliptic problems COMMUNICATIONS IN NUMERICAL METHODS IN ENGINEERING Commun. Numer. Meth. Engng 2002; 18:69 75 [Version: 2000/03/22 v1.0] Local discontinuous Galerkin methods for elliptic problems P. Castillo 1 B. Cockburn

More information

A Space-Time Expansion Discontinuous Galerkin Scheme with Local Time-Stepping for the Ideal and Viscous MHD Equations

A Space-Time Expansion Discontinuous Galerkin Scheme with Local Time-Stepping for the Ideal and Viscous MHD Equations A Space-Time Expansion Discontinuous Galerkin Scheme with Local Time-Stepping for the Ideal and Viscous MHD Equations Ch. Altmann, G. Gassner, F. Lörcher, C.-D. Munz Numerical Flow Models for Controlled

More information

DISCONTINUOUS GALERKIN FINITE ELEMENT METHOD FOR THE WAVE EQUATION. SIAM J. Numer. Anal., Vol. 44, pp , 2006

DISCONTINUOUS GALERKIN FINITE ELEMENT METHOD FOR THE WAVE EQUATION. SIAM J. Numer. Anal., Vol. 44, pp , 2006 DISCONTINUOUS GALERIN INITE ELEMENT METHOD OR THE WAVE EQUATION MARCUS J. GROTE, ANNA SCHNEEBELI, AND DOMINI SCHÖTZAU SIAM J. Numer. Anal., Vol. 44, pp. 408-43, 006 Abstract. The symmetric interior penalty

More information

SECOND ORDER TIME DISCONTINUOUS GALERKIN METHOD FOR NONLINEAR CONVECTION-DIFFUSION PROBLEMS

SECOND ORDER TIME DISCONTINUOUS GALERKIN METHOD FOR NONLINEAR CONVECTION-DIFFUSION PROBLEMS Proceedings of ALGORITMY 2009 pp. 1 10 SECOND ORDER TIME DISCONTINUOUS GALERKIN METHOD FOR NONLINEAR CONVECTION-DIFFUSION PROBLEMS MILOSLAV VLASÁK Abstract. We deal with a numerical solution of a scalar

More information

Pseudospectral and High-Order Time-Domain Forward Solvers

Pseudospectral and High-Order Time-Domain Forward Solvers Pseudospectral and High-Order Time-Domain Forward Solvers Qing H. Liu G. Zhao, T. Xiao, Y. Zeng Department of Electrical and Computer Engineering Duke University DARPA/ARO MURI Review, August 15, 2003

More information

Performance comparison between hybridizable DG and classical DG methods for elastic waves simulation in harmonic domain

Performance comparison between hybridizable DG and classical DG methods for elastic waves simulation in harmonic domain March 4-5, 2015 Performance comparison between hybridizable DG and classical DG methods for elastic waves simulation in harmonic domain M. Bonnasse-Gahot 1,2, H. Calandra 3, J. Diaz 1 and S. Lanteri 2

More information

Interface Error Analysis for Numerical Wave Propagation

Interface Error Analysis for Numerical Wave Propagation Interface Error Analysis for Numerical Wave Propagation William W. Symes, Tetyana Vdovina The Rice Inversion Project, Department of Computational and Applied Mathematics, Rice University, Houston TX 77251-1892

More information

Scientific Computing WS 2017/2018. Lecture 18. Jürgen Fuhrmann Lecture 18 Slide 1

Scientific Computing WS 2017/2018. Lecture 18. Jürgen Fuhrmann Lecture 18 Slide 1 Scientific Computing WS 2017/2018 Lecture 18 Jürgen Fuhrmann juergen.fuhrmann@wias-berlin.de Lecture 18 Slide 1 Lecture 18 Slide 2 Weak formulation of homogeneous Dirichlet problem Search u H0 1 (Ω) (here,

More information

Discontinuous Galerkin Methods: Theory, Computation and Applications

Discontinuous Galerkin Methods: Theory, Computation and Applications Discontinuous Galerkin Methods: Theory, Computation and Applications Paola. Antonietti MOX, Dipartimento di Matematica Politecnico di Milano.MO. X MODELLISTICA E CALCOLO SCIENTIICO. MODELING AND SCIENTIIC

More information

Basic Principles of Weak Galerkin Finite Element Methods for PDEs

Basic Principles of Weak Galerkin Finite Element Methods for PDEs Basic Principles of Weak Galerkin Finite Element Methods for PDEs Junping Wang Computational Mathematics Division of Mathematical Sciences National Science Foundation Arlington, VA 22230 Polytopal Element

More information

ON THE INTEGRATION OF EQUATIONS OF MOTION: FEM AND MOLECULAR DYNAMICS PROBLEMS

ON THE INTEGRATION OF EQUATIONS OF MOTION: FEM AND MOLECULAR DYNAMICS PROBLEMS 8th International Congress on Computational Mechanics, Volos, 1-15 July 015 ON THE INTEGRATION OF EQUATIONS OF MOTION: FEM AND MOLECULAR DYNAMICS PROBLEMS E.G. Kakouris, V.K. Koumousis Institute of Structural

More information

On Surface Meshes Induced by Level Set Functions

On Surface Meshes Induced by Level Set Functions On Surface Meshes Induced by Level Set Functions Maxim A. Olshanskii, Arnold Reusken, and Xianmin Xu Bericht Nr. 347 Oktober 01 Key words: surface finite elements, level set function, surface triangulation,

More information

1 Exercise: Linear, incompressible Stokes flow with FE

1 Exercise: Linear, incompressible Stokes flow with FE Figure 1: Pressure and velocity solution for a sinking, fluid slab impinging on viscosity contrast problem. 1 Exercise: Linear, incompressible Stokes flow with FE Reading Hughes (2000), sec. 4.2-4.4 Dabrowski

More information

THE COMPACT DISCONTINUOUS GALERKIN (CDG) METHOD FOR ELLIPTIC PROBLEMS

THE COMPACT DISCONTINUOUS GALERKIN (CDG) METHOD FOR ELLIPTIC PROBLEMS SIAM J. SCI. COMPUT. Vol. 30, No. 4, pp. 1806 1824 c 2008 Society for Industrial and Applied Mathematics THE COMPACT DISCONTINUOUS GALERKIN (CDG) METHOD FOR ELLIPTIC PROBLEMS J. PERAIRE AND P.-O. PERSSON

More information

A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations

A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations A note on accurate and efficient higher order Galerkin time stepping schemes for the nonstationary Stokes equations S. Hussain, F. Schieweck, S. Turek Abstract In this note, we extend our recent work for

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

Fourier Type Error Analysis of the Direct Discontinuous Galerkin Method and Its Variations for Diffusion Equations

Fourier Type Error Analysis of the Direct Discontinuous Galerkin Method and Its Variations for Diffusion Equations J Sci Comput (0) 5:68 655 DOI 0.007/s095-0-9564-5 Fourier Type Error Analysis of the Direct Discontinuous Galerkin Method and Its Variations for Diffusion Equations Mengping Zhang Jue Yan Received: 8 September

More information

New class of finite element methods: weak Galerkin methods

New class of finite element methods: weak Galerkin methods New class of finite element methods: weak Galerkin methods Xiu Ye University of Arkansas at Little Rock Second order elliptic equation Consider second order elliptic problem: a u = f, in Ω (1) u = 0, on

More information

First order BSSN formulation of Einstein s field equations

First order BSSN formulation of Einstein s field equations David Brown 1 Peter Diener 2 3 Jan Hesthaven 4 Frank Herrmann 3 Abdul Mroué 5 Olivier Sarbach 6 Erik Schnetter 7 Manuel Tiglio 3 Michael Wagman 4 1 North Carolina State University 2 Louisiana State University

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

Energy norm a-posteriori error estimation for divergence-free discontinuous Galerkin approximations of the Navier-Stokes equations

Energy norm a-posteriori error estimation for divergence-free discontinuous Galerkin approximations of the Navier-Stokes equations INTRNATIONAL JOURNAL FOR NUMRICAL MTHODS IN FLUIDS Int. J. Numer. Meth. Fluids 19007; 1:1 [Version: 00/09/18 v1.01] nergy norm a-posteriori error estimation for divergence-free discontinuous Galerkin approximations

More information

On the Non-linear Stability of Flux Reconstruction Schemes

On the Non-linear Stability of Flux Reconstruction Schemes DOI 10.1007/s10915-011-9490-6 TECHNICA NOTE On the Non-linear Stability of Flux econstruction Schemes A. Jameson P.E. Vincent P. Castonguay eceived: 9 December 010 / evised: 17 March 011 / Accepted: 14

More information

A space-time Trefftz method for the second order wave equation

A space-time Trefftz method for the second order wave equation A space-time Trefftz method for the second order wave equation Lehel Banjai The Maxwell Institute for Mathematical Sciences Heriot-Watt University, Edinburgh Rome, 10th Apr 2017 Joint work with: Emmanuil

More information

arxiv: v2 [math.na] 8 Dec 2017

arxiv: v2 [math.na] 8 Dec 2017 Weight-adjusted discontinuous Galerkin methods: matrix-valued weights and elastic wave propagation in heterogeneous media Jesse Chan arxiv:70.0025v2 [math.na] 8 Dec 207 Abstract Weight-adjusted inner products

More information

Hybridized Discontinuous Galerkin Methods

Hybridized Discontinuous Galerkin Methods Hybridized Discontinuous Galerkin Methods Theory and Christian Waluga Joint work with Herbert Egger (Uni Graz) 1st DUNE User Meeting, Stuttgart Christian Waluga (AICES) HDG Methods October 6-8, 2010 1

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

Discontinuous Galerkin Methods

Discontinuous Galerkin Methods Discontinuous Galerkin Methods Joachim Schöberl May 20, 206 Discontinuous Galerkin (DG) methods approximate the solution with piecewise functions (polynomials), which are discontinuous across element interfaces.

More information

arxiv: v1 [math.na] 29 Feb 2016

arxiv: v1 [math.na] 29 Feb 2016 EFFECTIVE IMPLEMENTATION OF THE WEAK GALERKIN FINITE ELEMENT METHODS FOR THE BIHARMONIC EQUATION LIN MU, JUNPING WANG, AND XIU YE Abstract. arxiv:1602.08817v1 [math.na] 29 Feb 2016 The weak Galerkin (WG)

More information

AN OPTIMALLY ACCURATE SPECTRAL VOLUME FORMULATION WITH SYMMETRY PRESERVATION

AN OPTIMALLY ACCURATE SPECTRAL VOLUME FORMULATION WITH SYMMETRY PRESERVATION AN OPTIMALLY ACCURATE SPECTRAL VOLUME FORMULATION WITH SYMMETRY PRESERVATION Fareed Hussain Mangi*, Umair Ali Khan**, Intesab Hussain Sadhayo**, Rameez Akbar Talani***, Asif Ali Memon* ABSTRACT High order

More information

Weak Galerkin Finite Element Scheme and Its Applications

Weak Galerkin Finite Element Scheme and Its Applications Weak Galerkin Finite Element Scheme and Its Applications Ran Zhang Department of Mathematics Jilin University, China IMS, Singapore February 6, 2015 Talk Outline Motivation WG FEMs: Weak Operators + Stabilizer

More information

Lecture 10 Polynomial interpolation

Lecture 10 Polynomial interpolation Lecture 10 Polynomial interpolation Weinan E 1,2 and Tiejun Li 2 1 Department of Mathematics, Princeton University, weinan@princeton.edu 2 School of Mathematical Sciences, Peking University, tieli@pku.edu.cn

More information

Hybridized DG methods

Hybridized DG methods Hybridized DG methods University of Florida (Banff International Research Station, November 2007.) Collaborators: Bernardo Cockburn University of Minnesota Raytcho Lazarov Texas A&M University Thanks:

More information

Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques

Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques Approximation SEM-DG pour les problèmes d ondes elasto-acoustiques Helene Barucq, Henri Calandra, Aurélien Citrain, Julien Diaz, Christian Gout To cite this version: Helene Barucq, Henri Calandra, Aurélien

More information

Well-balanced DG scheme for Euler equations with gravity

Well-balanced DG scheme for Euler equations with gravity Well-balanced DG scheme for Euler equations with gravity Praveen Chandrashekar praveen@tifrbng.res.in Center for Applicable Mathematics Tata Institute of Fundamental Research Bangalore 560065 Higher Order

More information

The CG1-DG2 method for conservation laws

The CG1-DG2 method for conservation laws for conservation laws Melanie Bittl 1, Dmitri Kuzmin 1, Roland Becker 2 MoST 2014, Germany 1 Dortmund University of Technology, Germany, 2 University of Pau, France CG1-DG2 Method - Motivation hp-adaptivity

More information

Unified Hybridization Of Discontinuous Galerkin, Mixed, And Continuous Galerkin Methods For Second Order Elliptic Problems.

Unified Hybridization Of Discontinuous Galerkin, Mixed, And Continuous Galerkin Methods For Second Order Elliptic Problems. Unified Hybridization Of Discontinuous Galerkin, Mixed, And Continuous Galerkin Methods For Second Order Elliptic Problems. Stefan Girke WWU Münster Institut für Numerische und Angewandte Mathematik 10th

More information

Math 660-Lecture 15: Finite element spaces (I)

Math 660-Lecture 15: Finite element spaces (I) Math 660-Lecture 15: Finite element spaces (I) (Chapter 3, 4.2, 4.3) Before we introduce the concrete spaces, let s first of all introduce the following important lemma. Theorem 1. Let V h consists of

More information

A New Class of High-Order Energy Stable Flux Reconstruction Schemes for Triangular Elements

A New Class of High-Order Energy Stable Flux Reconstruction Schemes for Triangular Elements DOI 10.1007/s10915-011-9505-3 A New Class of High-Order Energy Stable Flux Reconstruction Schemes for Triangular Elements P. Castonguay P.E. Vincent A. Jameson Received: December 010 / Revised: 7 April

More information

c 2006 Society for Industrial and Applied Mathematics BJÖRN ENGQUIST

c 2006 Society for Industrial and Applied Mathematics BJÖRN ENGQUIST SIAM J. NUMER. ANAL. Vol. 44, No. 5, pp. 2131 2158 c 2006 Society for Industrial and Applied Mathematics OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR WAVE PROPAGATION ERIC T. CHUNG AND BJÖRN ENGQUIST Abstract.

More information

The direct discontinuous Galerkin method with symmetric structure for diffusion problems

The direct discontinuous Galerkin method with symmetric structure for diffusion problems Graduate Theses and Dissertations Iowa State University Capstones, Theses and Dissertations 1 The direct discontinuous Galerkin method with symmetric structure for diffusion problems Chad Nathaniel Vidden

More information

IMPACTS OF SIGMA COORDINATES ON THE EULER AND NAVIER-STOKES EQUATIONS USING CONTINUOUS/DISCONTINUOUS GALERKIN METHODS

IMPACTS OF SIGMA COORDINATES ON THE EULER AND NAVIER-STOKES EQUATIONS USING CONTINUOUS/DISCONTINUOUS GALERKIN METHODS Approved for public release; distribution is unlimited IMPACTS OF SIGMA COORDINATES ON THE EULER AND NAVIER-STOKES EQUATIONS USING CONTINUOUS/DISCONTINUOUS GALERKIN METHODS Sean L. Gibbons Captain, United

More information

Numerical resolution of discontinuous Galerkin methods for time dependent. wave equations 1. Abstract

Numerical resolution of discontinuous Galerkin methods for time dependent. wave equations 1. Abstract Numerical resolution of discontinuous Galerkin methods for time dependent wave equations Xinghui Zhong 2 and Chi-Wang Shu Abstract The discontinuous Galerkin DG method is known to provide good wave resolution

More information

A Robust CFL Condition for the Discontinuous Galerkin Method on Triangular Meshes

A Robust CFL Condition for the Discontinuous Galerkin Method on Triangular Meshes A Robust CFL Condition for the Discontinuous Galerkin Method on Triangular Meshes N. Chalmers and L. Krivodonova Abstract When the discontinuous Galerkin (DG) method is applied to hyperbolic problems in

More information

Numerical methods for PDEs FEM convergence, error estimates, piecewise polynomials

Numerical methods for PDEs FEM convergence, error estimates, piecewise polynomials Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Numerical methods for PDEs FEM convergence, error estimates, piecewise polynomials Dr. Noemi Friedman Contents of the course Fundamentals

More information

General linear methods for time-dependent PDEs

General linear methods for time-dependent PDEs General linear methods for time-dependent PDEs Alexander Jaust and Jochen Schütz UHasselt Computational Mathematics Preprint Nr. UP-17-01 January 19, 2017 General linear methods for time-dependent PDEs

More information

Finite Elements. Colin Cotter. January 18, Colin Cotter FEM

Finite Elements. Colin Cotter. January 18, Colin Cotter FEM Finite Elements January 18, 2019 The finite element Given a triangulation T of a domain Ω, finite element spaces are defined according to 1. the form the functions take (usually polynomial) when restricted

More information

Wave propagation in discrete heterogeneous media

Wave propagation in discrete heterogeneous media www.bcamath.org Wave propagation in discrete heterogeneous media Aurora MARICA marica@bcamath.org BCAM - Basque Center for Applied Mathematics Derio, Basque Country, Spain Summer school & workshop: PDEs,

More information

AProofoftheStabilityoftheSpectral Difference Method For All Orders of Accuracy

AProofoftheStabilityoftheSpectral Difference Method For All Orders of Accuracy AProofoftheStabilityoftheSpectral Difference Method For All Orders of Accuracy Antony Jameson 1 1 Thomas V. Jones Professor of Engineering Department of Aeronautics and Astronautics Stanford University

More information

Discontinuous Galerkin method for hyperbolic equations with singularities

Discontinuous Galerkin method for hyperbolic equations with singularities Discontinuous Galerkin method for hyperbolic equations with singularities Chi-Wang Shu Division of Applied Mathematics Brown University Joint work with Qiang Zhang, Yang Yang and Dongming Wei Outline Introduction

More information

A note on discontinuous Galerkin divergence-free solutions of the Navier-Stokes equations

A note on discontinuous Galerkin divergence-free solutions of the Navier-Stokes equations A note on discontinuous Galerkin divergence-free solutions of the Navier-Stokes equations Bernardo Cockburn Guido anschat Dominik Schötzau June 1, 2007 Journal of Scientific Computing, Vol. 31, 2007, pp.

More information

A space-time Trefftz method for the second order wave equation

A space-time Trefftz method for the second order wave equation A space-time Trefftz method for the second order wave equation Lehel Banjai The Maxwell Institute for Mathematical Sciences Heriot-Watt University, Edinburgh & Department of Mathematics, University of

More information

High-Order Methods for Diffusion Equation with Energy Stable Flux Reconstruction Scheme

High-Order Methods for Diffusion Equation with Energy Stable Flux Reconstruction Scheme 49th AIAA Aerospace Sciences Meeting including the New Horizons Forum and Aerospace Exposi 4-7 January 11, Orlando, Florida AIAA 11-46 High-Order Methods for Diffusion Equation with Energy Stable Flux

More information

An efficient implementation of the divergence free constraint in a discontinuous Galerkin method for magnetohydrodynamics on unstructured meshes

An efficient implementation of the divergence free constraint in a discontinuous Galerkin method for magnetohydrodynamics on unstructured meshes An efficient implementation of the divergence free constraint in a discontinuous Galerkin method for magnetohydrodynamics on unstructured meshes Christian Klingenberg, Frank Pörner, Yinhua Xia Abstract

More information

On an Approximation Result for Piecewise Polynomial Functions. O. Karakashian

On an Approximation Result for Piecewise Polynomial Functions. O. Karakashian BULLETIN OF THE GREE MATHEMATICAL SOCIETY Volume 57, 010 (1 7) On an Approximation Result for Piecewise Polynomial Functions O. arakashian Abstract We provide a new approach for proving approximation results

More information

Efficient wave propagation on complex domains

Efficient wave propagation on complex domains Center for Turbulence Research Annual Research Briefs 2006 223 Efficient wave propagation on complex domains By K. Mattsson, F. Ham AND G. Iaccarino 1. Motivation and objectives In many applications, such

More information

A High-Order Discontinuous Galerkin Method for the Unsteady Incompressible Navier-Stokes Equations

A High-Order Discontinuous Galerkin Method for the Unsteady Incompressible Navier-Stokes Equations A High-Order Discontinuous Galerkin Method for the Unsteady Incompressible Navier-Stokes Equations Khosro Shahbazi 1, Paul F. Fischer 2 and C. Ross Ethier 1 1 University of Toronto and 2 Argonne National

More information

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES)

LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) LECTURE # 0 BASIC NOTATIONS AND CONCEPTS IN THE THEORY OF PARTIAL DIFFERENTIAL EQUATIONS (PDES) RAYTCHO LAZAROV 1 Notations and Basic Functional Spaces Scalar function in R d, d 1 will be denoted by u,

More information

Approximation of fluid-structure interaction problems with Lagrange multiplier

Approximation of fluid-structure interaction problems with Lagrange multiplier Approximation of fluid-structure interaction problems with Lagrange multiplier Daniele Boffi Dipartimento di Matematica F. Casorati, Università di Pavia http://www-dimat.unipv.it/boffi May 30, 2016 Outline

More information

A recovery-assisted DG code for the compressible Navier-Stokes equations

A recovery-assisted DG code for the compressible Navier-Stokes equations A recovery-assisted DG code for the compressible Navier-Stokes equations January 6 th, 217 5 th International Workshop on High-Order CFD Methods Kissimmee, Florida Philip E. Johnson & Eric Johnsen Scientific

More information

The Discontinuous Galerkin Finite Element Method

The Discontinuous Galerkin Finite Element Method The Discontinuous Galerkin Finite Element Method Michael A. Saum msaum@math.utk.edu Department of Mathematics University of Tennessee, Knoxville The Discontinuous Galerkin Finite Element Method p.1/41

More information

Analysis of Hybrid Discontinuous Galerkin Methods for Incompressible Flow Problems

Analysis of Hybrid Discontinuous Galerkin Methods for Incompressible Flow Problems Analysis of Hybrid Discontinuous Galerkin Methods for Incompressible Flow Problems Christian Waluga 1 advised by Prof. Herbert Egger 2 Prof. Wolfgang Dahmen 3 1 Aachen Institute for Advanced Study in Computational

More information

Trefftz-discontinuous Galerkin methods for time-harmonic wave problems

Trefftz-discontinuous Galerkin methods for time-harmonic wave problems Trefftz-discontinuous Galerkin methods for time-harmonic wave problems Ilaria Perugia Dipartimento di Matematica - Università di Pavia (Italy) http://www-dimat.unipv.it/perugia Joint work with Ralf Hiptmair,

More information

Partial Differential Equations and the Finite Element Method

Partial Differential Equations and the Finite Element Method Partial Differential Equations and the Finite Element Method Pavel Solin The University of Texas at El Paso Academy of Sciences ofthe Czech Republic iwiley- INTERSCIENCE A JOHN WILEY & SONS, INC, PUBLICATION

More information

AMS subject classifications. Primary, 65N15, 65N30, 76D07; Secondary, 35B45, 35J50

AMS subject classifications. Primary, 65N15, 65N30, 76D07; Secondary, 35B45, 35J50 A SIMPLE FINITE ELEMENT METHOD FOR THE STOKES EQUATIONS LIN MU AND XIU YE Abstract. The goal of this paper is to introduce a simple finite element method to solve the Stokes equations. This method is in

More information

Runge-Kutta discontinuous Galerkin method with a simple and compact Hermite WENO limiter

Runge-Kutta discontinuous Galerkin method with a simple and compact Hermite WENO limiter Runge-Kutta discontinuous Galerkin method with a simple and compact Hermite WENO limiter Jun Zhu, inghui Zhong, Chi-Wang Shu 3 and Jianxian Qiu 4 Abstract In this paper, we propose a new type of weighted

More information

A New Class of High-Order Energy Stable Flux Reconstruction Schemes

A New Class of High-Order Energy Stable Flux Reconstruction Schemes DOI 10.1007/s10915-010-940-z A New Class of High-Order Energy Stable Flux Reconstruction Schemes P.E. Vincent P. Castonguay A. Jameson Received: May 010 / Revised: September 010 / Accepted: 5 September

More information

On the Comparison of the Finite Volume and Discontinuous Galerkin Methods

On the Comparison of the Finite Volume and Discontinuous Galerkin Methods Diploma Thesis Institute for Numerical Simulation, TUHH On the Comparison of the Finite Volume and Discontinuous Galerkin Methods Corrected version Katja Baumbach August 17, 2006 Supervisor: Prof. Dr.

More information

AMS 529: Finite Element Methods: Fundamentals, Applications, and New Trends

AMS 529: Finite Element Methods: Fundamentals, Applications, and New Trends AMS 529: Finite Element Methods: Fundamentals, Applications, and New Trends Lecture 25: Introduction to Discontinuous Galerkin Methods Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao Finite Element Methods

More information

ON THE BENEFIT OF THE SUMMATION-BY-PARTS PROPERTY ON INTERIOR NODAL SETS

ON THE BENEFIT OF THE SUMMATION-BY-PARTS PROPERTY ON INTERIOR NODAL SETS 6th European Conference on Computational Mechanics (ECCM 6 7th European Conference on Computational Fluid Dynamics (ECFD 7 11 15 June 018, Glasgow, UK ON THE BENEFIT OF THE SUMMATION-BY-PARTS PROPERTY

More information

Graded Mesh Refinement and Error Estimates of Higher Order for DGFE-solutions of Elliptic Boundary Value Problems in Polygons

Graded Mesh Refinement and Error Estimates of Higher Order for DGFE-solutions of Elliptic Boundary Value Problems in Polygons Graded Mesh Refinement and Error Estimates of Higher Order for DGFE-solutions of Elliptic Boundary Value Problems in Polygons Anna-Margarete Sändig, Miloslav Feistauer University Stuttgart, IANS Journées

More information

Méthodes de Galerkine Discontinues pour l imagerie sismique en domaine fréquentiel

Méthodes de Galerkine Discontinues pour l imagerie sismique en domaine fréquentiel Méthodes de Galerkine Discontinues pour l imagerie sismique en domaine fréquentiel Julien Diaz, Équipe Inria Magique 3D Séminaire de Mathématiques Appliquées, Laboratoire de Mathématiques Nicolas Oresme

More information

Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods

Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods Weighted Essentially Non-Oscillatory limiters for Runge-Kutta Discontinuous Galerkin Methods Jianxian Qiu School of Mathematical Science Xiamen University jxqiu@xmu.edu.cn http://ccam.xmu.edu.cn/teacher/jxqiu

More information

A Discontinuous Galerkin Moving Mesh Method for Hamilton-Jacobi Equations

A Discontinuous Galerkin Moving Mesh Method for Hamilton-Jacobi Equations Int. Conference on Boundary and Interior Layers BAIL 6 G. Lube, G. Rapin Eds c University of Göttingen, Germany, 6 A Discontinuous Galerkin Moving Mesh Method for Hamilton-Jacobi Equations. Introduction

More information

Numerical Solutions to Partial Differential Equations

Numerical Solutions to Partial Differential Equations Numerical Solutions to Partial Differential Equations Zhiping Li LMAM and School of Mathematical Sciences Peking University Variational Problems of the Dirichlet BVP of the Poisson Equation 1 For the homogeneous

More information

Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of. Conservation Laws 1. Abstract

Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of. Conservation Laws 1. Abstract Inverse Lax-Wendroff Procedure for Numerical Boundary Conditions of Conservation Laws Sirui Tan and Chi-Wang Shu 3 Abstract We develop a high order finite difference numerical boundary condition for solving

More information

Well-balanced DG scheme for Euler equations with gravity

Well-balanced DG scheme for Euler equations with gravity Well-balanced DG scheme for Euler equations with gravity Praveen Chandrashekar praveen@tifrbng.res.in Center for Applicable Mathematics Tata Institute of Fundamental Research Bangalore 560065 Dept. of

More information

Numerical Methods of Applied Mathematics -- II Spring 2009

Numerical Methods of Applied Mathematics -- II Spring 2009 MIT OpenCourseWare http://ocw.mit.edu 18.336 Numerical Methods of Applied Mathematics -- II Spring 2009 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Scientific Computing WS 2018/2019. Lecture 15. Jürgen Fuhrmann Lecture 15 Slide 1

Scientific Computing WS 2018/2019. Lecture 15. Jürgen Fuhrmann Lecture 15 Slide 1 Scientific Computing WS 2018/2019 Lecture 15 Jürgen Fuhrmann juergen.fuhrmann@wias-berlin.de Lecture 15 Slide 1 Lecture 15 Slide 2 Problems with strong formulation Writing the PDE with divergence and gradient

More information

Operator Upscaling for the Wave Equation

Operator Upscaling for the Wave Equation Operator Upscaling for the Wave Equation Tetyana Vdovina Susan E. Minkoff UMBC), Oksana Korostyshevskaya Department of Computational and Applied Mathematics Rice University, Houston TX vdovina@caam.rice.edu

More information

AN EQUILIBRATED A POSTERIORI ERROR ESTIMATOR FOR THE INTERIOR PENALTY DISCONTINUOUS GALERKIN METHOD

AN EQUILIBRATED A POSTERIORI ERROR ESTIMATOR FOR THE INTERIOR PENALTY DISCONTINUOUS GALERKIN METHOD AN EQUILIBRATED A POSTERIORI ERROR ESTIMATOR FOR THE INTERIOR PENALTY DISCONTINUOUS GALERIN METHOD D. BRAESS, T. FRAUNHOLZ, AND R. H. W. HOPPE Abstract. Interior Penalty Discontinuous Galerkin (IPDG) methods

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

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen CIV-E16 Engineering Computation and Simulation Examination, December 12, 217 / Niiranen This examination consists of 3 problems rated by the standard scale 1...6. Problem 1 Let us consider a long and tall

More information

Dispersion and dissipation error in high-order Runge-Kutta discontinuous Galerkin discretisations of the Maxwell equations

Dispersion and dissipation error in high-order Runge-Kutta discontinuous Galerkin discretisations of the Maxwell equations Dispersion and dissipation error in high-order Runge-Kutta discontinuous Galerkin discretisations of the Maxwell equations D. Sármány M. A. Botchev J. J. W. van der Vegt July, 07 Abstract Different time-stepping

More information

Seismic imaging and multiple removal via model order reduction

Seismic imaging and multiple removal via model order reduction Seismic imaging and multiple removal via model order reduction Alexander V. Mamonov 1, Liliana Borcea 2, Vladimir Druskin 3, and Mikhail Zaslavsky 3 1 University of Houston, 2 University of Michigan Ann

More information

Block-Structured Adaptive Mesh Refinement

Block-Structured Adaptive Mesh Refinement Block-Structured Adaptive Mesh Refinement Lecture 2 Incompressible Navier-Stokes Equations Fractional Step Scheme 1-D AMR for classical PDE s hyperbolic elliptic parabolic Accuracy considerations Bell

More information

Arbitrary High-Order Discontinuous Galerkin Method for Solving Electromagnetic Field Problems in Time Domain

Arbitrary High-Order Discontinuous Galerkin Method for Solving Electromagnetic Field Problems in Time Domain Arbitrary High-Order Discontinuous Galerkin Method for Solving Electromagnetic Field Problems in Time Domain KAI PAPKE, CHRISTIAN R. BAHLS AND URSULA VAN RIENEN University of Rostock, Institute of General

More information

On the efficiency of the Peaceman-Rachford ADI-dG method for wave-type methods

On the efficiency of the Peaceman-Rachford ADI-dG method for wave-type methods On the efficiency of the Peaceman-Rachford ADI-dG method for wave-type methods Marlis Hochbruck, Jonas Köhler CRC Preprint 2017/34 (revised), March 2018 KARLSRUHE INSTITUTE OF TECHNOLOGY KIT The Research

More information

[2] (a) Develop and describe the piecewise linear Galerkin finite element approximation of,

[2] (a) Develop and describe the piecewise linear Galerkin finite element approximation of, 269 C, Vese Practice problems [1] Write the differential equation u + u = f(x, y), (x, y) Ω u = 1 (x, y) Ω 1 n + u = x (x, y) Ω 2, Ω = {(x, y) x 2 + y 2 < 1}, Ω 1 = {(x, y) x 2 + y 2 = 1, x 0}, Ω 2 = {(x,

More information

1. Introduction. We consider the model problem that seeks an unknown function u = u(x) satisfying

1. Introduction. We consider the model problem that seeks an unknown function u = u(x) satisfying A SIMPLE FINITE ELEMENT METHOD FOR LINEAR HYPERBOLIC PROBLEMS LIN MU AND XIU YE Abstract. In this paper, we introduce a simple finite element method for solving first order hyperbolic equations with easy

More information

Space-time XFEM for two-phase mass transport

Space-time XFEM for two-phase mass transport Space-time XFEM for two-phase mass transport Space-time XFEM for two-phase mass transport Christoph Lehrenfeld joint work with Arnold Reusken EFEF, Prague, June 5-6th 2015 Christoph Lehrenfeld EFEF, Prague,

More information

A Neumann series based method for photoacoustic tomography on irregular domains

A Neumann series based method for photoacoustic tomography on irregular domains A Neumann series based method for photoacoustic tomography on irregular domains Eric Chung, Chi Yeung Lam, and Jianliang Qian Abstract. Recently, a Neumann series based numerical method is developed for

More information