Suvarna Garge (Editor)

Discontinuous Galerkin method

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Discontinuous Galerkin method novastanfordeduvlfresearchtopicsdiscontgale

discontinuous galerkin methods for hyerbolic pdes 1 olindo zanotti


In applied mathematics, discontinuous Galerkin methods (DG methods) form a class of numerical methods for solving differential equations. They combine features of the finite element and the finite volume framework and have been successfully applied to hyperbolic, elliptic, parabolic and mixed form problems arising from a wide range of applications. DG methods have in particular received considerable interest for problems with a dominant first-order part, e.g. in electrodynamics, fluid mechanics and plasma physics.

Contents

Discontinuous Galerkin methods were first proposed and analyzed in the early 1970s as a technique to numerically solve partial differential equations. In 1973 Reed and Hill introduced a DG method to solve the hyperbolic neutron transport equation.

The origin of the DG method for elliptic problems cannot be traced back to a single publication as features such as jump penalization in the modern sense were developed gradually. However, among the early influential contributors were Babuška, J.-L. Lions, Nitsche and Miloš Zlámal. DG methods for elliptic problems were already developed in a paper by Baker in the setting of 4th order equations in 1977. A more complete account of the historical development and an introduction to DG methods for elliptic problems is given in a publication by Arnold, Brezzi, Cockburn and Marini. A number of research directions and challenges on DG methods are collected in the proceedings volume edited by Cockburn, Karniadakis and Shu.

Introduction to discontinuous galerkin methods


Overview

Much like the continuous Galerkin (CG) method, the discontinuous Galerkin (DG) method is a finite element method formulated relative to a weak formulation of a particular model system. Unlike traditional CG methods that are conforming, the DG method works over a trial space of functions that are only piecewise continuous, and thus often comprise more inclusive function spaces than the finite-dimensional inner product subspaces utilized in conforming methods.

As an example, consider the continuity equation for a scalar unknown ρ in a spatial domain Ω without "sources" or "sinks" :

ρ t + J = 0 ,

where J is the flux of ρ .

Now consider the finite-dimensional space of discontinuous piecewise polynomial functions over the spatial domain Ω restricted to a discrete triangulation Ω h , written as

S h p ( Ω h ) = { v | Ω e i P p ( Ω e i ) ,     Ω e i Ω h }

for P p ( Ω e i ) the space of polynomials with degrees less than or equal to p over element Ω e i indexed by i . Then for finite element shape functions N j P p the solution is represented by

ρ h = j = 1 d o f s ρ j i ( t ) N j i ( x ) , x Ω e i .

Then similarly choosing a test function

ϕ h ( x ) = j = 1 d o f s ϕ j i N j i ( x ) , x Ω e i ,

multiplying the continuity equation by ϕ h and integrating by parts in space, the semidiscrete DG formulation becomes:

d d t Ω e i ρ h ϕ h d x + Ω e i ϕ h J h n d x = Ω e i J h ϕ h d x .

References

Discontinuous Galerkin method Wikipedia