Refinement and Connectivity Algorithms for Adaptive Discontinuous Galerkin Methods

  • Authors:
  • Kolja Brix;Ralf Massjung;Alexander Voss

  • Affiliations:
  • brix@igpm.rwth-aachen.de and massjung@igpm.rwth-aachen.de and voss@igpm.rwth-aachen.de;-;-

  • Venue:
  • SIAM Journal on Scientific Computing
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Adaptive multiscale methods are among the many effective techniques for the numerical solution of partial differential equations. Efficient grid management is an important task in these solvers. In this paper we focus on this problem for discontinuous Galerkin discretization methods in 2 and 3 spatial dimensions and present a data structure for handling adaptive grids of different cell types in a unified approach. Instead of tree-based techniques where connectivity is stored via pointers, we associate each cell that arises in the refinement hierarchy with a cell identifier and construct algorithms that establish hierarchical and spatial connectivity. By means of bitwise operations, the complexity of the connectivity algorithms can be bounded independent of the level. The grid is represented by a hash table which results in a low-memory data structure and ensures fast access to cell data. The spatial connectivity algorithm also supports the application of quadrature rules for face integrals that occur in discontinuous Galerkin discretizations. The concept allows us to implement discontinuous Galerkin methods largely independent of spatial dimension and cell type. We demonstrate this by outlining how typical algorithmic tasks that arise in these implementations can be performed with our data structure. In computational tests we compare our approach with that of a classical implementation using pointers.