GANDALF: A hardware-agnostic spectral solver for kinetic reduced MHD turbulence
Anjor Kanekar
TL;DR
GANDALF addresses the accessibility barrier to kinetic reduced MHD turbulence research by delivering a hardware-agnostic, spectral solver implemented in JAX. It combines Fourier spatial discretization with a Hermite expansion in velocity space and an integrating factor time-stepping method that exactly propagates linear Alfvén waves, enabling efficient simulations on laptops and GPUs. The paper validates GANDALF across linear Alfvén waves, nonlinear Orszag-Tang dynamics, and fully developed turbulence, showing $E(k_\perp) \propto k_\perp^{-5/3}$ in the inertial range and a Hermite spectrum $C_m^{+} \propto m^{-1/2}$ for phase mixing, while achieving machine-precision wave dispersion in several timesteps. By lowering infrastructure requirements and preserving spectral accuracy, GANDALF broadens participation in plasma turbulence research, supports rapid prototyping and education, and complements existing production codes rather than replacing them, with a roadmap toward adaptive timestepping and differentiable physics.
Abstract
We present GANDALF, a JAX-based spectral solver for Kinetic Reduced MHD (KRMHD) turbulence designed to lower infrastructure barriers to plasma turbulence research. Existing production codes require specialized HPC infrastructure and compilation expertise, limiting participation to well-resourced institutions. GANDALF addresses this barrier by leveraging JAX's hardware abstraction to run transparently on laptops, desktop GPUs, and Apple Silicon without modification, enabling single-command installation via pip. We employ Fourier spectral methods for spatial discretization and Hermite spectral basis for velocity space, combined with an exponential integrating factor method that exactly propagates linear Alfvén waves, eliminating associated numerical stiffness. Verification demonstrates research-grade accuracy: linear Alfvén waves achieve machine precision (~10^{-15} relative error), the Orszag-Tang vortex conserves energy to 10^{-6} over two Alfvén times, and driven turbulence reproduces the expected k_perp^{-5/3} cascade spectrum. GANDALF enables rapid prototyping, parameter surveys, and educational applications on commodity hardware. The code complements rather than replaces established solvers like AstroGK and Viriato, prioritizing accessibility for researchers without HPC resources. By removing infrastructure barriers while maintaining spectral accuracy, GANDALF broadens participation in fundamental plasma turbulence research, particularly benefiting students, small research groups, and institutions in developing regions.
