Subtopic Deep Dive
Discontinuous Galerkin Methods
Research Guide
What is Discontinuous Galerkin Methods?
Discontinuous Galerkin methods are high-order finite element techniques that allow discontinuities across element interfaces for solving partial differential equations with superior accuracy and stability on unstructured meshes.
DG methods formulate PDEs as hyperbolic systems using piecewise polynomials, enforcing weak continuity through numerical fluxes. They excel in convection-dominated flows and wave propagation, with over 10 key papers cited here exceeding 150 citations each. Applications span elastic waves, Navier-Stokes, and fractional diffusion.
Why It Matters
DG methods enable accurate simulations of seismic waves on tetrahedral meshes, as in Dumbser and Käser (2006) with 475 citations for 3D isotropic elasticity. They provide robust solvers for incompressible Navier-Stokes via discrete functional tools (Di Pietro and Ern, 2010, 186 citations) and high-order accuracy for viscoelastic attenuation (Käser et al., 2006, 167 citations). These advance computational mechanics in geophysics and fluid dynamics unattainable by low-order finite differences.
Key Research Challenges
Stability Analysis
Ensuring stability for high-order DG schemes on unstructured meshes requires handling numerical dissipation minimally. Gudi (2010) introduces new error analysis for elliptic problems without extra regularity assumptions (195 citations). Shock-capturing limiters remain critical for hyperbolic PDEs.
hp-Adaptation
Balancing polynomial degree p and mesh size h for optimal convergence demands adaptive strategies. Burman and Ern (2007) develop continuous interior penalty hp-methods for advection-diffusion with error estimates (183 citations). Implementation on complex geometries challenges efficiency.
Higher-Order Derivatives
Extending DG to PDEs with higher spatial derivatives needs novel flux formulations. Cheng and Shu (2007) propose a method for time-dependent higher-order PDEs beyond traditional LDG (155 citations). Fractional diffusion adds non-local operators, as in Deng and Hesthaven (2013, 152 citations).
Essential Papers
An arbitrary high-order discontinuous Galerkin method for elastic waves on unstructured meshes - II. The three-dimensional isotropic case
Michael Dumbser, Martin Käser · 2006 · Geophysical Journal International · 475 citations
We present a new numerical method to solve the heterogeneous elastic wave equations formulated as a linear hyperbolic system using first-order derivatives with arbitrary high-order accuracy in spac...
A new error analysis for discontinuous finite element methods for linear elliptic problems
Thirupathi Gudi · 2010 · Mathematics of Computation · 195 citations
The standard <italic>a priori</italic> error analysis of discontinuous Galerkin methods requires additional regularity on the solution of the elliptic boundary value problem in order to justify the...
Discrete functional analysis tools for Discontinuous Galerkin methods with application to the incompressible Navier–Stokes equations
Daniele A. Di Pietro, Alexandre Ern · 2010 · Mathematics of Computation · 186 citations
Abstract. Two discrete functional analysis tools are established for spaces of piecewise polynomial functions on general meshes: (i) a discrete counterpart of the continuous Sobolev embeddings, in ...
Continuous interior penalty $hp$-finite element methods for advection and advection-diffusion equations
Erik Burman, Alexandre Ern · 2007 · Mathematics of Computation · 183 citations
A continuous interior penalty hp-finite element method that penalizes the jump of the discrete solution across mesh interfaces is introduced. Error estimates are obtained for first-order and advect...
High order WENO and DG methods for time-dependent convection-dominated PDEs: A brief survey of several recent developments
Chi‐Wang Shu · 2016 · Journal of Computational Physics · 182 citations
An arbitrary high-order Discontinuous Galerkin method for elastic waves on unstructured meshes - III. Viscoelastic attenuation
Martin Käser, Michael Dumbser, Josep de la Puente et al. · 2006 · Geophysical Journal International · 167 citations
We present a new numerical method to solve the heterogeneous anelastic, seismic wave equations with arbitrary high order accuracy in space and time on 3-D unstructured tetrahedral meshes. Using the...
Plane wave discontinuous Galerkin methods: Analysis of the<i>h</i>-version
Claude Jeffrey Gittelson, Ralf Hiptmair, Ilaria Perugia · 2009 · ESAIM Mathematical Modelling and Numerical Analysis · 159 citations
We are concerned with a finite element approximation for time-harmonic wave propagation governed by the Helmholtz equation. The usually oscillatory behavior of solutions, along with numerical dispe...
Reading Guide
Foundational Papers
Start with Dumbser and Käser (2006, 475 citations) for arbitrary high-order DG on tetrahedral meshes in elasticity; Gudi (2010, 195 citations) for elliptic error analysis; Di Pietro and Ern (2010, 186 citations) for discrete Sobolev tools applied to Navier-Stokes.
Recent Advances
Shu (2016, 182 citations) surveys WENO-DG for convection PDEs; Deng and Hesthaven (2013, 152 citations) on fractional diffusion; Gittelson et al. (2009, 159 citations) plane wave DG for Helmholtz.
Core Methods
Numerical fluxes (upwind, central); interior penalty stabilization (Castillo 2002); hp-refinement (Burman-Ern 2007); velocity-stress hyperbolic reformulation (Dumbser-Käser 2006).
How PapersFlow Helps You Research Discontinuous Galerkin Methods
Discover & Search
Research Agent uses searchPapers('Discontinuous Galerkin elastic waves unstructured') to find Dumbser and Käser (2006, 475 citations), then citationGraph reveals 167+ citing works like Käser et al. (2006). findSimilarPapers on Shu (2016) uncovers WENO-DG hybrids; exaSearch queries 'DG hp-adaptation stability' for Burman and Ern (2007).
Analyze & Verify
Analysis Agent applies readPaperContent on Gudi (2010) to extract error bounds, verifyResponse with CoVe checks stability claims against Di Pietro and Ern (2010). runPythonAnalysis reproduces condition number estimates from Castillo (2002) using NumPy; GRADE grades evidence on hp-convergence in Burman and Ern (2007).
Synthesize & Write
Synthesis Agent detects gaps in shock-capturing for viscoelastic DG via contradiction flagging across Dumbser-Käser papers. Writing Agent uses latexEditText for scheme derivations, latexSyncCitations integrates 10+ references, latexCompile generates proofs; exportMermaid diagrams numerical flux interfaces.
Use Cases
"Reproduce condition number plot from Castillo (2002) DG elliptic performance"
Research Agent → searchPapers → Analysis Agent → runPythonAnalysis(NumPy stiffness matrix eigenvalues) → matplotlib plot of kappa vs polynomial degree.
"Draft LaTeX section on DG for elastic waves with citations to Dumbser-Käser"
Research Agent → citationGraph → Synthesis Agent → gap detection → Writing Agent → latexEditText + latexSyncCitations + latexCompile → PDF with flux diagrams.
"Find GitHub codes for high-order DG wave propagation from Shu survey"
Research Agent → searchPapers(Shu 2016) → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect → verified implementations.
Automated Workflows
Deep Research workflow scans 50+ DG papers via searchPapers → citationGraph, producing structured report on stability evolution from Dumbser-Käser (2006) to Shu (2016). DeepScan applies 7-step CoVe chain to verify hp-error estimates in Burman-Ern (2007), with GRADE checkpoints. Theorizer generates novel limiter theory from Di Pietro-Ern functional tools and Gudi error analysis.
Frequently Asked Questions
What defines Discontinuous Galerkin methods?
DG methods use piecewise polynomials discontinuous across elements, coupled by numerical fluxes for high-order PDE solutions on unstructured meshes.
What are core DG variants?
Key methods include interior penalty (Castillo 2002), local DG (Cheng-Shu 2007), and arbitrary-order schemes (Dumbser-Käser 2006); hp-versions in Burman-Ern (2007).
Which are top DG papers?
Dumbser-Käser (2006, 475 citations) for 3D elastic waves; Gudi (2010, 195 citations) error analysis; Di Pietro-Ern (2010, 186 citations) functional tools.
What open problems exist in DG?
Optimal hp-adaptation without regularity (Gudi 2010); efficient shock-capturing for viscoelasticity (Käser et al. 2006); scalable fractional DG (Deng-Hesthaven 2013).
Research Advanced Numerical Methods in Computational Mathematics with AI
PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:
AI Literature Review
Automate paper discovery and synthesis across 474M+ papers
Paper Summarizer
Get structured summaries of any paper in seconds
Code & Data Discovery
Find datasets, code repositories, and computational tools
AI Academic Writing
Write research papers with AI assistance and LaTeX support
See how researchers in Engineering use PapersFlow
Field-specific workflows, example queries, and use cases.
Start Researching Discontinuous Galerkin Methods with AI
Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.
See how PapersFlow works for Engineering researchers