Evolutions in 3D numerical relativity using fixed mesh refinement
Erik Schnetter, Scott H. Hawley, Ian Hawke
TL;DR
The paper demonstrates fixed mesh refinement (FMR) in 3D numerical relativity using the Carpet driver within the Cactus framework, showing that FMR can reproduce the accuracy and stability of unigrid simulations at equivalent resolutions while significantly reducing computational cost. It introduces a robust infrastructure for non-adaptive yet fixed refinement hierarchies, including a buffer-zone technique to preserve convergence at grid interfaces and a novel initial-data evolution scheme enabling higher-order time interpolation from the initial slice. Through a suite of tests—wave propagation, a Gaussian pulse, 1/r data with excision, robust stability, a gauge wave, and a Schwarzschild black hole with excision—the authors demonstrate second-order convergence and close agreement with unigrid results, with notable efficiency gains (roughly 30% of resources) in refined runs. The work provides a practical, open-source path for the NR community to leverage FMR on legacy codes without substantial code rewrites, while outlining conditions (e.g., second-derivative systems with multi-step time integration) where buffer zones are essential.
Abstract
We present results of 3D numerical simulations using a finite difference code featuring fixed mesh refinement (FMR), in which a subset of the computational domain is refined in space and time. We apply this code to a series of test cases including a robust stability test, a nonlinear gauge wave and an excised Schwarzschild black hole in an evolving gauge. We find that the mesh refinement results are comparable in accuracy, stability and convergence to unigrid simulations with the same effective resolution. At the same time, the use of FMR reduces the computational resources needed to obtain a given accuracy. Particular care must be taken at the interfaces between coarse and fine grids to avoid a loss of convergence at higher resolutions, and we introduce the use of "buffer zones" as one resolution of this issue. We also introduce a new method for initial data generation, which enables higher-order interpolation in time even from the initial time slice. This FMR system, "Carpet", is a driver module in the freely available Cactus computational infrastructure, and is able to endow generic existing Cactus simulation modules ("thorns") with FMR with little or no extra effort.
