Analysis of Hybrid Discontinuous Galerkin Methods for Incompressible Flow Problems

Size: px
Start display at page:

Download "Analysis of Hybrid Discontinuous Galerkin Methods for Incompressible Flow Problems"

Transcription

1 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 Engineering Science, RWTH Aachen University 2 M2 Center of Mathematics, Technische Universität München 3 Institut für Geometrie und Praktische Mathematik, RWTH Aachen University February 3, 2012 Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

2 Outline Outline 1 Introduction Motivation Governing equations Discretization Overview of the thesis 2 A Hybrid Discontinuous Galerkin Method Preliminaries Poisson problem Stokes problem Navier-Stokes problem 3 A posteriori error estimators and adaptivity Error estimation An adaptive algorithm Numerical results 4 Conclusions Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

3 Outline Introduction 1 Introduction Motivation Governing equations Discretization Overview of the thesis 2 A Hybrid Discontinuous Galerkin Method 3 A posteriori error estimators and adaptivity 4 Conclusions Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

4 Introduction Motivation Simulation aims to predict physical phenomena which are difficult, expensive, or even impossible to observe in conventional experiments. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

5 Introduction Motivation Source: Wikimedia Commons Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

6 Introduction Motivation Real-world problems Mathematical language Computable problems Approximate solutions Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

7 Introduction Governing equations Motion of fluids Incompressible Navier-Stokes equations: ν u + u u + p = f div u = 0 } on Ω R d velocity: u = [u 1,..., u d ] pressure: p Boundary conditions: u = g D on Ω D (Dirichlet) ν nu pn = g N on Ω N (Neumann) R 2 Ω Ω N Ω D For simplicity, let us suppose that u = 0 on Ω. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

8 Introduction Governing equations Motion of fluids Incompressible Navier-Stokes equations: ν u + u u + p = f div u = 0 } on Ω R d velocity: u = [u 1,..., u d ] pressure: p Boundary conditions: u = g D on Ω D (Dirichlet) ν nu pn = g N on Ω N (Neumann) R 2 Ω Ω N Ω D For simplicity, let us suppose that u = 0 on Ω. Difficulties? incompressibility, convective terms, nonlinearity Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

9 Introduction Governing equations Motion of fluids Incompressible Navier-Stokes equations: ν u + u u + p = f div u = 0 } on Ω R d velocity: u = [u 1,..., u d ] pressure: p Boundary conditions: u = g D on Ω D (Dirichlet) ν nu pn = g N on Ω N (Neumann) R 2 Ω Ω N Ω D For simplicity, let us suppose that u = 0 on Ω. Difficulties? incompressibility, convective terms, nonlinearity Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

10 Introduction Discretization Popular discretization methods Finite Volume (FV) locally conservative suitable for convection dominated flow extension to higher orders is complicated FE Finite Element (FE) straightforward extension to higher orders not locally conservative unstable for dominant convection on coarse meshes DG Discontinuous Galerkin (DG) combines advantages of FV and FE methods very suitable for adaptivity increased number of degrees of freedom reduced sparsity in the discrete system Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

11 Introduction Discretization Circumventing the drawbacks of DG... add additional unknowns at the interfaces (hybridization*). relax the coupling across interfaces. eliminate element unknowns (static condensation). DG HDG* HDG Literature: Cockburn, Gopalakrishnan and Lazarov. Unified hybridization of discontinuous Galerkin, mixed and continuous Galerkin methods for second order elliptic problems Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

12 Introduction Discretization Hybrid Discontinuous Galerkin (HDG) Methods DG methods with some (algorithmic) advantages better sparsity structure (for higher orders) static condensation element-based assembly but: Implementation more involved! Overview: Cockburn, Gopalakrishnan, Lazarov. Unified hybridization of discontinuous Galerkin, mixed and continuous Galerkin methods for second order elliptic problems. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

13 Introduction Overview of the thesis Von der Fakultät für Mathematik, Informatik und Naturwissenschaften der RWTH Aachen University zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften genehmigte D i s s e r t a t i o n vorgelegt von Diplom-Ingenieur Christian Waluga aus Würselen Berichter: Univ.-Prof. Dr. Herbert Egger Univ.-Prof. Dr. Wolfgang Dahmen Tag der mündlichen Prüfung: 3. Februar 2012 Diese Dissertation ist auf den Internetseiten der Hochschulbibliothek online verfügbar. Updated and corrected version: May 23, 2013 Overview of the thesis A priori analysis for different flow model-problems. Technical results for the hp analysis. Suitable error estimators to drive adaptive algorithms. Hybrid mortar methods for domain decomposition. Numerical experiments. Analysis of Hybrid Discontinuous Galerkin Methods for Incompressible Flow Problems Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

14 Introduction Overview of the thesis Von der Fakultät für Mathematik, Informatik und Naturwissenschaften der RWTH Aachen University zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften genehmigte D i s s e r t a t i o n vorgelegt von Diplom-Ingenieur Christian Waluga aus Würselen Berichter: Univ.-Prof. Dr. Herbert Egger Univ.-Prof. Dr. Wolfgang Dahmen Tag der mündlichen Prüfung: 3. Februar 2012 Diese Dissertation ist auf den Internetseiten der Hochschulbibliothek online verfügbar. Updated and corrected version: May 23, 2013 Overview of the thesis A priori analysis for different flow model-problems. Analysis of Hybrid Discontinuous Galerkin Methods for Incompressible Flow Problems Suitable error estimators to drive adaptive algorithms. Numerical experiments. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

15 Outline HDG for incompressible flow 1 Introduction 2 A Hybrid Discontinuous Galerkin Method Preliminaries Poisson problem Stokes problem Navier-Stokes problem 3 A posteriori error estimators and adaptivity 4 Conclusions Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

16 HDG for incompressible flow Preliminaries Triangulations of the domain Ω Hybrid meshes with a bounded level of nonconformity (shape regular, quasi-uniform) E 0,6 E 0,10 E 0,1 E 0,10 E 0,9 E 0,8 E 0,6 E 8,9 E T E 6 T T 6,7 9, E 7,8 T 10 E 9,11 E 8,12 T 7 E 5,6 E E 10,11 T 11 T 7,12 12 E E 4,5 11,12 E 4,7 T 4 T E 5 1,10 E 2,11 E 2,12 E 3,4 E 0,5 T 1 E 1,2 T 2 E 2,3 T 3 E 0,3 E 0,1 E 0,2 Collection of elements: T h = {T 1, T 2,... } Boundary + interior facets: E h := {E 0,1, E 0,2,..., E 1,2, E 2,3,...} Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

17 HDG for incompressible flow Preliminaries Hybrid Discontinuous Galerkin? Galerkin? seek a weak solution in a finite dimensional space solution can be computed by solving a linear system of equations AU = F A : stiffness matrix, U : unknowns, F : right hand side Discontinuous? find a discrete solution u h V h on T h space V h consists of piecewise discontinuous polynomial functions. V h = { v h L 2 (Ω) : v h T P k (T ), T T h } Hybrid? also approximate the trace û h V h on E h V h = { v h L 2 (E h ) : v h E P k (E), E E h, v h = 0 on Ω } Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

18 HDG for incompressible flow Poisson problem HDG for Poisson u = f in Ω and u = 0 on Ω. Discrete problem Find (u h, û h ) V h V h, such that where we define a h (u h, û h ; v h, v h ) = f h (v h, v h ) for all (v h, v h ) V h V h. a h (u h, û h ; v h, v h ) := ( u h v h dx nu h (v h v h ) ds T T T T h (u h û h ) nv h ds + T T f h (v h, v h ) := f v h dx T T T h Consistency For u H 1 0 (Ω) H2 (T h ), there holds k γ 2 ) T T ht (u h û h ) (v h v h ) ds a h (u, u Eh ; v h, v h ) = f h (v h, v h ) for all (v h, v h ) V h V h. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

19 HDG for incompressible flow Poisson problem A priori analysis for Poisson Theorem (Coercivity): For γ T sufficiently large, there holds a h (v h, v h ; v h, v h ) 1 2 (v h, v h ) 2 1,h, (v h, v h ) V h V h. Energy norm: (v h, v h ) 2 1,h := T T h ( v h 2 T + γ T k2 T ht v h v h 2 T ) 1/2. Remarks: Optimal γ T is explicitly given by sharp trace inverse estimates. Existence, uniqueness and stability bounds of discrete solution (Lax-Milgram). Standard arguments and approximation results yield order-optimal error estimates. Literature: Arnold et. al. Unified Analysis of Discontinuous Galerkin Methods for Elliptic Problems Warburton, Hesthaven. On the constants in hp-finite element trace inverse inequalities, Burman, Ern. Continuous interior penalty hp-finite element methods for advection and advection-diffusion equations, Egger. A class of hybrid mortar finite element methods for interface problems with non-matching meshes, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

20 HDG for incompressible flow Stokes problem HDG for Stokes System of equations for u = [u 1,..., u d ] with incompressibility constraint. Finite dimensional spaces u + p = f and div u = 0 in Ω and u = 0 on Ω. discrete velocity (u h, û h ): V h := V d h (on T h ), Vh := V d h (on E h ) discrete pressure p h : Q h := { q h L 2 0(Ω) : q h T P k 1 (T ) } Discrete (saddle-point) problem Find (u h, û h ) V h V h and p h Q h, such that a h (u h, û h ; v h, v h ) + b h (v h, v h ; p h ) = f h (v h, v h ) for all (v h, v h ) V h V h, b h (u h, û h ; q h ) = 0 for all q h Q h. The bilinear form associated with the incompressibility constraint is defined as b h (u h, û h ; q h ) := ( ) div u h q h dx (u h û h ) n q h ds T T T T h Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

21 HDG for incompressible flow Stokes problem A priori analysis for Stokes The crucial part of the analysis is the following stability condition. Theorem (discrete inf-sup stability): There exists a constant β independent of the mesh and the polynomial degree k, such that b h (v h, v h ; q h ) sup βk 1/2 q h 0,h, q h Q h. (v h, v h ) V h V (v h h, v h ) 1,h Remarks: The proof is based on an argument due to Fortin. We employ new hp-estimates for the L 2 -orthogonal projections: Π T : H 1 (T ) P k (T ) ΠE : H 1 (T ) P k (E). The analysis applies to hybrid meshes (e.g. tri/quad or tet/hex) with hanging nodes. Error estimates of such mixed methods depend on the approximation properties of the finite element spaces and the discrete inf-sup estimate. Hence, the k-dependence is important for high order discretizations. Literature: Fortin. Analysis of the Convergence of Mixed Finite Element Methods, Brezzi, Fortin. Mixed and Hybrid Finite Element Methods. Springer, Boffi et. al. Mixed finite elements, compatibility conditions, and applications, Springer, Egger, W. hp-analysis of a Hybrid DG Method for Stokes Flow, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

22 HDG for incompressible flow Stokes problem Comparison with related work The discrete inf-sup constant is usually of the order k s (optimal method: s = 0). b h (v h, q h ) sup βk s q h Qh q h Q h, v h V h v h Vh Type Reference Suboptimality s Element types Balanced approx. Spectral [BM:99] 0 quad, hex yes CG [AC:02] 0 quad yes CG [SS:96] ɛ quad, hex yes CG [S:98] 1/2 quad no HDG [EW:11] 1/2 tri, quad, tet, hex yes d 1 DG [T:02] quad, hex no 2 DG [SST:03] 1 quad, hex yes CG [S:98] ( 3 ) tri no Literature: [SS:96] Stenberg, Suri. Mixed finite element methods for problems in elasticity and Stokes flow, [S:98] Schwab. p- and hp- finite element methods: theory and applications in solid and fluid mechanics, [BM:99] Bernardi, Maday. Uniform inf-sup conditions for the spectral discretization of the Stokes problem, [AC:02] Ainsworth, Coggins. A uniformly stable family of mixed hp-finite elements with continuous pressures for incompressible flow. [T:02] Toselli. hp discontinuous Galerkin approximations for the Stokes problem, [SST:03] Schötzau, Schwab, Toselli. Mixed hp-dgfem for incompressible flows, [EW:11] Egger, W. hp-analysis of a Hybrid DG Method for Stokes Flow, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

23 HDG for incompressible flow Stokes problem Convergence rates for Stokes We can prove order-optimal convergence rates; i.e, for (u, p) H m+1 (T h ) H m (T h ): (u u h, u Eh û h ) 1,h + 1 k p p h 0,h hm k m 1 u m+1,ω + hm k m 1/2 p m,ω k level velocity error rate pressure error rate Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

24 HDG for incompressible flow Navier-Stokes problem HDG for Navier-Stokes Add nonlinear convective terms... ν u + u u + p = f and div u = 0 in Ω and u = 0 on Ω. Discrete (nonlinear) problem Find (u h, û h ) V h V h and p h Q h, such that νa h (u h, û h ; v h, v h ) + c h (u h, û h ; u h, û h ; v h, v h ) + b h (v h, v h ; p h ) = f h (v h, v h ), for all (v h, v h ) V h V h and all q h Q h. The form associated with the convective terms is defined as b h (u h, û h ; q h ) = 0. c h (w h, ŵ h ; u h, û h ; v h, v h ) := ( u h (w h v h ) dx + (ŵ h n) {û h /u h } (v h v h ) ds T T T T h b h(w h, ŵ h ; u h v h ). where {û h /u h } = f(w h, ŵ h ; u h, û h ) denotes an upwind value. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

25 HDG for incompressible flow Navier-Stokes problem What is upwinding? Numerical scheme adapts to the direction of propagation of information in the flow field. {û h /u h } := { û h if ŵ h n 0, u h if ŵ h n > 0. ŵ h {û h /u h } = u h {û h /u h } = û h Literature: Reed and Hill. Triangular mesh methods for the neutron transport equation Egger and Schöberl. A mixed-hybrid-discontinuous Galerkin finite element method for convection-diffusion problems Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

26 HDG for incompressible flow Navier-Stokes problem Dealing with the nonlinearity... The discrete Navier-Stokes problem is equivalent to a fixed point problem (u h, û h ) = Φ h (u h, û h ) The operator Φ h : (w h, ŵ h ) (u h, û h ) is defined by the following discrete Oseen problem Remarks: Find (u h, û h ) V h V h and p h Q h, such that νa h (u h, û h ; v h, v h ) + c h (w h, ŵ h ; u h, û h ; v h, v h ) + b h (p h ; v h, v h ) = f h (v h, v h ), for all (v h, v h ) V h V h and all q h Q h. The fixed-point operator is well-defined. b h (q h ; u h, û h ) = 0. Existence of fixed points (thus discrete solutions) by Leray-Schauder principle. For small f Ω, we also obtain Uniqueness of a discrete solution (Banach) Order-optimal convergence rates. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

27 HDG for incompressible flow Navier-Stokes problem Lid-driven cavity flow Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

28 HDG for incompressible flow Navier-Stokes problem Lid-driven cavity flow (ν = 1/100) Comparison of a third order solution with reference data by Ghia et. al y u 1 (x = 0.5) Literature: Ghia et. al. High-Re Solutions for Incompressible Flow using the Navier-Stokes Equations and a Multigrid Method, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

29 HDG for incompressible flow Navier-Stokes problem Lid-driven cavity flow (ν = 1/1000) Comparison of a third order solution with reference data by Ghia et. al y u 1 (x = 0.5) Literature: Ghia et. al. High-Re Solutions for Incompressible Flow using the Navier-Stokes Equations and a Multigrid Method, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

30 Outline A posteriori error estimators and adaptivity 1 Introduction 2 A Hybrid Discontinuous Galerkin Method 3 A posteriori error estimators and adaptivity Error estimation An adaptive algorithm Numerical results 4 Conclusions Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

31 A posteriori error estimators and adaptivity Error estimation Error estimation Exact solution of relevant problems is usually unknown. The jump error estimator η J is given by a sum of local contributions η J := ( T T h η2 T ) 1/2 where η 2 T := γ T k2 T ht uh û h 2 L 2 ( T ) Estimator bounds the error from below (efficiency) and above (reliability) η J (u u h, u û h ) 1,h + p p h 0,h k η J + osc Reliability proved for HDG Methods for Poisson and Stokes. η T can be used as error indicator to drive adaptive refinement strategies. Literature: Egger, W. hp-analysis of a Hybrid DG Method for Stokes Flow, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

32 A posteriori error estimators and adaptivity An adaptive algorithm The adaptive algorithm Given an initial mesh T 0 h of Ω, we invoke the algorithm: For i = 0, 1,... SOLVE ESTIMATE MARK REFINE, (SOLVE) The discrete problem on Th i is solved by the HDG Method. (ESTIMATE) For each T T i h, we compute the local error indicator η T. (MARK) Dörfler: obtain minimal M(T h ) T h, such that T M(T h ) η2 T θ2 η T T T 2, here: θ = 0.5 h (REFINE) Refine T i h by subdividing all marked triangles in M(T h) into four similar ones. Ensure that the maximal difference of the refinement levels between two neighboring elements is one (1-irregular). Literature: Dörfler. A convergent adaptive algorithm for Poissons equation, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

33 A posteriori error estimators and adaptivity Numerical results Stokes in L-shape domain Exact solution due to Verfürth exhibits corner singularity. Initial mesh and adaptively refined meshes after 20 refinement steps. initial k = 1 k = 2 k = 3 Literature: Verfürth. A Review of A Posteriori Error Estimation and Adaptive Mesh-Refinement Techniques, Teubner, Egger, W. hp-analysis of a Hybrid DG Method for Stokes Flow, Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

34 A posteriori error estimators and adaptivity Numerical results Convergence rates and effectivity index energy error η J estimate 10 0 energy error η J estimate 10 0 energy error η J estimate number of elements (k=1) number of elements (k=2) number of elements (k=3) 10 8 effectivity index 10 8 effectivity index 10 8 effectivity index number of elements (k=1) number of elements (k=2) number of elements (k=3) Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

35 Outline Conclusions 1 Introduction 2 A Hybrid Discontinuous Galerkin Method 3 A posteriori error estimators and adaptivity 4 Conclusions Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

36 Conclusions Conclusions We derived analyzed HDG methods for a class of incompressible flow problems. Some technical results may also be useful for related work. HDG methods are promising for high order simulations. Reliable, efficient and simple error estimators. Outlook: HDG methods for other interesting physical models. Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

37 Financial support from the Deutsche Forschungsgemeinschaft through grant GSC 111 is gratefully acknowledged

38 Conclusions Selected references Discontinuous Galerkin (DG) Arnold et. al. Unified Analysis of Discontinuous Galerkin Methods for Elliptic Problems Di Pietro, Ern. Mathematical Aspects of Discontinuous Galerkin Methods Cockburn et. al. A locally conservative LDG method for the incompressible Navier-Stokes equations Girault et. al. A discontinuous Galerkin method with non-overlapping domain decomposition for the Stokes and Navier-Stokes problems Hybrid Discontinuous Galerkin (HDG) Cockburn et. al. Unified hybridization of discontinuous Galerkin, mixed and continuous Galerkin methods for second order elliptic problems Egger and Schöberl. A mixed-hybrid-discontinuous Galerkin finite element method for convection-diffusion problems Nguyen et. al. An implicit high-order hybridizable discontinuous Galerkin method for the incompressible Navier-Stokes equations Cockburn et. al. Analysis of HDG methods for Stokes flow Egger and W. hp-analysis of a hybrid DG method for Stokes flow Christian Waluga (AICES) HDG Methods for Incompressible Flow February 3, / 34

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

A Hybrid Discontinuous Galerkin Method 2 for Darcy-Stokes Problems 3 UNCORRECTED PROOF

A Hybrid Discontinuous Galerkin Method 2 for Darcy-Stokes Problems 3 UNCORRECTED PROOF 1 A Hybrid Discontinuous Galerkin Method 2 for Darcy-Stokes Problems 3 Herbert Egger 1 and Christian Waluga 2 4 1 Center of Mathematics, Technische Universität München, Boltzmannstraße 3, 85748 5 Garching

More information

An Implementation of Hybrid Discontinuous Galerkin Methods in DUNE

An Implementation of Hybrid Discontinuous Galerkin Methods in DUNE Aachen Institute for Advanced Study in Computational Engineering Science Preprint: AICES-2010/12-1 15/December/2010 An Implementation of Hybrid Discontinuous Galerkin Methods in DUNE C. Waluga and H. Egger

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

An Equal-order DG Method for the Incompressible Navier-Stokes Equations

An Equal-order DG Method for the Incompressible Navier-Stokes Equations An Equal-order DG Method for the Incompressible Navier-Stokes Equations Bernardo Cockburn Guido anschat Dominik Schötzau Journal of Scientific Computing, vol. 40, pp. 188 10, 009 Abstract We introduce

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

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

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

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

Hybrid Discontinuous Galerkin methods for incompressible flow problems

Hybrid Discontinuous Galerkin methods for incompressible flow problems Hybrid Discontinuous Galerkin methods incompressible flow problems Christoph Lehrenfeld, Joachim Schöberl MathCCES Computational Mathematics in Engineering Workshop Linz, May 31 - June 1, 2010 Contents

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

New DPG techniques for designing numerical schemes

New DPG techniques for designing numerical schemes New DPG techniques for designing numerical schemes Jay Gopalakrishnan University of Florida Collaborator: Leszek Demkowicz October 2009 Massachusetts Institute of Technology, Boston Thanks: NSF Jay Gopalakrishnan

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

A LAGRANGE MULTIPLIER METHOD FOR ELLIPTIC INTERFACE PROBLEMS USING NON-MATCHING MESHES

A LAGRANGE MULTIPLIER METHOD FOR ELLIPTIC INTERFACE PROBLEMS USING NON-MATCHING MESHES A LAGRANGE MULTIPLIER METHOD FOR ELLIPTIC INTERFACE PROBLEMS USING NON-MATCHING MESHES P. HANSBO Department of Applied Mechanics, Chalmers University of Technology, S-4 96 Göteborg, Sweden E-mail: hansbo@solid.chalmers.se

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

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

ANALYSIS OF AN INTERFACE STABILISED FINITE ELEMENT METHOD: THE ADVECTION-DIFFUSION-REACTION EQUATION

ANALYSIS OF AN INTERFACE STABILISED FINITE ELEMENT METHOD: THE ADVECTION-DIFFUSION-REACTION EQUATION ANALYSIS OF AN INTERFACE STABILISED FINITE ELEMENT METHOD: THE ADVECTION-DIFFUSION-REACTION EQUATION GARTH N. WELLS Abstract. Analysis of an interface stabilised finite element method for the scalar advectiondiffusion-reaction

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

Une méthode de pénalisation par face pour l approximation des équations de Navier-Stokes à nombre de Reynolds élevé

Une méthode de pénalisation par face pour l approximation des équations de Navier-Stokes à nombre de Reynolds élevé Une méthode de pénalisation par face pour l approximation des équations de Navier-Stokes à nombre de Reynolds élevé CMCS/IACS Ecole Polytechnique Federale de Lausanne Erik.Burman@epfl.ch Méthodes Numériques

More information

FINITE ELEMENT APPROXIMATION OF STOKES-LIKE SYSTEMS WITH IMPLICIT CONSTITUTIVE RELATION

FINITE ELEMENT APPROXIMATION OF STOKES-LIKE SYSTEMS WITH IMPLICIT CONSTITUTIVE RELATION Proceedings of ALGORITMY pp. 9 3 FINITE ELEMENT APPROXIMATION OF STOKES-LIKE SYSTEMS WITH IMPLICIT CONSTITUTIVE RELATION JAN STEBEL Abstract. The paper deals with the numerical simulations of steady flows

More information

Past, present and space-time

Past, present and space-time Past, present and space-time Arnold Reusken Chair for Numerical Mathematics RWTH Aachen Utrecht, 12.11.2015 Reusken (RWTH Aachen) Past, present and space-time Utrecht, 12.11.2015 1 / 20 Outline Past. Past

More information

Yongdeok Kim and Seki Kim

Yongdeok Kim and Seki Kim J. Korean Math. Soc. 39 (00), No. 3, pp. 363 376 STABLE LOW ORDER NONCONFORMING QUADRILATERAL FINITE ELEMENTS FOR THE STOKES PROBLEM Yongdeok Kim and Seki Kim Abstract. Stability result is obtained for

More information

The Mortar Boundary Element Method

The Mortar Boundary Element Method The Mortar Boundary Element Method A Thesis submitted for the degree of Doctor of Philosophy by Martin Healey School of Information Systems, Computing and Mathematics Brunel University March 2010 Abstract

More information

ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS

ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS CARLO LOVADINA AND ROLF STENBERG Abstract The paper deals with the a-posteriori error analysis of mixed finite element methods

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

STABILIZED DISCONTINUOUS FINITE ELEMENT APPROXIMATIONS FOR STOKES EQUATIONS

STABILIZED DISCONTINUOUS FINITE ELEMENT APPROXIMATIONS FOR STOKES EQUATIONS STABILIZED DISCONTINUOUS FINITE ELEMENT APPROXIMATIONS FOR STOKES EQUATIONS RAYTCHO LAZAROV AND XIU YE Abstract. In this paper, we derive two stabilized discontinuous finite element formulations, symmetric

More information

Multigrid Methods for Maxwell s Equations

Multigrid Methods for Maxwell s Equations Multigrid Methods for Maxwell s Equations Jintao Cui Institute for Mathematics and Its Applications University of Minnesota Outline Nonconforming Finite Element Methods for a Two Dimensional Curl-Curl

More information

arxiv: v1 [math.na] 15 Nov 2017

arxiv: v1 [math.na] 15 Nov 2017 Noname manuscript No. (will be inserted by the editor) An HDG method with orthogonal projections in facet integrals Issei Oikawa arxiv:1711.05396v1 [math.na] 15 Nov 2017 Received: date / Accepted: date

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

UNIFIED A POSTERIORI ERROR ESTIMATOR FOR FINITE ELEMENT METHODS FOR THE STOKES EQUATIONS

UNIFIED A POSTERIORI ERROR ESTIMATOR FOR FINITE ELEMENT METHODS FOR THE STOKES EQUATIONS INTERNATIONAL JOURNAL OF NUMERICAL ANALYSIS AND MODELING Volume 10, Number 3, Pages 551 570 c 013 Institute for Scientific Computing and Information UNIFIED A POSTERIORI ERROR ESTIMATOR FOR FINITE ELEMENT

More information

A STOKES INTERFACE PROBLEM: STABILITY, FINITE ELEMENT ANALYSIS AND A ROBUST SOLVER

A STOKES INTERFACE PROBLEM: STABILITY, FINITE ELEMENT ANALYSIS AND A ROBUST SOLVER European Congress on Computational Methods in Applied Sciences and Engineering ECCOMAS 2004 P. Neittaanmäki, T. Rossi, K. Majava, and O. Pironneau (eds.) O. Nevanlinna and R. Rannacher (assoc. eds.) Jyväskylä,

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

Non-Conforming Finite Element Methods for Nonmatching Grids in Three Dimensions

Non-Conforming Finite Element Methods for Nonmatching Grids in Three Dimensions Non-Conforming Finite Element Methods for Nonmatching Grids in Three Dimensions Wayne McGee and Padmanabhan Seshaiyer Texas Tech University, Mathematics and Statistics (padhu@math.ttu.edu) Summary. In

More information

NUMERICAL STUDIES OF VARIATIONAL-TYPE TIME-DISCRETIZATION TECHNIQUES FOR TRANSIENT OSEEN PROBLEM

NUMERICAL STUDIES OF VARIATIONAL-TYPE TIME-DISCRETIZATION TECHNIQUES FOR TRANSIENT OSEEN PROBLEM Proceedings of ALGORITMY 212 pp. 44 415 NUMERICAL STUDIES OF VARIATIONAL-TYPE TIME-DISCRETIZATION TECHNIQUES FOR TRANSIENT OSEEN PROBLEM NAVEED AHMED AND GUNAR MATTHIES Abstract. In this paper, we combine

More information

A posteriori error estimates applied to flow in a channel with corners

A posteriori error estimates applied to flow in a channel with corners Mathematics and Computers in Simulation 61 (2003) 375 383 A posteriori error estimates applied to flow in a channel with corners Pavel Burda a,, Jaroslav Novotný b, Bedřich Sousedík a a Department of Mathematics,

More information

ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS

ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED FINITE ELEMENT METHODS MATHEMATICS OF COMPUTATION Volume 75, Number 256, October 2006, Pages 1659 1674 S 0025-57180601872-2 Article electronically published on June 26, 2006 ENERGY NORM A POSTERIORI ERROR ESTIMATES FOR MIXED

More information

LOCAL MASS-CONSERVATION FOR STABILIZED LINEAR FINITE ELEMENT INTERPOLATIONS OF INCOMPRESSIBLE FLOW

LOCAL MASS-CONSERVATION FOR STABILIZED LINEAR FINITE ELEMENT INTERPOLATIONS OF INCOMPRESSIBLE FLOW LOCAL MASS-CONSERVATION FOR STABILIZED LINEAR FINITE ELEMENT INTERPOLATIONS OF INCOMPRESSIBLE FLOW B. GMEINER, C. WALUGA, AND B. WOHLMUTH (a) (b) Abstract. In this work, we discuss a class of stabilized

More information

A Finite Element Method for the Surface Stokes Problem

A Finite Element Method for the Surface Stokes Problem J A N U A R Y 2 0 1 8 P R E P R I N T 4 7 5 A Finite Element Method for the Surface Stokes Problem Maxim A. Olshanskii *, Annalisa Quaini, Arnold Reusken and Vladimir Yushutin Institut für Geometrie und

More information

Multigrid Methods for Saddle Point Problems

Multigrid Methods for Saddle Point Problems Multigrid Methods for Saddle Point Problems Susanne C. Brenner Department of Mathematics and Center for Computation & Technology Louisiana State University Advances in Mathematics of Finite Elements (In

More information

Lecture Note III: Least-Squares Method

Lecture Note III: Least-Squares Method Lecture Note III: Least-Squares Method Zhiqiang Cai October 4, 004 In this chapter, we shall present least-squares methods for second-order scalar partial differential equations, elastic equations of solids,

More information

An interpolation operator for H 1 functions on general quadrilateral and hexahedral meshes with hanging nodes

An interpolation operator for H 1 functions on general quadrilateral and hexahedral meshes with hanging nodes An interpolation operator for H 1 functions on general quadrilateral and hexahedral meshes with hanging nodes Vincent Heuveline Friedhelm Schieweck Abstract We propose a Scott-Zhang type interpolation

More information

A Two-grid Method for Coupled Free Flow with Porous Media Flow

A Two-grid Method for Coupled Free Flow with Porous Media Flow A Two-grid Method for Coupled Free Flow with Porous Media Flow Prince Chidyagwai a and Béatrice Rivière a, a Department of Computational and Applied Mathematics, Rice University, 600 Main Street, Houston,

More information

Numerical Simulation of Flows in Highly Heterogeneous Porous Media

Numerical Simulation of Flows in Highly Heterogeneous Porous Media Numerical Simulation of Flows in Highly Heterogeneous Porous Media R. Lazarov, Y. Efendiev, J. Galvis, K. Shi, J. Willems The Second International Conference on Engineering and Computational Mathematics

More information

Towards pressure-robust mixed methods for the incompressible Navier Stokes equations

Towards pressure-robust mixed methods for the incompressible Navier Stokes equations Mohrenstrasse 39 10117 Berlin Germany Tel. +49 30 20372 0 www.wias-berlin.de 2016-05-05, Pittsburgh Weierstrass Institute for Applied Analysis and Stochastics Towards pressure-robust mixed methods for

More information

PREPRINT 2010:25. Fictitious domain finite element methods using cut elements: II. A stabilized Nitsche method ERIK BURMAN PETER HANSBO

PREPRINT 2010:25. Fictitious domain finite element methods using cut elements: II. A stabilized Nitsche method ERIK BURMAN PETER HANSBO PREPRINT 2010:25 Fictitious domain finite element methods using cut elements: II. A stabilized Nitsche method ERIK BURMAN PETER HANSBO Department of Mathematical Sciences Division of Mathematics CHALMERS

More information

Maximum norm estimates for energy-corrected finite element method

Maximum norm estimates for energy-corrected finite element method Maximum norm estimates for energy-corrected finite element method Piotr Swierczynski 1 and Barbara Wohlmuth 1 Technical University of Munich, Institute for Numerical Mathematics, piotr.swierczynski@ma.tum.de,

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

Adaptive Finite Element Methods Lecture 1: A Posteriori Error Estimation

Adaptive Finite Element Methods Lecture 1: A Posteriori Error Estimation Adaptive Finite Element Methods Lecture 1: A Posteriori Error Estimation Department of Mathematics and Institute for Physical Science and Technology University of Maryland, USA www.math.umd.edu/ rhn 7th

More information

STABILIZED HP-DGFEM FOR INCOMPRESSIBLE FLOW. Math. Models Methods Appl. Sci., Vol. 13, pp , 2003

STABILIZED HP-DGFEM FOR INCOMPRESSIBLE FLOW. Math. Models Methods Appl. Sci., Vol. 13, pp , 2003 Mathematical Models and Methods in Applied Sciences c World Scientiic Publishing Company STABILIZED HP-DGFEM FOR INCOMPRESSIBLE FLOW D. SCHÖTZAU1 C. SCHWAB 2 A. TOSELLI 2 1 Department o Mathematics, University

More information

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

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

More information

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

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

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems

Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Adaptive C1 Macroelements for Fourth Order and Divergence-Free Problems Roy Stogner Computational Fluid Dynamics Lab Institute for Computational Engineering and Sciences University of Texas at Austin March

More information

Spline Element Method for Partial Differential Equations

Spline Element Method for Partial Differential Equations for Partial Differential Equations Department of Mathematical Sciences Northern Illinois University 2009 Multivariate Splines Summer School, Summer 2009 Outline 1 Why multivariate splines for PDEs? Motivation

More information

Find (u,p;λ), with u 0 and λ R, such that u + p = λu in Ω, (2.1) div u = 0 in Ω, u = 0 on Γ.

Find (u,p;λ), with u 0 and λ R, such that u + p = λu in Ω, (2.1) div u = 0 in Ω, u = 0 on Γ. A POSTERIORI ESTIMATES FOR THE STOKES EIGENVALUE PROBLEM CARLO LOVADINA, MIKKO LYLY, AND ROLF STENBERG Abstract. We consider the Stokes eigenvalue problem. For the eigenvalues we derive both upper and

More information

A local-structure-preserving local discontinuous Galerkin method for the Laplace equation

A local-structure-preserving local discontinuous Galerkin method for the Laplace equation A local-structure-preserving local discontinuous Galerkin method for the Laplace equation Fengyan Li 1 and Chi-Wang Shu 2 Abstract In this paper, we present a local-structure-preserving local discontinuous

More information

Numerical Analysis of Higher Order Discontinuous Galerkin Finite Element Methods

Numerical Analysis of Higher Order Discontinuous Galerkin Finite Element Methods Numerical Analysis of Higher Order Discontinuous Galerkin Finite Element Methods Contents Ralf Hartmann Institute of Aerodynamics and Flow Technology DLR (German Aerospace Center) Lilienthalplatz 7, 3808

More information

The Virtual Element Method: an introduction with focus on fluid flows

The Virtual Element Method: an introduction with focus on fluid flows The Virtual Element Method: an introduction with focus on fluid flows L. Beirão da Veiga Dipartimento di Matematica e Applicazioni Università di Milano-Bicocca VEM people (or group representatives): P.

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

ICES REPORT Analysis of the DPG Method for the Poisson Equation

ICES REPORT Analysis of the DPG Method for the Poisson Equation ICES REPORT 10-37 September 2010 Analysis of the DPG Method for the Poisson Equation by L. Demkowicz and J. Gopalakrishnan The Institute for Computational Engineering and Sciences The University of Texas

More information

WEAK GALERKIN FINITE ELEMENT METHODS ON POLYTOPAL MESHES

WEAK GALERKIN FINITE ELEMENT METHODS ON POLYTOPAL MESHES INERNAIONAL JOURNAL OF NUMERICAL ANALYSIS AND MODELING Volume 12, Number 1, Pages 31 53 c 2015 Institute for Scientific Computing and Information WEAK GALERKIN FINIE ELEMEN MEHODS ON POLYOPAL MESHES LIN

More information

Energy Norm A Posteriori Error Estimation for Mixed Discontinuous Galerkin Approximations of the Stokes Problem

Energy Norm A Posteriori Error Estimation for Mixed Discontinuous Galerkin Approximations of the Stokes Problem idgenössische Technische Hochschule Zürich cole polytechnique fédérale de Zurich Politecnico federale di Zurigo Swiss Federal Institute of Technology Zurich nergy Norm A Posteriori rror stimation for Mixed

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

A NOTE ON THE LADYŽENSKAJA-BABUŠKA-BREZZI CONDITION

A NOTE ON THE LADYŽENSKAJA-BABUŠKA-BREZZI CONDITION A NOTE ON THE LADYŽENSKAJA-BABUŠKA-BREZZI CONDITION JOHNNY GUZMÁN, ABNER J. SALGADO, AND FRANCISCO-JAVIER SAYAS Abstract. The analysis of finite-element-like Galerkin discretization techniques for the

More information

A Framework for Analyzing and Constructing Hierarchical-Type A Posteriori Error Estimators

A Framework for Analyzing and Constructing Hierarchical-Type A Posteriori Error Estimators A Framework for Analyzing and Constructing Hierarchical-Type A Posteriori Error Estimators Jeff Ovall University of Kentucky Mathematics www.math.uky.edu/ jovall jovall@ms.uky.edu Kentucky Applied and

More information

Maximum-norm a posteriori estimates for discontinuous Galerkin methods

Maximum-norm a posteriori estimates for discontinuous Galerkin methods Maximum-norm a posteriori estimates for discontinuous Galerkin methods Emmanuil Georgoulis Department of Mathematics, University of Leicester, UK Based on joint work with Alan Demlow (Kentucky, USA) DG

More information

A posteriori error estimation for elliptic problems

A posteriori error estimation for elliptic problems A posteriori error estimation for elliptic problems Praveen. C praveen@math.tifrbng.res.in Tata Institute of Fundamental Research Center for Applicable Mathematics Bangalore 560065 http://math.tifrbng.res.in

More information

On Pressure Stabilization Method and Projection Method for Unsteady Navier-Stokes Equations 1

On Pressure Stabilization Method and Projection Method for Unsteady Navier-Stokes Equations 1 On Pressure Stabilization Method and Projection Method for Unsteady Navier-Stokes Equations 1 Jie Shen Department of Mathematics, Penn State University University Park, PA 1682 Abstract. We present some

More information

Discontinuous Petrov-Galerkin Methods

Discontinuous Petrov-Galerkin Methods Discontinuous Petrov-Galerkin Methods Friederike Hellwig 1st CENTRAL School on Analysis and Numerics for Partial Differential Equations, November 12, 2015 Motivation discontinuous Petrov-Galerkin (dpg)

More information

Hp-Adaptivity on Anisotropic Meshes for Hybridized Discontinuous Galerkin Scheme

Hp-Adaptivity on Anisotropic Meshes for Hybridized Discontinuous Galerkin Scheme Hp-Adaptivity on Anisotropic Meshes for Hybridized Discontinuous Galerkin Scheme Aravind Balan, Michael Woopen and Georg May AICES Graduate School, RWTH Aachen University, Germany 22nd AIAA Computational

More information

A Mixed Nonconforming Finite Element for Linear Elasticity

A Mixed Nonconforming Finite Element for Linear Elasticity A Mixed Nonconforming Finite Element for Linear Elasticity Zhiqiang Cai, 1 Xiu Ye 2 1 Department of Mathematics, Purdue University, West Lafayette, Indiana 47907-1395 2 Department of Mathematics and Statistics,

More information

A mixed finite element approximation of the Stokes equations with the boundary condition of type (D+N)

A mixed finite element approximation of the Stokes equations with the boundary condition of type (D+N) wwwijmercom Vol2, Issue1, Jan-Feb 2012 pp-464-472 ISSN: 2249-6645 A mixed finite element approximation of the Stokes equations with the boundary condition of type (D+N) Jaouad El-Mekkaoui 1, Abdeslam Elakkad

More information

1. Introduction. The Stokes problem seeks unknown functions u and p satisfying

1. Introduction. The Stokes problem seeks unknown functions u and p satisfying A DISCRETE DIVERGENCE FREE WEAK GALERKIN FINITE ELEMENT METHOD FOR THE STOKES EQUATIONS LIN MU, JUNPING WANG, AND XIU YE Abstract. A discrete divergence free weak Galerkin finite element method is developed

More information

An Equal-Order DG Method for the Incompressible Navier-Stokes Equations

An Equal-Order DG Method for the Incompressible Navier-Stokes Equations J Sci Comput 009) 40: 188 10 DOI 10.1007/s10915-008-961-1 An qual-order DG Method for the Incompressible Navier-Stokes quations Bernardo Cockburn Guido anschat Dominik Schötzau Received: 4 September 008

More information

Mixed Finite Element Methods. Douglas N. Arnold, University of Minnesota The 41st Woudschoten Conference 5 October 2016

Mixed Finite Element Methods. Douglas N. Arnold, University of Minnesota The 41st Woudschoten Conference 5 October 2016 Mixed Finite Element Methods Douglas N. Arnold, University of Minnesota The 41st Woudschoten Conference 5 October 2016 Linear elasticity Given the load f : Ω R n, find the displacement u : Ω R n and the

More information

Discontinuous Galerkin Method for interface problem of coupling different order elliptic equations

Discontinuous Galerkin Method for interface problem of coupling different order elliptic equations Discontinuous Galerkin Method for interface problem of coupling different order elliptic equations Igor Mozolevski, Endre Süli Federal University of Santa Catarina, Brazil Oxford University Computing Laboratory,

More information

Basic Concepts of Adaptive Finite Element Methods for Elliptic Boundary Value Problems

Basic Concepts of Adaptive Finite Element Methods for Elliptic Boundary Value Problems Basic Concepts of Adaptive Finite lement Methods for lliptic Boundary Value Problems Ronald H.W. Hoppe 1,2 1 Department of Mathematics, University of Houston 2 Institute of Mathematics, University of Augsburg

More information

arxiv: v1 [math.na] 19 Dec 2017

arxiv: v1 [math.na] 19 Dec 2017 Arnold-Winther Mixed Finite Elements for Stokes Eigenvalue Problems Joscha Gedicke Arbaz Khan arxiv:72.0686v [math.na] 9 Dec 207 Abstract This paper is devoted to study the Arnold-Winther mixed finite

More information

An a posteriori error estimator for the weak Galerkin least-squares finite-element method

An a posteriori error estimator for the weak Galerkin least-squares finite-element method An a posteriori error estimator for the weak Galerkin least-squares finite-element method James H. Adler a, Xiaozhe Hu a, Lin Mu b, Xiu Ye c a Department of Mathematics, Tufts University, Medford, MA 02155

More information

On a Discontinuous Galerkin Method for Surface PDEs

On a Discontinuous Galerkin Method for Surface PDEs On a Discontinuous Galerkin Method for Surface PDEs Pravin Madhavan (joint work with Andreas Dedner and Bjo rn Stinner) Mathematics and Statistics Centre for Doctoral Training University of Warwick Applied

More information

A Posteriori Error Estimation Techniques for Finite Element Methods. Zhiqiang Cai Purdue University

A Posteriori Error Estimation Techniques for Finite Element Methods. Zhiqiang Cai Purdue University A Posteriori Error Estimation Techniques for Finite Element Methods Zhiqiang Cai Purdue University Department of Mathematics, Purdue University Slide 1, March 16, 2017 Books Ainsworth & Oden, A posteriori

More information

A posteriori error estimates for non conforming approximation of eigenvalue problems

A posteriori error estimates for non conforming approximation of eigenvalue problems A posteriori error estimates for non conforming approximation of eigenvalue problems E. Dari a, R. G. Durán b and C. Padra c, a Centro Atómico Bariloche, Comisión Nacional de Energía Atómica and CONICE,

More information

Unified A Posteriori Error Control for all Nonstandard Finite Elements 1

Unified A Posteriori Error Control for all Nonstandard Finite Elements 1 Unified A Posteriori Error Control for all Nonstandard Finite Elements 1 Martin Eigel C. Carstensen, C. Löbhard, R.H.W. Hoppe Humboldt-Universität zu Berlin 19.05.2010 1 we know of Guidelines for Applicants

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

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

MIXED FINITE ELEMENT METHODS FOR PROBLEMS WITH ROBIN BOUNDARY CONDITIONS

MIXED FINITE ELEMENT METHODS FOR PROBLEMS WITH ROBIN BOUNDARY CONDITIONS MIXED FINITE ELEMENT METHODS FOR PROBLEMS WITH ROBIN BOUNDARY CONDITIONS JUHO KÖNNÖ, DOMINIK SCHÖTZAU, AND ROLF STENBERG Abstract. We derive new a-priori and a-posteriori error estimates for mixed nite

More information

FROM GODUNOV TO A UNIFIED HYBRIDIZED DISCONTINUOUS GALERKIN FRAMEWORK FOR PARTIAL DIFFERENTIAL EQUATIONS

FROM GODUNOV TO A UNIFIED HYBRIDIZED DISCONTINUOUS GALERKIN FRAMEWORK FOR PARTIAL DIFFERENTIAL EQUATIONS FROM GODUNOV TO A UNIFIED HYBRIDIZED DISCONTINUOUS GALERKIN FRAMEWORK FOR PARTIAL DIFFERENTIAL EQUATIONS TAN BUI-THANH Abstract. By revisiting the basic Godunov approach for linear system of hyperbolic

More information

PSEUDO-COMPRESSIBILITY METHODS FOR THE UNSTEADY INCOMPRESSIBLE NAVIER-STOKES EQUATIONS

PSEUDO-COMPRESSIBILITY METHODS FOR THE UNSTEADY INCOMPRESSIBLE NAVIER-STOKES EQUATIONS PSEUDO-COMPRESSIBILITY METHODS FOR THE UNSTEADY INCOMPRESSIBLE NAVIER-STOKES EQUATIONS Jie Shen Department of Mathematics, Penn State University University Par, PA 1680, USA Abstract. We present in this

More information

A PENALTY FREE NON-SYMMETRIC NITSCHE TYPE METHOD FOR THE WEAK IMPOSITION OF BOUNDARY CONDITIONS

A PENALTY FREE NON-SYMMETRIC NITSCHE TYPE METHOD FOR THE WEAK IMPOSITION OF BOUNDARY CONDITIONS A PENALTY FREE NON-SYMMETRIC NITSCHE TYPE METHOD FOR THE WEAK IMPOSITION OF BOUNDARY CONDITIONS ERIK BURMAN Abstract. In this note we show that the non-symmetric version of the classical Nitsche s method

More information

Electronic Transactions on Numerical Analysis Volume 32, 2008

Electronic Transactions on Numerical Analysis Volume 32, 2008 Electronic Transactions on Numerical Analysis Volume 32, 2008 Contents 1 On the role of boundary conditions for CIP stabilization of higher order finite elements. Friedhelm Schieweck. We investigate the

More information

Finite Elements. Colin Cotter. February 22, Colin Cotter FEM

Finite Elements. Colin Cotter. February 22, Colin Cotter FEM Finite Elements February 22, 2019 In the previous sections, we introduced the concept of finite element spaces, which contain certain functions defined on a domain. Finite element spaces are examples of

More information

WELL POSEDNESS OF PROBLEMS I

WELL POSEDNESS OF PROBLEMS I Finite Element Method 85 WELL POSEDNESS OF PROBLEMS I Consider the following generic problem Lu = f, where L : X Y, u X, f Y and X, Y are two Banach spaces We say that the above problem is well-posed (according

More information

A uniform additive Schwarz preconditioner for high order Discontinuous Galerkin approximations of elliptic problems

A uniform additive Schwarz preconditioner for high order Discontinuous Galerkin approximations of elliptic problems Noname manuscript No. (will be inserted by the editor) A uniform additive Schwarz preconditioner for high order Discontinuous Galerkin approximations of elliptic problems Paola F. Antonietti Marco Sarti

More information

Recovery-Based A Posteriori Error Estimation

Recovery-Based A Posteriori Error Estimation Recovery-Based A Posteriori Error Estimation Zhiqiang Cai Purdue University Department of Mathematics, Purdue University Slide 1, March 2, 2011 Outline Introduction Diffusion Problems Higher Order Elements

More information

On Dual-Weighted Residual Error Estimates for p-dependent Discretizations

On Dual-Weighted Residual Error Estimates for p-dependent Discretizations On Dual-Weighted Residual Error Estimates for p-dependent Discretizations Aerospace Computational Design Laboratory Report TR-11-1 Masayuki Yano and David L. Darmofal September 21, 2011 Abstract This report

More information

Convergence and optimality of an adaptive FEM for controlling L 2 errors

Convergence and optimality of an adaptive FEM for controlling L 2 errors Convergence and optimality of an adaptive FEM for controlling L 2 errors Alan Demlow (University of Kentucky) joint work with Rob Stevenson (University of Amsterdam) Partially supported by NSF DMS-0713770.

More information

A primer on Numerical methods for elasticity

A primer on Numerical methods for elasticity A primer on Numerical methods for elasticity Douglas N. Arnold, University of Minnesota Complex materials: Mathematical models and numerical methods Oslo, June 10 12, 2015 One has to resort to the indignity

More information

Weierstraß-Institut. für Angewandte Analysis und Stochastik. Leibniz-Institut im Forschungsverbund Berlin e. V. Preprint ISSN

Weierstraß-Institut. für Angewandte Analysis und Stochastik. Leibniz-Institut im Forschungsverbund Berlin e. V. Preprint ISSN Weierstraß-Institut für Angewandte Analysis und Stochastik Leibniz-Institut im Forschungsverbund Berlin e. V. Preprint ISSN 2198-5855 On the divergence constraint in mixed finite element methods for incompressible

More information

A Two-Grid Stabilization Method for Solving the Steady-State Navier-Stokes Equations

A Two-Grid Stabilization Method for Solving the Steady-State Navier-Stokes Equations A Two-Grid Stabilization Method for Solving the Steady-State Navier-Stokes Equations Songul Kaya and Béatrice Rivière Abstract We formulate a subgrid eddy viscosity method for solving the steady-state

More information

A NEW FAMILY OF STABLE MIXED FINITE ELEMENTS FOR THE 3D STOKES EQUATIONS

A NEW FAMILY OF STABLE MIXED FINITE ELEMENTS FOR THE 3D STOKES EQUATIONS MATHEMATICS OF COMPUTATION Volume 74, Number 250, Pages 543 554 S 0025-5718(04)01711-9 Article electronically published on August 31, 2004 A NEW FAMILY OF STABLE MIXED FINITE ELEMENTS FOR THE 3D STOKES

More information