English

FESTUNG: A MATLAB / GNU Octave toolbox for the discontinuous Galerkin method. Part III: Hybridized discontinuous Galerkin (HDG) formulation

Numerical Analysis 2018-06-12 v2

Abstract

The third paper in our series on open source MATLAB / GNU Octave implementation of the discontinuous Galerkin (DG) method(s) focuses on a hybridized formulation. The main aim of this ongoing work is to develop rapid prototyping techniques covering a range of standard DG methodologies and suitable for small to medium sized applications. Our FESTUNG package relies on fully vectorized matrix / vector operations throughout, and all details of the implementation are fully documented. Once again, great care was taken to maintain a direct mapping between discretization terms and code routines as well as to ensure full compatibility to GNU Octave. The current work formulates a hybridized DG scheme for linear advection problem, describes hybrid approximation spaces on the mesh skeleton, and compares the performance of this discretization to the standard (element-based) DG method for different polynomial orders.

Keywords

Cite

@article{arxiv.1709.04390,
  title  = {FESTUNG: A MATLAB / GNU Octave toolbox for the discontinuous Galerkin method. Part III: Hybridized discontinuous Galerkin (HDG) formulation},
  author = {Alexander Jaust and Balthasar Reuter and Vadym Aizinger and Jochen Schütz and Peter Knabner},
  journal= {arXiv preprint arXiv:1709.04390},
  year   = {2018}
}

Comments

Updated with accepted manuscript. Among other (mostly editorial) changes, parts of Sec. 3 were rewritten to improve the presentation of the method