To read this content please select one of the options below:

A parallel wavelet adaptive WENO scheme for 2D conservation laws

Alex A. Schmidt (Departamento de Matemática, Universidade Federal de Santa Maria, Santa Maria, Brazil)
Alice de Jesus Kozakevicius (Departamento de Matemática, Universidade Federal de Santa Maria, Santa Maria, Brazil)
Stefan Jakobsson (Department of Computational Engineering and Design, Fraunhofer-Chalmers Research Centre, Gothenburg, Sweden)

International Journal of Numerical Methods for Heat & Fluid Flow

ISSN: 0961-5539

Article publication date: 3 July 2017

147

Abstract

Purpose

The current work aims to present a parallel code using the open multi-processing (OpenMP) programming model for an adaptive multi-resolution high-order finite difference scheme for solving 2D conservation laws, comparing efficiencies obtained with a previous message passing interface formulation for the same serial scheme and considering the same type of 2D formulations laws.

Design/methodology/approach

The serial version of the code is naturally suitable for parallelization because the spatial operator formulation is based on a splitting scheme per direction for which the flux components are numerically computed by a Lax–Friedrichs factorization independently for each row or column. High-order approximations for numerical fluxes are computed by the third-order essentially non-oscillatory (ENO) and fifth-order weighted essentially non-oscillatory (WENO) interpolation schemes, assuming sparse grids in each direction. The grid adaptivity is obtained by a cubic interpolating wavelet transform applied in each space dimension, associated to a threshold operator. Time is evolved by a third order TVD Runge–Kutta method.

Findings

The parallel formulation is implemented automatically at compiling time by the OpenMP library routines, being virtually transparent to the programmer. This over simplifies any concerns about managing and/or updating the adaptive grid when compared to what is necessary to be done when other parallel approaches are considered. Numerical simulations results and the large speedups obtained for the Euler equations in gas dynamics highlight the efficiency of the OpenMP approach.

Research limitations/implications

The resulting speedups reflect the effectiveness of the OpenMP approach but are, to a large extension, limited by the hardware used (2 E5-2620 Intel Xeon processors, 6 cores, 2 threads/core, hyper-threading enabled). As the demand for OpenMP threads increases, the code starts to make explicit use of the second logical thread available in each E5-2620 processor core and efficiency drops. The speedup peak is reached near the possible maximum (24) at about 22, 23 threads. This peak reflects the hardware configuration and the true software limit should be located way beyond this value.

Practical implications

So far no attempts have been made to parallelize other possible code segments (for instance, the ENO|-WENO-TVD code lines that process the different data components which could potentially push the speed up limit to higher values even further. The fact that the speedup peak is located close to the present hardware limit reflects the scalability properties of the OpenMP programming and of the splitting scheme as well. Consequently, it is likely that the speedup peak with the OpenMP approach for this kind of problem formulation will be close to the physical (and/or logical) limit of the hardware used.

Social implications

This work is the result of a successful collaboration among researchers from two different institutions, one internationally well-known and with a long-term experience in applied mathematics for industrial applications and the other in a starting process of international academic insertion. In this way, this scientific partnership has the potential of promoting further knowledge exchange, involving students and other collaborators.

Originality/value

The proposed methodology (use of OpenMP programming model for the wavelet adaptive splitting scheme) is original and contributes to a very active research area in the past years, namely, adaptive methods for conservation laws and their parallel formulations, which is of great interest for the entire scientific community.

Keywords

Acknowledgements

A short version of this paper was presented at the 10th International Symposium on Numerical Analysis of Fluid Flow and Heat Transfer – Numerical Fluids 2015 held in Rhodes, Greece, 23rd – 29th September 2015. This work has been partially supported by FAPERGS grant PG 1873-25.51/13-0. The authors would like to thank the anonymous reviewers for constructive comments which helped to improve the quality of the manuscript.

Citation

Schmidt, A.A., Kozakevicius, A.d.J. and Jakobsson, S. (2017), "A parallel wavelet adaptive WENO scheme for 2D conservation laws", International Journal of Numerical Methods for Heat & Fluid Flow, Vol. 27 No. 7, pp. 1467-1486. https://doi.org/10.1108/HFF-08-2016-0295

Publisher

:

Emerald Publishing Limited

Copyright © 2017, Emerald Publishing Limited

Related articles