1: \begin{abstract} We propose an Exponential DG approach for numerically solving partial differential equations (PDEs).
2: % Of interest is stiff problems where explicit time integrators suffer from the stringent timestep size due to numerical stability.
3: %The approach involves two steps. First, we
4: The idea is to decompose the governing PDE operators %governing equations
5: into linear (fast dynamics extracted by linearization) and nonlinear (the remaining after removing the former) parts, on which we apply the discontinuous Galerkin (DG) spatial discretization.
6: % In particular, we construct the linear part using Jacobian that effectively capture stiff characteristics in the system.
7: %The former is then integrated analytically, whereas the latter is approximated.
8: The resulting semi-discrete system is then integrated using exponential time-integrators: exact for the former and approximate for the latter. By construction, our approach
9: i) is stable with a large Courant number ($Cr>1$);
10: ii) supports high-order solutions both in time and space;
11: iii) is computationally favorable compared to IMEX DG methods %even
12: with no preconditioner;
13: iv) %becomes
14: requires comparable computational time compared to explicit RKDG methods;%on uniform mesh and beneficial on non-uniform grid for Euler equations;
15: v) is scalable in a modern massively parallel computing architecture
16: by exploiting Krylov-subspace matrix-free exponential time integrators and compact communication stencil of DG methods.
17: Various numerical results for both Burgers and Euler equations are presented to showcase these expected properties.
18: %demonstrate the performance of our proposed methods.
19: % through various examples.
20: For Burgers equation, we present a detailed stability and convergence analyses for the exponential Euler DG scheme.
21: % in the context of Burgers equation.
22:
23: \end{abstract}
24: