PySEMTools: A library for post-processing hexahedral spectral element data
Abstract
PySEMTools is a Python-based library for post-processing simulation data produced with high-order hexahedral elements in the context of the spectral element method in computational fluid dynamics. It aims to minimize intermediate steps typically needed when analyzing large files. Specifically, the need to use separate codebases (like the solvers themselves) at post-processing. For this effect, we leverage the use of message passing interface (MPI) for distributed computing to perform typical data processing tasks such as spectrally accurate differentiation, integration, interpolation, and reduced order modeling, among others, on a spectral element mesh. All the functionalities are provided in self-contained Python code and do not depend on the use of a particular solver. We believe that `PySEMTools` provides tools to researchers to accelerate scientific discovery and reduce the entry requirements for the use of advanced methods in computational fluid dynamics.
Cite
@article{arxiv.2504.12301,
title = {PySEMTools: A library for post-processing hexahedral spectral element data},
author = {Adalberto Perez and Siavash Toosi and Tim Felle Olsen and Stefano Markidis and Philipp Schlatter},
journal= {arXiv preprint arXiv:2504.12301},
year = {2025}
}
Comments
To be submitted to The Journal of Open Source Software (JOSS). 3 pages