Constructing PDFs of spatially dependent fields using finite elements
Paul M. Mannix, David A. Ham, John Craske
TL;DR
This work presents a finite-element framework for estimating the PDF $f_Y(y)$ of spatially varying fields by projecting the integral of the indicator $\mathbb{I}_{Y(x)<y}$ onto a discontinuous Galerkin space, yielding a robust CDF $F_Y(y)$ and a distributional PDF $\mathsf{f}_Y$. It decomposes the FE PDF into smooth and singular components $\mathsf{f}_0 \in L^2(\Omega_Y)$ and $\mathsf{f}_1 \in L^2(\Gamma)$ to capture jumps, and prescribes monotone reconstruction via slope limiting. The CDF inversion is carried out element-wise on a nonuniform mesh to obtain the inverse $\mathsf{F}^{-1}_B$ and compute the APE via $\beta^*(z) = F_B^{-1} \circ F_Z(z)$, with application to a Kelvin-Helmholtz instability illustrating accuracy and efficiency gains over histogram methods. The method is extensible to 3D and non-rectangular domains and is implemented in the NumDF package with documentation and data available publicly.
Abstract
A probability density function (PDF) of a spatially dependent field provides a means of calculating moments of the field or, equivalently, the proportion of a spatial domain that is mapped to a given set of values. This paper describes a finite element approach to estimating the PDF of a spatially dependent field and its numerical implementation in the Python package NumDF.
