A Simple Ray Acceleration Structure for Non-LTE Radiative Transfer
Christopher M. J. Osborne
TL;DR
This work presents a GPU-friendly ray acceleration framework for non-LTE radiative transfer that combines variance-limited mipmapping, sparse voxel grids, and a hierarchical ray traversal (HDDA) to dramatically speed up the formal solution. It extends to dynamic atmospheres via Velocity Grids and the Core and Voigt methods, enabling anisotropic emissivity/opacity handling with controllable accuracy. The DexRT implementation demonstrates order-of-magnitude speedups while keeping the 99.9th percentile error under 0.5–1% across test cases, and highlights strong performance in realistic solar atmospheric models. The approach offers a practical path to scalable non-LTE RT, potentially adaptable to other transport problems and compatible with existing rasterization- and ray-tracing-inspired acceleration techniques. The work also discusses prefiltering and future integrations with swept methods to further enhance efficiency and accuracy.
Abstract
We present a novel ray acceleration structure for radiative transfer outside of local thermodynamic equilibrium (non-LTE), leveraging techniques from computer graphics to improve computational efficiency. By applying mipmapping (local recursive spatial averaging) and sparse voxel grids, we exploit spatial coherence and sparsity in astrophysical models to accelerate the formal solution of the radiative transfer equation. We introduce a variance-limited mipmapping (VLM) scheme with tunable error control, and extend it to handle anisotropic emission via two methods: velocity interpolation, and so-called "Core and Voigt". Our approach integrates a hierarchical digital differential analyzer (HDDA) for efficient ray traversal, which, combined with the mipmapping scheme achieves an order of magnitude speedup with less than 0.5 % error in the 99.9th percentile of the level populations. These methods are implemented in the DexRT code and demonstrate significant performance gains in realistic solar atmospheric models.
