Pith. sign in

REVIEW 3 major objections 6 minor 296 references

Per Astronomix ad Astra: High-Order Differentiable (Magneto)hydrodynamics with Energy-Conserving Self-Gravity

T0 review · 3 major / 6 minor · reviewed 2026-08-01 · deepseek-v4-flash

Pith's one-line read A new differentiable simulation framework couples a fifth-order finite-difference (magneto)hydrodynamics scheme to an energy-conserving self-gravity source term, making gradient-based astrophysical inverse modeling practical.

desk verdict A substantial, honest engineering-plus-methods paper on differentiable MHD+self-gravity; the flagship self-gravity order claim is observed rather than proven, but the paper deserves a serious referee. read the letter →

arxiv 2607.18176 v1 pith:FJTYZQJC submitted 2026-07-20 astro-ph.IM physics.flu-dyn

classification astro-ph.IMphysics.flu-dyn
keywords magnetohydrodynamicsself-gravitydifferentiablesimulatorautomaticdifferentiationWENOfinite-differenceschemeconstrainedtransportenergyconservationinversemodeling
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper presents a GPU-accelerated simulator for astrophysical (magneto)hydrodynamics built on automatic differentiation, arguing that it combines three properties that have been difficult to hold simultaneously: fifth-order spatial accuracy, energy conservation in the presence of self-gravity at the semi-discrete level, and exact end-to-end gradients. The central claim is that a high-order finite-difference scheme can couple to gravity through a gravitational energy flux constructed from the same numerical mass flux used by the hydrodynamics, corrected by an explicit deconvolution term, so the discrete gravitational energy telescopes exactly while remaining fourth-order accurate. If correct, this makes field-level inverse modeling of magnetized, self-gravitating flows practical; the paper demonstrates optimizing a turbulent 128-cubed initial velocity field with roughly six million parameters against a target image. The claim is supported by convergence tests, energy errors below 1e-8 in a gravitational collapse, gradient verification against analytical functional derivatives and finite differences, and single-GPU runtimes of the same order as a widely used performance-portable reference code.

What carries the argument

The central identity is the box-filter/deconvolution relation of finite-difference flux-form schemes: for f'(xi) ≈ (f̂_{i+1/2} − f̂_{i−1/2})/Δx to be high-order, the numerical face flux f̂ must be a high-order face value of the deconvolved flux f̃ = f − (Δx²/24)f'' + O(Δx⁴). The new self-gravity scheme constructs the gravitational energy flux from the WENO mass flux and adds an explicit O(Δx²) correction so the face flux of the product Φf is deconvolved to fourth order while retaining exact telescoping — the property that yields semi-discrete energy conservation at full spatial order.

What would settle it

Run the large-amplitude slab advection at N = 16 to N = 128 with the correction term enabled and disabled and compare convergence slopes: if the corrected scheme does not hold at least fourth-order (ideally fifth, as reported) while the uncorrected one stalls at second order, the deconvolution identity is not doing the claimed work. Alternatively, in a mild Evrard collapse with the positivity limiter inactive, verify that the total-energy error scales as O(Δt⁴); deviations would contradict the semi-discrete conservation argument.

Watch

Extended reading notes

Core claim

The core discovery: self-gravity can couple to a high-order finite-difference (M)HD scheme without breaking energy conservation. The numerical mass flux is a face value of a deconvolved flux, so the natural energy source −∇·(ρvΦ) − Φ∂tρ telescopes exactly but stays second-order, because deconvolution does not commute with multiplication. An explicit correction from second-order cell-centered derivatives averaged to faces restores fourth-order accuracy while preserving exact telescoping. The corrected scheme shows fifth-order convergence on a large-amplitude slab test and total-energy errors below 1e-8 in a gravitational collapse. The same framework is fully differentiable, with gradients val

Load-bearing premise

The load-bearing premise is that, in smooth regions, the WENO interface mass flux is a high-order face value of the deconvolved flux, so the second-order-derived correction term restores fourth-order accuracy without breaking exact telescoping; the paper observes, rather than proves, the resulting fifth-order convergence, and the argument explicitly degrades at discontinuities.

Editorial extensions

If this is right

  • Field-level inverse modeling over millions of parameters becomes practical: the paper recovers a turbulent 128³ initial velocity field (~6.3 million degrees of freedom) by matching a target column-density image.
  • The corrected flux-based self-gravity coupling cuts total-energy error in a gravitational collapse from up to 18% to below 1e-8 at 128³ cells, with residuals scaling as O(Δt⁴) under the Runge-Kutta integrator.
  • On smooth problems, the fifth-order scheme reaches the same error as second- and third-order reference schemes roughly three to four orders of magnitude faster for a given runtime on a single GPU.
  • Gradients through the full nonlinear solver are certified: reverse-mode automatic differentiation converges at the nominal spatial order to analytic functional derivatives on smooth flows, and to one-sided finite differences through a shock tube.
  • New stability measures — positivity-preserving flux blending and deep-void protection — keep the high-order scheme stable in high-Mach, strongly magnetized turbulence at resolutions where previous implementations broke.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The deconvolution-correction construction should transfer to other nonlinear source terms in finite-difference schemes — optically thin cooling, cosmic-ray pressure, radiation pressure — wherever a product of a face flux and a cell-centered field must stay high-order without breaking conservation.
  • A clean falsifiable consequence of the semi-discrete argument: over many dynamical times in a smooth, mildly collapsing run, total energy should remain pinned at the time-integration error floor rather than drifting, cleanly separating the corrected scheme from simple source-term coupling even at low resolution.
  • Because the Jacobian-vector product is matrix-free from a single automatic-differentiation pass, the eigenmode/stability-analysis demonstration generalizes to routine diagnostics on any statistically stationary astrophysical flow, not just idealized shear layers.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper presents astronomix, a JAX/Python differentiable ideal-(M)HD simulator with optional self-gravity. Its central technical contributions are: (i) a fifth-order finite-difference WENO constrained-transport MHD scheme following Seo & Ryu (2023), augmented by positivity/stability measures, a low-storage Runge-Kutta option, and an agent-generated Pallas GPU backend; (ii) a new self-gravity coupling that solves the Poisson equation with FFTs and constructs the gravitational energy source from the numerical mass flux so that the discrete gravitational-energy change telescopes exactly, yielding semi-discrete (time-continuous) energy conservation, with an explicit O(Δx^4) deconvolution correction intended to restore spatial order; (iii) demonstrations that reverse-mode automatic differentiation through the solver is accurate and scalable, including analytic-functional-derivative and finite-difference validation, eigenmode initialization of a Kelvin-Helmholtz instability, multiple-shooting optimization, and field-level inference over roughly 6.3 million parameters; and (iv) performance and scaling comparisons against AthenaPK. The forward solver is tested on standard hydro/MHD problems, turbulence, and Evrard collapse, and the paper is unusually candid about several limitations of the self-gravity tests and time-integration behavior.

Significance. If the claims hold, this is a significant contribution: a differentiable, GPU-scalable, high-order MHD+self-gravity code would enable gradient-based inference, sensitivity analysis, and solver-in-the-loop machine learning in astrophysics. The paper has real strengths: the energy-conservation identity is derived and tested, AD gradients are checked against hand-derived functional derivatives, the Evrard collapse shows energy errors below roughly 10^-8 for the flux-based schemes in the smooth regime, and the open-source code plus generated Pallas backend are validated against the JAX reference. Several limitations are explicitly acknowledged, including the inability of the Jeans-wave test to separate the schemes and the first-order temporal energy-error behavior when the positivity limiter engages. The main risk is the spatial-order guarantee of the self-gravity correction, which currently rests on an asymptotic formula and one smooth slab test; this is the principal reason for my recommendation.

major comments (3)
  1. [Sec. 3.4.2–3.4.4, Eqs. (84)–(86), Fig. 13] The flagship claim of a fourth-order self-gravity scheme is not established at the same level as the energy-conservation identity. Equation (86) is an asymptotic correction derived under the smoothness assumption, stated in Eq. (85), that the WENO interface mass flux is a high-order face value of the deconvolved flux \tilde f. The only direct numerical evidence is the slab advection test (Sec. 3.4.4), a single configuration with wave vector and advection velocity parallel to the box diagonal. The text itself says the remaining fourth-order error 'evidently carries a small enough constant' (Sec. 3.4.4); that is an empirical observation, not an order bound. In genuinely three-dimensional non-aligned flows the O(Δx^4) constant is uncontrolled, and if it is not small the scheme could be effectively second- or third-order, undercutting the abstract's 'fourth-order self-gravity scheme'. I ask
  2. [Sec. 3.4.5, Figs. 14–17] The advertised O(Δt^4) energy convergence of the flux-based schemes is conditional on the positivity-preserving limiter not engaging. The text states that the cold Evrard collapse at 32^3 crashes unless the PP limiter is enabled, and that where the limiter is active it reduces the temporal convergence of the energy error to first order, because the limited flux becomes an explicit function of Δt and breaks the RK4 cancellation. The O(Δt^4) behavior is demonstrated only for the milder e_th,0=0.2 case (Fig. 16). Since the limiter is necessary in exactly the gravitational-collapse regime where self-gravity matters, the practical discrete energy-conservation order in realistic use is first order in time, not fourth. This does not invalidate the semi-discrete identity, but the paper should either provide a limiter formulation that preserves high-order RK cancellation or state prominently that
  3. [Sec. 3.4.3, Fig. 12] The Jeans linear-wave test is explicitly unable to separate the corrected from the uncorrected flux-based scheme: the correction term is second order in the perturbation amplitude and falls below round-off at ε=10^-6. Consequently the entire spatial-order evidence for the corrected scheme rests on the slab test alone (Fig. 13), which covers only N=16–96 and one wavenumber/amplitude. In view of the central role of the order claim, I would like to see at least one additional independent test—for example, a manufactured solution with a non-trivial 3D potential and velocity field, or a small-amplitude Jeans wave at larger ε but still in the linear regime—before the fourth-order statement is accepted as general.
minor comments (6)
  1. [Sec. 3.4.4] Replace the phrase 'the remaining fourth-order error evidently carries a small enough constant' with a quantitative statement, e.g., the measured leading constant or an additional test that controls that constant. As written, this sentence is the only support for the observed fifth-order convergence.
  2. [Sec. 4.1, Fig. 18] The runtime comparison uses different CFL numbers and integrators (FD at CFL=1.5; AthenaPK at 0.3/0.4). The conclusion is supported by the error-vs-runtime panel, but the text should state explicitly that the total-runtime comparison combines spatial order, integrator efficiency, and CFL choice; the time-per-iteration panel already shows a 1.4–4.8× penalty.
  3. [Sec. 3.1.1, Eq. (18)] The WENO ε=10^-7 is dimensional and 'assumes code units of order one'. A short note on how ε should be rescaled when the code is used with astrophysical unit systems would be useful, since all WENO weights depend on it.
  4. [Sec. 5.1 / Sec. 6.3] The million-parameter field-level inference demo (Sec. 6.3) is qualitative and uses no regularization, as the authors note. For reproducibility, please report the optimizer schedule, number of iterations, checkpoint count, and wall-clock cost of the 128^3 logo inversion.
  5. [Sec. 3.4.2] In the implementation of Eq. (86), the correction is evaluated with cell-centered point values f_i=(ρv_x)_i and then averaged to faces, while the derivation writes \hat f and \hat f'. The text explains why this is asymptotically valid (f = \hat f + O(Δ^2)), but a reader may be confused; please state explicitly that the final O(Δ^4) error is unaffected by this replacement.
  6. [Sec. 3.1.2] The constrained-transport construction is formally fourth-order in the transverse interpolations, and fifth-order convergence is inherited from the WENO truncation error, as in Seo & Ryu (2023). The paper should make clear that this is an observed, not proven, property of the composite scheme.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: central derivations are self-contained and independently validated.

full rationale

Astronomix's flagship claims do not reduce to fitted inputs or self-citations. The self-gravity energy-conserving source term is explicitly constructed to satisfy the discrete identity sum_i V_i S_E,i = -∂_t E_grav,d (Eq. 72); the paper acknowledges this by-design property, so the reported energy conservation in Evrard's collapse is an implementation check of a constructed invariant, not a prediction derived from the same invariant. The claimed fourth-order accuracy of the correction (Eq. 86) follows from an explicit asymptotic deconvolution argument (Eqs. 81–85) with no fitted constants, and the order claim is tested against independent analytical solutions (Jeans waves, slab advection) and external references (Hanawa & Mullen 2025). The differentiability claims are validated against hand-derived functional derivatives derived independently from the linearized Euler equations (Appendix F), not from the discretization itself. Benchmarks against AthenaPK and standard shock tests are external. Self-citations (Storcks & Buck 2024, 2025) provide context for radially-symmetric solvers and solver-in-the-loop applications but are not load-bearing for the central numerical or differentiability results. No uniqueness theorem is imported, and no ansatz is smuggled through self-citation. The paper candidly states the smoothness limitation of its order argument in Sec. 3.4.2, which is an acknowledged scope restriction, not circularity.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The central numerical claims do not require fitting any constants to data: the energy-conserving source term is constructed to satisfy a discrete identity and is then tested externally. The free numbers listed are standard WENO/stability/setup parameters. The main hidden dependencies are smoothness of the flow for the deconvolution argument, boundary assumptions for energy conservation, and the spectral Poisson solve.

free parameters (4)
  • WENO smoothness-indicator epsilon = 1e-7
    Hand-set dimensional floor in Eq. (18) to avoid division by zero; standard but not derived from data.
  • Deep-void blend factor beta = 8
    Chosen for the ISM turbulence stabilization in Sec. 3.3.9; hand-set, not derived.
  • Turbulence forcing amplitude F0 = 3.5
    OU-driving amplitude in Eq. (63) chosen so that vrms is approximately 1; setup-specific, not fitted to the central energy-conservation claim.
  • Turbulence density floor and velocity cap = rho_min=0.02, v_max=50
    Stabilization choices for the high-Mach ISM runs, adopted from Seo & Ryu's Fortran code; hand-set.
assumptions (5)
  • domain assumption WENO interface fluxes coincide with high-order face values of the deconvolved flux in smooth regions (Eqs. 84-85).
    Needed to justify the self-gravity correction; the argument breaks at discontinuities, so the high-order/energy-conservation claim is restricted to smooth flows.
  • domain assumption The surface term in the gravitational energy balance vanishes (Eq. 69): density falls off sufficiently fast or there is no mass flux through the boundary.
    Used in the continuous and discrete energy-conservation argument; holds for the periodic/isolated test problems but is not generally true for arbitrary domains.
  • domain assumption A Fourier/FFT Poisson solve with Jeans swindle or Hockney-Eastwood represents self-gravity accurately enough for the finite-difference coupling.
    The hydro scheme is finite-difference while gravity uses spectral Green's functions; the accuracy matching is asserted rather than formally proven.
  • standard math Explicit Runge-Kutta integration of the quadratic gravitational energy produces the claimed O(Delta t^4) fully discrete energy error.
    Used to explain why semi-discrete conservation is not exact in the discrete simulation; standard for quadratic invariants but stated, not proved in detail.
  • domain assumption The ideal MHD equations with adiabatic or isothermal closure are the correct physical model (Eqs. 1-5).
    The simulator inherits the standard ideal-MHD model, including the mu0=1 convention and the constrained-transport requirement div B = 0.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Per Astronomix ad Astra: High-Order Differentiable (Magneto)hydrodynamics with Energy-Conserving Self-Gravity." pith.science (2026). https://pith.science/paper/FJTYZQJC

@misc{pith2026260718176,
  author       = {Pith},
  title        = {Pith review of: Per Astronomix ad Astra: High-Order Differentiable (Magneto)hydrodynamics with Energy-Conserving Self-Gravity},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FJTYZQJC}},
  note         = {Machine review of arXiv:2607.18176}
}
abstract

We present astronomix, a performant differentiable (magneto)hydrodynamics simulator written in Python/JAX. We demonstrate how automatic differentiation, validated against hand-derived analytical functional derivatives and finite differences, enables inverse modeling over millions of parameters and allows for sensitivity and stability analysis as well as correct eigenmode initialization. The differentiability of astronomix furthermore enables training machine-learning models inside the simulator. On a single GPU at a given resolution, astronomix has runtimes of the same order of magnitude as the GPU-optimized code AthenaPK but reaches far lower errors on smooth problems due to its higher order. astronomix scales to multiple GPUs ($\sim 6.5$ strong scaling speedup on $8$ GPUs) and multiple nodes ($\sim 76\%$ weak scaling efficiency on $16$ GPUs over $4$ nodes). We also present a novel fourth-order self-gravity scheme which complements the fifth-order finite difference constrained transport magnetohydrodynamics scheme implemented in astronomix. To maximize performance, we created an agentic skill that generates and validates custom Pallas GPU kernels from our JAX reference code and test suite. The simulator is available at https://github.com/leo1200/astronomix.

Figures

Figures reproduced from arXiv: 2607.18176 by the authors.

Figure 1
Figure 1. Convergence of the 3D linear sound-wave test: 𝐿1 error of the solution versus linear resolution 𝑁 (grid (2𝑁, 𝑁, 𝑁)) at fixed integration time, for the finite-volume scheme (FV) and the finite-difference scheme on the native-JAX and Pallas backends (FD, the two backends overlap exactly). Dashed and dotted lines mark 𝑂(𝑁−2) and 𝑂(𝑁−5) reference slopes. 𝜌(𝑥) = { 1.0, if 𝑥 < 0.5 0.125, otherwise 𝑢(𝑥) = 0 𝑝(𝑥) = { 1.0, i… view at source ↗
Figure 2
Figure 2. Sod shock tube: density, velocity and pressure at 𝑡 = 0.2 for the finite-volume method with HLLC Riemann solver and Minmod and Superbee limiters, and the finite-difference scheme, all at 𝑁 = 200 cells, compared with the analytical Riemann solution. The inset zooms in on the contact discontinuity, where the Superbee limiter is least diffusive but slightly overshoots. 3.3.3. 1D Double blast Next we consider the double… view at source ↗
Figure 3
Figure 3. Double blast wave of Woodward and Colella, 1984: density at 𝑡 = 0.038 for the finite-volume method with HLL and HLLC Riemann solvers (Minmod limiter) and the finite-difference scheme, all at 𝑁 = 400 cells, together with a converged 𝑁 = 10000 finite-volume reference (solid line). The finite-difference result is closest to the reference at the central density peak. In [PITH_FULL_IMAGE:figures/full_fig_p017_3.png] view at source ↗
Figures from the paper (30 more)
Figure 4
Figure 4. Figure 4: Sedov–Taylor blast wave at 𝑡 = 0.1: radial profiles of density, velocity magnitude and pressure (columns) for the finite-volume method with Minmod limiter and HLL, HLLC and AM-HLLC Riemann solvers and the finite-difference method (rows), all at 2563 cells. Grey points …
Figure 5
Figure 5. Figure 5: Convergence of the 3D circularly polarized Alfvén-wave test (double precision): average 𝐿1 error versus linear resolution 𝑁 (grid (2𝑁, 𝑁, 𝑁)) for the finite-volume (FV) and finite-difference (FD) schemes and the AthenaPK reference code in a second-order (second-order v…
Figure 6
Figure 6. Figure 6: For the Orszag-Tang vortex with initial conditions given in Eq. 58 the density field (left, finite difference at 10242 cells) and a cut through it at 𝑦 = 0.625𝜋 (right) at 𝑡 = 3.0 are shown. The cut compares the finite-volume and finite-difference schemes at 2002 cells…
Figure 7
Figure 7. Figure 7: Strongly magnetized 3D MHD blast wave at 𝑡 = 0.02 and 2563 cells. The four left panels show central slices of the finite-difference solution (density, kinetic energy 𝑣 2 , magnetic pressure 𝐵 2 and thermal pressure); the right column shows |𝐵| 2 and pressure along the …
Figure 8
Figure 8. Figure 8: Central density slice of the MHD blast wave at 1283 (top) and 2563 (bottom) cells for the finite-volume Lax and HLL schemes (one with a second-order implicit midpoint magnetic step and one with a first-order implicit Euler magnetic step) and the finite-difference schem…
Figure 9
Figure 9. Figure 9: Magnetically driven jet at 𝑡 = 5, density slice through the jet axis, computed with the finite-difference scheme at 10243 cells. of the fluid state, the realization is exactly reproducible for a given timestep sequence and contributes trivially to the tangent/adjoint, …
Figure 10
Figure 10. Figure 10: Driven isothermal-MHD turbulence: mid-plane slices of the magnetic energy log10 𝐸𝐵 for the supersonic ISM regime (𝑀turb ≈ 10, 𝛽𝑝 = 0.1; top) and the subsonic ICM regime (𝑀turb ≈ 0.5, 𝛽𝑝 = 106 ; bottom), each at 2563 (left) and 5123 (right) cells, computed with the fin…
Figure 11
Figure 11. Figure 11: Saturated power spectra of the driven isothermal-MHD turbulence, time-averaged over the stationary phase: density 𝑃𝜌 (𝑘) (left), kinetic 𝐸𝐾 (𝑘) (middle), and magnetic 𝐸𝐵 (𝑘) (right) for the ISM (top) and ICM (bottom) regimes at 2563 and 5123 cells. Dashed lines mark t…
Figure 12
Figure 12. Figure 12: Convergence of the 𝐿1 density error in the Jeans linear wave test for the three self-gravity coupling schemes. The near-identical high-order convergence of the uncorrected flux-based scheme here is a small-amplitude artifact (its correction term is second order in the…
Figure 13
Figure 13. Figure 13: Convergence of the 𝐿1 density error in the slab advection test for the three self-gravity coupling schemes. embedded in a tenuous ambient medium. The gas is initially at rest and nearly cold, with a uniform specific internal energy of 𝑒𝑡ℎ = 0.05 (in units of 𝐺𝑀∕𝑅, wit…
Figure 14
Figure 14. Figure 14: Evolution of the energy components and of the total energy error in Evrard’s collapse for the different self-gravity coupling schemes (1283 cells, double precision). For a milder collapse with a warmer massive sphere with 𝑒𝑡ℎ,0 = 0.2 we demonstrate the convergence of …
Figure 15
Figure 15. Figure 15: Radial profiles in Evrard’s collapse at 𝑡 = 0.8 for the different self-gravity coupling schemes (1283 cells, double precision) [PITH_FULL_IMAGE:figures/full_fig_p036_15.png]
Figure 16
Figure 16. Figure 16: Convergence of the total energy error with the time step for the mild version of Evrard’s collapse (𝑒𝑡ℎ,0 = 0.2). 4.1. Single-GPU runtimes and memory usage [PITH_FULL_IMAGE:figures/full_fig_p036_16.png]
Figure 17
Figure 17. Figure 17: Convergence of the total energy error with spatial resolution (under a CFL time step) for the mild version of Evrard’s collapse (𝑒𝑡ℎ,0 = 0.2). comparable to that of RK3+PPM (≈ 91 s [≈ 58 s]). Due to its fifth-order convergence, the FD (Pallas) scheme reaches far lower…
Figure 18
Figure 18. Figure 18: Single-GPU performance on the 3D circularly polarized Alfvén-wave test (double precision), comparing FV (JAX), FD (Pallas) and AthenaPK in a second-order (VL2+PLM) and third-order (RK3+PPM) setup, run on an NVIDIA A100 in double precision. Top: average 𝐿1 error versus…
Figure 19
Figure 19. Figure 19: Single-GPU memory for the 3D sound-wave (hydro) test versus resolution 𝑁 (grid 2𝑁 ×𝑁 ×𝑁): total compiled memory (left) and transient-to-argument memory ratio (right). FD (Pallas) is leanest, with a transient/argument ratio close to 2 [PITH_FULL_IMAGE:figures/full_fig…
Figure 20
Figure 20. Figure 20: As [PITH_FULL_IMAGE:figures/full_fig_p039_20.png]
Figure 21
Figure 21. Figure 21: Strong-scaling speedup 𝑇 (1)∕𝑇 (𝐺) versus resolution for the FD (Pallas) solver: hydro on 4 GPUs (H100) and hydro/MHD on 8 GPUs (H200). Baselines exceeding single-GPU memory use a power-law extrapolation [PITH_FULL_IMAGE:figures/full_fig_p040_21.png]
Figure 22
Figure 22. Figure 22: Reverse-mode AD gradient of the final-state 𝐿2 cost with respect to the full initial density field, for a 3D Gaussian density perturbation (𝑁 = 64, evolved until it has separated into outgoing acoustic waves), compared against the exact analytic (Fourier-space) functi…
Figure 23
Figure 23. Figure 23: Convergence of the reverse-mode AD gradient to the exact analytic (Fourier-space) functional derivative of the linearized acoustic problem, as a function of grid resolution 𝑁. The finite-difference solver converges at its nominal fifth order (𝑁−5), the finite-volume s…
Figure 24
Figure 24. Figure 24: Shock-tube AD verification: the kink-immune min-one-sided finite-difference residual ‖ min𝐹 ,𝐵 |𝑔AD − 𝑔FD|‖2∕‖𝑔AD‖2 as a function of the FD step ℎ. It tracks the one-sided truncation ∝ ℎ to ∼ 7 ⋅ 10−6; the JAX and Pallas finite-difference backends overlap. of recomput…
Figure 25
Figure 25. Figure 25: Reverse-mode performance versus the number of checkpoints 𝑐 for 𝑁steps = 481 adaptive steps: backward-pass runtime (left), theoretical minimal recomputation count (middle) and compiled backward-pass memory (right). The Pallas finite-difference adjoint backend based on…
Figure 26
Figure 26. Figure 26: Inverse modeling landscape. The choice of inference method depends on the number of predicted parameters 𝑑 and the number of inferences on new observations 𝑁. The upfront training cost of amortized simulation-based inference (SBI) methods increases with parameter spac…
Figure 27
Figure 27. Figure 27: Eigenvalue spectra of the AD-linearized solver Jacobian for a single 𝑥-Fourier mode, for the homogeneous upper and lower states and for the sharp and smoothed shear interfaces. Points are colored by the effective transverse wavenumber 𝑘 ef f 𝑦 ∕𝑘𝑦,Nyq. The homogeneous…
Figure 28
Figure 28. Figure 28: Growth of the mode amplitude ln(𝐴(𝑡)∕𝐴0 ) versus 𝑡∕𝜏KH. The eigenmode initialization (blue) follows the predicted growth rate Re(𝜆) (dotted) from 𝑡 = 0, while the pure velocity perturbation (red dashed) shows an initialization transient before joining the growing bran…
Figure 29
Figure 29. Figure 29: Final states at 𝑡 = 4.04 ≃ 1.5 𝜏KH for the pure velocity initialization (top) and the eigenmode initialization (bottom), showing log density, transverse velocity 𝑣𝑦 , and pressure. The eigenmode case, free of the initial transient, reaches a more developed billow stag…
Figure 30
Figure 30. Figure 30: Illustration of PDE-constrained optimization paradigms along the full-space vs reduced-space discussion. In single shooting, the PDE-constraint is fully enforced by the simulator while in full-space methods like PINNs and ODIL the PDE-constraint is also enforced by th…
Figure 31
Figure 31. Figure 31: Reconstruction for one successful initialization per horizon (recovered ic_er r < 0.1): single shooting at 𝑇 = 20 𝑡 𝑔 (top two rows, ic_er r = 0.001) and multiple shooting at 𝑇 = 60 𝑡 𝑔 (bottom two rows, ic_er r = 0.046). Columns show the truth, the cold-start initial…
Figure 32
Figure 32. Figure 32: Single vs. multiple shooting on the KH instability with an Adam optimizer, 𝑁 = 256, 𝑀 = 8, 16 cold initializations per configuration. Rows: short horizon 𝑇 = 20 𝑡 𝑔 (top, single shooting wins) and long horizon 𝑇 = 60 𝑡 𝑔 (bottom, multiple shooting wins). Columns: term…
Figure 33
Figure 33. Figure 33: Field-level inference with the differentiable astronomix MHD solver. The initial velocity field of a driven 1283 turbulence box is optimized so that its 𝑧-axis density projection forms the astronomix logo after ∼ one turbulent crossing time. Panels show volume renderi…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

296 extracted references · 48 canonical work pages

  1. [1]

    Interstellar bubbles. II. Structure and evolution. The Astrophysical Journal , keywords =. doi:10.1086/155692 , adsurl =

  2. [2]

    Bryan and Michael L

    Greg L. Bryan and Michael L. Norman and James M. Stone and Renyue Cen and Jeremiah P. Ostriker , abstract =. A piecewise parabolic method for cosmological hydrodynamics , journal =. 1995 , note =. doi:https://doi.org/10.1016/0010-4655(94)00191-4 , url =

  3. [3]

    2025 , eprint=

    diffhydro: Inverse Multiphysics Modeling and Embedded Machine Learning in Astrophysical Flows , author=. 2025 , eprint=

  4. [4]

    Mullen, P. D. and Hanawa, Tomoyuki and Gammie, C. F. , title =. The Astrophysical Journal Supplement Series , abstract =. 2021 , month =. doi:10.3847/1538-4365/abcfbd , url =

  5. [5]

    2021 , eprint=

    FFT-based free space Poisson solvers: why Vico-Greengard-Ferrando should replace Hockney-Eastwood , author=. 2021 , eprint=

  6. [6]

    Simulating self-gravitating hydrodynamic flows , journal =

    Ewald Müller and Matthias Steinmetz , abstract =. Simulating self-gravitating hydrodynamic flows , journal =. 1995 , note =. doi:https://doi.org/10.1016/0010-4655(94)00185-5 , url =

  7. [7]

    New Astronomy , keywords =

    A new way to conserve total energy for Eulerian hydrodynamic simulations with self-gravity. New Astronomy , keywords =. doi:10.1016/j.newast.2012.08.002 , archivePrefix =. 1208.1795 , primaryClass =

  8. [8]

    Remarks on the solution of poisson's equation for isolated systems , journal =

    J.W Eastwood and D.R.K Brownrigg , abstract =. Remarks on the solution of poisson's equation for isolated systems , journal =. 1979 , issn =. doi:https://doi.org/10.1016/0021-9991(79)90139-6 , url =

Show all 296 references
  1. [9]

    Journal of Computational Physics , year = 1977, month = oct, volume =

    The Solution of Poisson's Equation for Isolated Source Distributions. Journal of Computational Physics , year = 1977, month = oct, volume =. doi:10.1016/0021-9991(77)90013-4 , adsurl =

  2. [10]

    , title =

    Moon, Sanghyuk and Kim, Woong-Tae and Ostriker, Eve C. , title =. The Astrophysical Journal Supplement Series , abstract =. 2019 , month =. doi:10.3847/1538-4365/ab09e9 , url =

  3. [11]

    Multi-Level Adaptive Solutions to Boundary-Value Problems , urldate =

    Achi Brandt , journal =. Multi-Level Adaptive Solutions to Boundary-Value Problems , urldate =

  4. [12]

    Tomida, Kengo and Stone, J. M. , year=. The Athena++ Adaptive Mesh Refinement Framework: Multigrid Solvers for Self-gravity , volume=. The Astrophysical Journal Supplement Series , publisher=. doi:10.3847/1538-4365/acc2c0 , number=

  5. [13]

    Euler Equations, Navier-Stokes Equations and Turbulence , ISBN =

    Constantin, Peter , year =. Euler Equations, Navier-Stokes Equations and Turbulence , ISBN =. doi:10.1007/11545989_1 , booktitle =

  6. [14]

    , options =

    van den Bosch, Frank C. , options =. Astrophysical Flows , howpublished =. 2020 , url =

  7. [15]

    2024 , eprint=

    Dissipation anomaly and anomalous dissipation in incompressible fluid flows , author=. 2024 , eprint=

  8. [16]

    Matemati

    Finite difference method for numerical computation of discontinuous solutions of the equations of fluid dynamics , author=. Matemati

  9. [17]

    2018 , eprint=

    Automatic differentiation in machine learning: a survey , author=. 2018 , eprint=

  10. [18]

    Il Nuovo Cimento (1943-1954) , volume=

    Statistical hydrodynamics , author=. Il Nuovo Cimento (1943-1954) , volume=. 1949 , publisher=

  11. [19]

    , abstract =

    Eyink, Gregory L. , abstract =. Energy dissipation without viscosity in ideal hydrodynamics I. Fourier analysis and local energy transfer , journal =. 1994 , issn =. doi:https://doi.org/10.1016/0167-2789(94)90117-1 , url =

  12. [20]

    Annual Review of Astronomy and Astrophysics , volume=

    Grid-based hydrodynamics in astrophysical fluid flows , author=. Annual Review of Astronomy and Astrophysics , volume=. 2015 , publisher=

  13. [21]

    1900 , month = aug, day =

    David Hilbert , title =. 1900 , month = aug, day =

  14. [22]

    A Self-gravity Module for the PLUTO Code , volume=

    Mandal, Ankush and Mukherjee, Dipanjan and Mignone, Andrea , year=. A Self-gravity Module for the PLUTO Code , volume=. The Astrophysical Journal Supplement Series , publisher=. doi:10.3847/1538-4365/aced0a , number=

  15. [23]

    Turbulence in the Solar Wind

    Marsch, E. Turbulence in the Solar Wind. Reviews in Modern Astronomy. 1991

  16. [24]

    and Taetz, Bertram , year=

    Helzel, Christiane and Rossmanith, James A. and Taetz, Bertram , year=. An unstaggered constrained transport method for the 3D ideal magnetohydrodynamic equations , volume=. Journal of Computational Physics , publisher=. doi:10.1016/j.jcp.2011.02.009 , number=

  17. [25]

    2015 , month = feb, url =

    A Primer on Magnetohydrodynamics , author =. 2015 , month = feb, url =

  18. [26]

    The Astrophysical Journal Letters , keywords =

    Simulations and Theory of Ion Injection at Non-relativistic Collisionless Shocks. The Astrophysical Journal Letters , keywords =. doi:10.1088/2041-8205/798/2/L28 , archivePrefix =. 1409.8291 , primaryClass =

  19. [27]

    G. The. Journal of Computational Physics , volume =. 2000 , issn =. doi:10.1006/jcph.2000.6519 , url =

  20. [28]

    The Astrophysical Journal , keywords =

    Simulation of Magnetohydrodynamic Flows: A Constrained Transport Model. The Astrophysical Journal , keywords =. doi:10.1086/166684 , adsurl =

  21. [29]

    Powell and Philip L

    Kenneth G. Powell and Philip L. Roe and Timur J. Linde and Tamas I. Gombosi and Darren L. A Solution-Adaptive Upwind Scheme for Ideal Magnetohydrodynamics , journal =. 1999 , issn =. doi:https://doi.org/10.1006/jcph.1999.6299 , url =

  22. [30]

    Roe, P. L. and Balsara, D. S. , year =. Notes on the Eigensystem of Magnetohydrodynamics , volume =. SIAM Journal on Applied Mathematics , publisher =. doi:10.1137/s003613999427084x , number =

  23. [31]

    Dedner and F

    A. Dedner and F. Kemm and D. Kröner and C.-D. Munz and T. Schnitzer and M. Wesenberg , abstract =. Hyperbolic Divergence Cleaning for the MHD Equations , journal =. 2002 , issn =. doi:https://doi.org/10.1006/jcph.2001.6961 , url =

  24. [32]

    1980 , issn =

    The Effect of Nonzero div B on the numerical solution of the magnetohydrodynamic equations , journal =. 1980 , issn =. doi:https://doi.org/10.1016/0021-9991(80)90079-0 , url =

  25. [33]

    Magnetohydrodynamics on an unstructured moving grid: MHD on an unstructured moving grid , volume=

    Pakmor, Ruediger and Bauer, Andreas and Springel, Volker , year=. Magnetohydrodynamics on an unstructured moving grid: MHD on an unstructured moving grid , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1111/j.1365-2966.2011.19591.x , number=

  26. [34]

    2016 , eprint=

    Essential Magnetohydrodynamics for Astrophysics , author=. 2016 , eprint=

  27. [35]

    Hanawa, Tomoyuki and Mullen, P. D. , year=. Toward Higher-order Accuracy in Self-gravitating Hydrodynamics , volume=. The Astrophysical Journal Supplement Series , publisher=. doi:10.3847/1538-4365/adb97b , number=

  28. [36]

    Wang, Wujie and Wu, Zhenghao and Dietschreit, Johannes C. B. and Gómez-Bombarelli, Rafael , year=. Learning pair potentials using differentiable simulations , volume=. The Journal of Chemical Physics , publisher=. doi:10.1063/5.0126475 , number=

  29. [37]

    Aerodynamic design via control theory , volume =

    Jameson, Antony , year =. Aerodynamic design via control theory , volume =. Journal of Scientific Computing , publisher =. doi:10.1007/bf01061285 , number =

  30. [38]

    Algorithms for PDE‐constrained optimization , volume =

    Herzog, Roland and Kunisch, Karl , year =. Algorithms for PDE‐constrained optimization , volume =. GAMM-Mitteilungen , publisher =. doi:10.1002/gamm.201010013 , number =

  31. [39]

    , year =

    Toro, Eleuterio F. , year =. Riemann Solvers and Numerical Methods for Fluid Dynamics: A Practical Introduction , ISBN =. doi:10.1007/b79761 , publisher =

  32. [40]

    Differentiable cosmological hydrodynamics for field level inference and high dimensional parameter constraints , volume=

    Horowitz, Benjamin and Lukić, Zarija , year=. Differentiable cosmological hydrodynamics for field level inference and high dimensional parameter constraints , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1093/mnras/staf1785 , number=

  33. [41]

    , year =

    Evrard, August E. , year =. Beyond N-body: 3D cosmological gas dynamics , volume =. Monthly Notices of the Royal Astronomical Society , publisher =. doi:10.1093/mnras/235.3.911 , number =

  34. [42]

    Crittenden, P. E. and Balachandar, S. , year =. The impact of the form of the Euler equations for radial flow in cylindrical and spherical coordinates on numerical conservation and accuracy , volume =. Shock Waves , publisher =. doi:10.1007/s00193-017-0784-y , number =

  35. [43]

    STARFORGE: Towards a comprehensive numerical model of star cluster formation and feedback , volume=

    Grudić, Michael Y and Guszejnov, Dávid and Hopkins, Philip F and Offner, Stella S R and Faucher-Giguère, Claude-André , year=. STARFORGE: Towards a comprehensive numerical model of star cluster formation and feedback , volume=. Monthly Notices of the Royal Astronomical Society...

  36. [44]

    2017 , eprint=

    In-Datacenter Performance Analysis of a Tensor Processing Unit , author=. 2017 , eprint=

  37. [45]

    Astronomy and Astrophysics , keywords =

    A comparative study of computational methods in cosmic gas dynamics. Astronomy and Astrophysics , keywords =

  38. [46]

    2017 , eprint=

    High-order schemes for the Euler equations in cylindrical/spherical coordinates , author=. 2017 , eprint=

  39. [47]

    and Villar, Soledad , title =

    Hogg, David W. and Villar, Soledad , title =. Proceedings of the 41st International Conference on Machine Learning , articleno =. 2024 , publisher =

  40. [48]

    Naab, Thorsten and Ostriker, J. P. , title = ". Annual Review of Astronomy and Astrophysics , keywords =. doi:10.1146/annurev-astro-081913-040019 , archivePrefix =. 1612.06891 , primaryClass =

  41. [49]

    and Mackey, Jonathan and Grassitelli, Luca and Romano-Díaz, Emilio and Porciani, Cristiano , year=

    Fichtner, Yvonne A. and Mackey, Jonathan and Grassitelli, Luca and Romano-Díaz, Emilio and Porciani, Cristiano , year=. Connecting stellar and galactic scales: Energetic feedback from stellar wind bubbles to supernova remnants , volume=. doi:10.1051/0004-6361/202449638 , journal=

  42. [50]

    and Vieu, T

    Härer, L. and Vieu, T. and Reville, B. , year=. Stellar-wind feedback and magnetic fields around young compact star clusters: 3D magnetohydrodynamics simulations , volume=. doi:10.1051/0004-6361/202554057 , journal=

  43. [51]

    Monthly Notices of the Royal Astronomical Society , keywords =

    Stellar feedback efficiencies: supernovae versus stellar winds. Monthly Notices of the Royal Astronomical Society , keywords =. doi:10.1093/mnras/stv2699 , archivePrefix =. 1511.05151 , primaryClass =

  44. [52]

    The contribution of winds from star clusters to the Galactic cosmic-ray population , volume =

    Peron, Giada and Casanova, Sabrina and Gabici, Stefano and Baghmanyan, Vardan and Aharonian, Felix , year =. The contribution of winds from star clusters to the Galactic cosmic-ray population , volume =. Nature Astronomy , publisher =. doi:10.1038/s41550-023-02168-6 , number =

  45. [53]

    How to inflate a wind-blown bubble , volume=

    Pittard, J M and Wareing, C J and Kupilas, M M , year=. How to inflate a wind-blown bubble , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1093/mnras/stab2712 , number=

  46. [54]

    Enhanced fifth order WENO shock-capturing schemes with deep learning , journal =

    Tatiana Kossaczká and Matthias Ehrhardt and Michael Günther , keywords =. Enhanced fifth order WENO shock-capturing schemes with deep learning , journal =. 2021 , issn =. doi:https://doi.org/10.1016/j.rinam.2021.100201 , url =

  47. [55]

    Towards the Ultimate Conservative Difference Scheme. V. A Second-Order Sequel to Godunov's Method

    Introduction to “Towards the Ultimate Conservative Difference Scheme. V. A Second-Order Sequel to Godunov's Method” , journal =. 1997 , issn =. doi:https://doi.org/10.1006/jcph.1997.5757 , url =

  48. [56]

    and Iapichino, Luigi and Beattie, James R

    Federrath, Christoph and Klessen, Ralf S. and Iapichino, Luigi and Beattie, James R. , year =. The sonic scale of interstellar turbulence , volume =. Nature Astronomy , publisher =. doi:10.1038/s41550-020-01282-z , number =

  49. [57]

    2024 , eprint=

    Finite-difference compatible entropy-conserving schemes for the compressible Euler equations , author=. 2024 , eprint=

  50. [58]

    Monthly Notices of the Royal Astronomical Society , keywords =

    Fundamental differences between SPH and grid methods. Monthly Notices of the Royal Astronomical Society , keywords =. doi:10.1111/j.1365-2966.2007.12183.x , archivePrefix =. astro-ph/0610051 , primaryClass =

  51. [59]

    2011 , eprint=

    Smoothed Particle Hydrodynamics: Things I wish my mother taught me , author=. 2011 , eprint=

  52. [60]

    and Makino, Junichiro , year=

    Hosono, Natsuki and Saitoh, Takayuki R. and Makino, Junichiro , year=. A COMPARISON OF SPH ARTIFICIAL VISCOSITIES AND THEIR IMPACT ON THE KEPLERIAN DISK , volume=. The Astrophysical Journal Supplement Series , publisher=. doi:10.3847/0067-0049/224/2/32 , number=

  53. [62]

    ExactPack: A python library of exact analytic solutions , journal =

    Jasper Thrussell and Jim Michael Ferguson , keywords =. ExactPack: A python library of exact analytic solutions , journal =. 2023 , issn =. doi:https://doi.org/10.1016/j.softx.2023.101560 , url =

  54. [63]

    2017 , eprint=

    Adam: A Method for Stochastic Optimization , author=. 2017 , eprint=

  55. [64]

    Machine learning changes the rules for flux limiters , volume=

    Nguyen-Fotiadis, Nga and McKerns, Michael and Sornborger, Andrew , year=. Machine learning changes the rules for flux limiters , volume=. Physics of Fluids , publisher=. doi:10.1063/5.0102939 , number=

  56. [65]

    Price, Daniel J. , year=. Smoothed particle hydrodynamics and magnetohydrodynamics , volume=. Journal of Computational Physics , publisher=. doi:10.1016/j.jcp.2010.12.011 , number=

  57. [66]

    and Clarke, N

    Batten, P. and Clarke, N. and Lambert, C. and Causon, D. M. , title =. SIAM Journal on Scientific Computing , volume =. 1997 , doi =

  58. [67]

    Numerische mathematik , volume=

    Gaussian elimination is not optimal , author=. Numerische mathematik , volume=. 1969 , publisher=

  59. [68]

    Least Squares Shadowing sensitivity analysis of chaotic limit cycle oscillations , volume=

    Wang, Qiqi and Hu, Rui and Blonigan, Patrick , year=. Least Squares Shadowing sensitivity analysis of chaotic limit cycle oscillations , volume=. doi:10.1016/j.jcp.2014.03.002 , journal=

  60. [69]

    On extending the limits of variational assimilation in nonlinear chaotic systems , volume =

    Pires, Carlos and Vautard, Robert and Talagrand, Olivier , year =. On extending the limits of variational assimilation in nonlinear chaotic systems , volume =. Tellus A: Dynamic Meteorology and Oceanography , publisher =. doi:10.3402/tellusa.v48i1.11634 , number =

  61. [70]

    diffSPH: Differentiable smoothed particle hydrodynamics for hybrid machine learning solutions in fluid mechanics , journal =

    Rene Winchenbach and Nils Thuerey , keywords =. diffSPH: Differentiable smoothed particle hydrodynamics for hybrid machine learning solutions in fluid mechanics , journal =. 2026 , issn =. doi:https://doi.org/10.1016/j.jcp.2026.114769 , url =

  62. [71]

    and Birch, Aaron and Gizon, Laurent and Tromp, Jeroen , year =

    Hanasoge, Shravan M. and Birch, Aaron and Gizon, Laurent and Tromp, Jeroen , year =. THE ADJOINT METHOD APPLIED TO TIME-DISTANCE HELIOSEISMOLOGY , volume =. The Astrophysical Journal , publisher =. doi:10.1088/0004-637x/738/1/100 , number =

  63. [72]

    2024 , eprint=

    Flow Matching for Posterior Inference with Simulator Feedback , author=. 2024 , eprint=

  64. [73]

    Cosmological hydrodynamics with adaptive mesh refinement: A new high resolution code called RAMSES , volume=

    Teyssier, Romain , year=. Cosmological hydrodynamics with adaptive mesh refinement: A new high resolution code called RAMSES , volume=. Astronomy and Astrophysics , publisher=. doi:10.1051/0004-6361:20011817 , number=

  65. [74]

    Astrophysical Journal , keywords =

    A numerical approach to the testing of the fission hypothesis. Astrophysical Journal , keywords =. doi:10.1086/112164 , adsurl =

  66. [75]

    2021 , eprint=

    NeuralSim: Augmenting Differentiable Simulators with Neural Networks , author=. 2021 , eprint=

  67. [76]

    Advances in Neural Information Processing Systems 32 , pages =

    PyTorch: An Imperative Style, High-Performance Deep Learning Library , author =. Advances in Neural Information Processing Systems 32 , pages =. 2019 , publisher =

  68. [77]

    2024 , note =

    tinygrad: A Simple and Powerful Neural Network Framework , author =. 2024 , note =

  69. [78]

    A quantitative comparison of numerical methods for the compressible Euler equations: fifth-order WENO and piecewise-linear Godunov , journal =

    J.A Greenough and W.J Rider , abstract =. A quantitative comparison of numerical methods for the compressible Euler equations: fifth-order WENO and piecewise-linear Godunov , journal =. 2004 , issn =. doi:https://doi.org/10.1016/j.jcp.2003.11.002 , url =

  70. [79]

    Rein, Hanno and Spiegel, David S. , year=. ias15: a fast, adaptive, high-order integrator for gravitational dynamics, accurate to machine precision over a billion orbits , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1093/mnras/stu2164 , number=

  71. [80]

    2024 , publisher=

    Ataei, Mohammadmehdi and Salehipour, Hesam , journal=. 2024 , publisher=

  72. [81]

    Upwind and High-Resolution Methods for Compressible Flow: From Donor Cell to Residual-Distribution Schemes , url =

    van Leer, Bram , year =. Upwind and High-Resolution Methods for Compressible Flow: From Donor Cell to Residual-Distribution Schemes , url =. doi:10.2514/6.2003-3559 , booktitle =

  73. [82]

    arXiv e-prints , keywords =

    Parthenon -- a performance portable block-structured adaptive mesh refinement framework. arXiv e-prints , keywords =. doi:10.48550/arXiv.2202.12309 , archivePrefix =. 2202.12309 , primaryClass =

  74. [83]

    2024 , eprint=

    JAX-Fluids 2.0: Towards HPC for Differentiable CFD of Compressible Two-phase Flows , author=. 2024 , eprint=

  75. [84]

    2023 , issn =

    JAX-Fluids: A fully-differentiable high-order computational fluid dynamics solver for compressible two-phase flows , journal =. 2023 , issn =. doi:https://doi.org/10.1016/j.cpc.2022.108527 , url =

  76. [85]

    2024 , eprint=

    JAX-SPH: A Differentiable Smoothed Particle Hydrodynamics Framework , author=. 2024 , eprint=

  77. [86]

    Kang, Hyesung and Jones, T. W. , title = ". Monthly Notices of the Royal Astronomical Society , volume =. 1991 , month =. doi:10.1093/mnras/249.3.439 , url =

  78. [87]

    ONERA , year = 1982, editor =

    An implicit finite-volume method for solving the Euler equations. ONERA , year = 1982, editor =

  79. [88]

    Parallel Lagrange--Newton--Krylov--Schur Methods for PDE-Constrained Optimization

    Biros, George and Ghattas, Omar , year =. Parallel Lagrange--Newton--Krylov--Schur Methods for PDE-Constrained Optimization. Part I: The Krylov--Schur Solver , volume =. SIAM Journal on Scientific Computing , publisher =. doi:10.1137/s106482750241565x , number =

  80. [89]

    and Perdikaris, P

    Raissi, M. and Perdikaris, P. and Karniadakis, G.E. , year =. Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations , volume =. doi:10.1016/j.jcp.2018.10.045 , journal =

  81. [90]

    Proceedings of the Twenty Third International Conference on Artificial Intelligence and Statistics , pages =

    Beyond exploding and vanishing gradients: analysing RNN training using attractors and smoothness , author =. Proceedings of the Twenty Third International Conference on Artificial Intelligence and Statistics , pages =. 2020 , editor =

  82. [91]

    The Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions? , publisher =

    Martinelli, Flavio and Brea, Johanni and Gerstner, Wulfram , language =. The Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions? , publisher =. 2026 , copyright =. doi:10.5075/EPFL.20.500.14299/263577 , url =

  83. [92]

    Solving inverse problems in physics by optimizing a discrete loss: Fast and accurate learning without neural networks , volume =

    Karnakov, Petr and Litvinov, Sergey and Koumoutsakos, Petros , editor =. Solving inverse problems in physics by optimizing a discrete loss: Fast and accurate learning without neural networks , volume =. PNAS Nexus , publisher =. doi:10.1093/pnasnexus/pgae005 , number =

  84. [93]

    An Introduction to Trajectory Optimization: How to Do Your Own Direct Collocation , volume =

    Kelly, Matthew , year =. An Introduction to Trajectory Optimization: How to Do Your Own Direct Collocation , volume =. SIAM Review , publisher =. doi:10.1137/16m1062569 , number =

  85. [94]

    Bock, H. G. and Plitt, K.J. , year =. A Multiple Shooting Algorithm for Direct Solution of Optimal Control Problems * , volume =. IFAC Proceedings Volumes , publisher =. doi:10.1016/s1474-6670(17)61205-9 , number =

  86. [95]

    Multiple shooting and mesh adaptation for PDE constrained optimization problems , author=

  87. [96]

    Accounting for an imperfect model in 4D‐Var , volume =

    Tr. Accounting for an imperfect model in 4D‐Var , volume =. Quarterly Journal of the Royal Meteorological Society , publisher =. 2006 , month = Oct, pages =. doi:10.1256/qj.05.224 , number =

  88. [97]

    2023 , eprint=

    Latent Neural ODEs with Sparse Bayesian Multiple Shooting , author=. 2023 , eprint=

  89. [98]

    and Tiels, Koen and Umenberger, Jack and Sch\"

    Ribeiro, Ant\'onio H. and Tiels, Koen and Umenberger, Jack and Sch\". On the smoothness of nonlinear system identification , volume =. 2020 , month = Nov, pages =. doi:10.1016/j.automatica.2020.109158 , journal =

  90. [99]

    Multiple Shooting for Training Neural Differential Equations on Time Series , volume=

    Turan, Evren Mert and J. Multiple Shooting for Training Neural Differential Equations on Time Series , volume=. 2022 , pages=. doi:10.1109/lcsys.2021.3135835 , journal=

  91. [100]

    and Baake, M

    Baake, E. and Baake, M. and Bock, H. G. and Briggs, K. M. , year =. Fitting ordinary differential equations to chaotic data , volume =. Physical Review A , publisher =. doi:10.1103/physreva.45.5524 , number =

  92. [101]

    2025 , eprint=

    Solver-in-the-Loop Applications in Astrophysical (Magneto)hydrodynamics , author=. 2025 , eprint=

  93. [102]

    Proceedings of the National Academy of Sciences , volume =

    Kyle Cranmer and Johann Brehmer and Gilles Louppe , title =. Proceedings of the National Academy of Sciences , volume =. 2020 , doi =. https://www.pnas.org/doi/pdf/10.1073/pnas.1912789117 , abstract =

  94. [103]

    2019 , eprint=

    Automatic Posterior Transformation for Likelihood-Free Inference , author=. 2019 , eprint=

  95. [104]

    2013 , eprint=

    Discretely exact derivatives for hyperbolic PDE-constrained optimization problems discretized by the discontinuous Galerkin method , author=. 2013 , eprint=

  96. [105]

    SIAM Journal on Scientific Computing , volume=

    New algorithms for optimal online checkpointing , author=. SIAM Journal on Scientific Computing , volume=. 2010 , publisher=

  97. [106]

    , title =

    Saad, Youcef and Schultz, Martin H. , title =. SIAM Journal on Scientific and Statistical Computing , volume =. 1986 , doi =

  98. [107]

    Zhu and Victor L

    Christopher Rackauckas and Sciemon and Jacob Vaverka and Bowen S. Zhu and Victor L. and Arno Strouwen and David P. Sanders and George Sterpu and Jerry Ling and Patrick Eli Catach and Pietro Monticone and Will Dey and Valentin Churavy and Alan Edelman and Alex Haslam and Alexan...

  99. [108]

    TG: Turbulence Generator

  100. [109]

    and Tram, Le Ngoc and Keil, Marcus and Dutkowska, Katarzyna M

    Vermariën, Gijs and Viti, Serena and Dijkhuis, Tobias M. and Tram, Le Ngoc and Keil, Marcus and Dutkowska, Katarzyna M. and Priestley, Felix D. , keywords =. UCLCHEM 4.0: An open source gas-grain astrochemistry simulation framework , publisher =. 2026 , copyright =. doi:10.485...

  101. [110]

    Ray-trax: Fast, Time-Dependent, and Differentiable Ray Tracing for On-the-fly Radiative Transfer in Turbulent Astrophysical Flows , publisher =

    Branca, Lorenzo and Rost, Rune and Buck, Tobias , keywords =. Ray-trax: Fast, Time-Dependent, and Differentiable Ray Tracing for On-the-fly Radiative Transfer in Turbulent Astrophysical Flows , publisher =. 2025 , copyright =. doi:10.48550/ARXIV.2511.09389 , url =

  102. [111]

    2025 , eprint=

    Emulating Radiative Transfer in Astrophysical Environments , author=. 2025 , eprint=

  103. [112]

    Systematic selection of surrogate models for nonequilibrium chemistry , volume =

    Janssen, Robin and Branca, Lorenzo and Buck, Tobias , year =. Systematic selection of surrogate models for nonequilibrium chemistry , volume =. doi:10.1051/0004-6361/202658937 , journal =

  104. [113]

    Amortized Simulation-Based Inference of Colliding-Wind Binaries from Short, Noisy Image Time Series , publisher =

    Kn\". Amortized Simulation-Based Inference of Colliding-Wind Binaries from Short, Noisy Image Time Series , publisher =. 2026 , copyright =. doi:10.48550/ARXIV.2606.10762 , url =

  105. [114]

    2025 , eprint=

    Differentiable N-body code for Galactic Dynamics -- Odisseo , author=. 2025 , eprint=

  106. [115]

    2024 , eprint=

    Magnetized compressible turbulence with a fluctuation dynamo and Reynolds numbers over a million , author=. 2024 , eprint=

  107. [116]

    2025 , howpublished =

    Kidger, Patrick , title =. 2025 , howpublished =

  108. [117]

    2022 , eprint=

    Efficient and Modular Implicit Differentiation , author=. 2022 , eprint=

  109. [118]

    Bradley , title =

    Andrew M. Bradley , title =. 2024 , note =

  110. [119]

    10.1051/0004-6361:20064885

    Two-fluid models of cosmic ray modified radiative shocks , DOI= "10.1051/0004-6361:20064885", url= "https://doi.org/10.1051/0004-6361:20064885", journal =

  111. [120]

    2025 , eprint=

    INC: An Indirect Neural Corrector for Auto-Regressive Hybrid PDE Solvers , author=. 2025 , eprint=

  112. [121]

    , author=

    The No-U-Turn sampler: adaptively setting path lengths in Hamiltonian Monte Carlo. , author=. J. Mach. Learn. Res. , volume=

  113. [122]

    and Pakmor, R

    Pfrommer, C. and Pakmor, R. and Schaal, K. and Simpson, C. M. and Springel, Volker , year=. Simulating cosmic ray physics on a moving mesh , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1093/mnras/stw2941 , number=

  114. [124]

    JAX-FEM: A differentiable GPU-accelerated 3D finite element solver for automatic inverse design and mechanistic data science , volume=

    Xue, Tianju and Liao, Shuheng and Gan, Zhengtao and Park, Chanwook and Xie, Xiaoyu and Liu, Wing Kam and Cao, Jian , year=. JAX-FEM: A differentiable GPU-accelerated 3D finite element solver for automatic inverse design and mechanistic data science , volume=. doi:10.1016/j.cpc...

  115. [125]

    Patrick Kidger , year=

  116. [126]

    JAX-COSMO: An End-to-End Differentiable and GPU Accelerated Cosmology Library , volume=

    Campagne, Jean-Eric and Lanusse, François and Zuntz, Joe and Boucaud, Alexandre and Casas, Santiago and Karamanis, Minas and Kirkby, David and Lanzieri, Denise and Peel, Austin and Li, Yin , year=. JAX-COSMO: An End-to-End Differentiable and GPU Accelerated Cosmology Library ,...

  117. [127]

    Simulating high-Mach-number compressible flows with shock waves via Hermite-expansion-based lattice Boltzmann method , journal =

    Qing Liu and Xiang-Bo Feng and Cai-Wu Lu , keywords =. Simulating high-Mach-number compressible flows with shock waves via Hermite-expansion-based lattice Boltzmann method , journal =. 2019 , issn =. doi:https://doi.org/10.1016/j.physa.2019.122062 , url =

  118. [128]

    2022 , eprint=

    pmwd: A Differentiable Cosmological Particle-Mesh N -body Library , author=. 2022 , eprint=

  119. [129]

    James Bradbury and Roy Frostig and Peter Hawkins and Matthew James Johnson and Chris Leary and Dougal Maclaurin and George Necula and Adam Paszke and Jake Vander

  120. [130]

    and Lebrun-Grandié, Damien and Arndt, Daniel and Ciesko, Jan and Dang, Vinh and Ellingwood, Nathan and Gayatri, Rahulkumar and Harvey, Evan and Hollman, Daisy S

    Trott, Christian R. and Lebrun-Grandié, Damien and Arndt, Daniel and Ciesko, Jan and Dang, Vinh and Ellingwood, Nathan and Gayatri, Rahulkumar and Harvey, Evan and Hollman, Daisy S. and Ibanez, Dan and Liber, Nevin and Madsen, Jonathan and Miles, Jeff and Poliakoff, David and ...

  121. [131]

    , title=

    NVIDIA and Vingelmann, Péter and Fitzek, Frank H.P. , title=. 2020 , url=

  122. [132]

    2024 , eprint=

    AthenaK: A Performance-Portable Version of the Athena++ AMR Framework , author=. 2024 , eprint=

  123. [133]

    2020 , eprint=

    K-Athena: a performance portable structured grid finite volume magnetohydrodynamics code , author=. 2020 , eprint=

  124. [134]

    2024 , eprint=

    Adapting AREPO-RT for Exascale Computing: GPU Acceleration and Efficient Communication , author=. 2024 , eprint=

  125. [135]

    Stone, J. M. and Gardiner, Thomas A. and Teuben, Peter and Hawley, John F. and Simon, Jacob B. , year=. Athena: A New Code for Astrophysical MHD , volume=. The Astrophysical Journal Supplement Series , publisher=. doi:10.1086/588755 , number=

  126. [136]

    E pur si muove:Galilean-invariant cosmological hydrodynamical simulations on a moving mesh , volume=

    Springel, Volker , year=. E pur si muove:Galilean-invariant cosmological hydrodynamical simulations on a moving mesh , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1111/j.1365-2966.2009.15715.x , number=

  127. [137]

    2019 , eprint=

    FLEXI: A high order discontinuous Galerkin framework for hyperbolic-parabolic conservation laws , author=. 2019 , eprint=

  128. [138]

    Yousuff and Quarteroni, Alfio and Zang, Thomas A

    Canuto, Claudio and Hussaini, M. Yousuff and Quarteroni, Alfio and Zang, Thomas A. , year =. Introduction , ISBN =. doi:10.1007/978-3-642-84108-8_1 , booktitle =

  129. [139]

    Astrophysical hydrodynamics with a high-order discontinuous Galerkin scheme and adaptive mesh refinement , volume=

    Schaal, Kevin and Bauer, Andreas and Chandrashekar, Praveen and Pakmor, Rüdiger and Klingenberg, Christian and Springel, Volker , year=. Astrophysical hydrodynamics with a high-order discontinuous Galerkin scheme and adaptive mesh refinement , volume=. Monthly Notices of the R...

  130. [140]

    Barber and Robert A

    Bradley P. Barber and Robert A. Hiller and Ritva Löfstedt and Seth J. Putterman and Keith R. Weninger , keywords =. Defining the unknowns of sonoluminescence , journal =. 1997 , issn =. doi:https://doi.org/10.1016/S0370-1573(96)00050-6 , url =

  131. [141]

    Astrophysical Journal , year = 1958, month = nov, volume =

    Dynamics of the Interplanetary Gas and Magnetic Fields. Astrophysical Journal , year = 1958, month = nov, volume =. doi:10.1086/146579 , adsurl =

  132. [142]

    and Kim, Chang-Goo and Kim, Jeong-Gyu and Bryan, Greg L

    Lancaster, Lachlan and Ostriker, Eve C. and Kim, Chang-Goo and Kim, Jeong-Gyu and Bryan, Greg L. , title =. The Astrophysical Journal , abstract =. 2024 , month =. doi:10.3847/1538-4357/ad47f6 , url =

  133. [143]

    and Kim, Jeong-Gyu and Kim, Chang-Goo , title =

    Lancaster, Lachlan and Ostriker, Eve C. and Kim, Jeong-Gyu and Kim, Chang-Goo , title =. The Astrophysical Journal , abstract =. 2021 , month =. doi:10.3847/1538-4357/abf8ab , url =

  134. [144]

    and Kim, Jeong-Gyu and Kim, Chang-Goo , title =

    Lancaster, Lachlan and Ostriker, Eve C. and Kim, Jeong-Gyu and Kim, Chang-Goo , title =. The Astrophysical Journal , abstract =. 2021 , month =. doi:10.3847/1538-4357/abf8ac , url =

  135. [145]

    Townsend, R. H. D. , title =. The Astrophysical Journal Supplement Series , abstract =. 2009 , month =. doi:10.1088/0067-0049/181/2/391 , url =

  136. [146]

    Journal of Computational Physics , volume=

    A purely hyperbolic discontinuous Galerkin approach for self-gravitating gas dynamics , author=. Journal of Computational Physics , volume=. 2021 , publisher=

  137. [147]

    Living Reviews in Computational Astrophysics , year=

    Marcowith, Alexandre and Ferrand, Gilles and Grech, Mickael and Meliani, Zakaria and Plotnikov, Illya and Walder, Rolf , title=. Living Reviews in Computational Astrophysics , year=. doi:10.1007/s41115-020-0007-6 , url=

  138. [148]

    Astrophysical Journal , keywords =

    Detection of a Cosmic Ray with Measured Energy Well beyond the Expected Spectral Cutoff due to Cosmic Microwave Radiation. Astrophysical Journal , keywords =. doi:10.1086/175344 , archivePrefix =. astro-ph/9410067 , primaryClass =

  139. [149]

    2023 , doi =

    An extremely energetic cosmic ray observed by a surface detector array , journal =. 2023 , doi =. https://www.science.org/doi/pdf/10.1126/science.abo5095 , abstract =

  140. [150]

    and Girichidis, Philipp , year=

    Hanasz, Michał and Strong, Andrew W. and Girichidis, Philipp , year=. Simulations of cosmic ray propagation , volume=. Living Reviews in Computational Astrophysics , publisher=. doi:10.1007/s41115-021-00011-1 , number=

  141. [151]

    and Kazolea, Maria and Gaitani, Maria , TITLE =

    Delis, Anargiros I. and Kazolea, Maria and Gaitani, Maria , TITLE =. Water , VOLUME =. 2022 , NUMBER =

  142. [152]

    DISCRETE AND CONTINUOUS DYNAMICAL SYSTEMS SERIES B , volume=

    Numerical methods for stiff reaction-diffusion systems , author=. DISCRETE AND CONTINUOUS DYNAMICAL SYSTEMS SERIES B , volume=. 2007 , publisher=

  143. [153]

    Journal of Open Research Software , volume=

    Differentialequations.jl--a performant and feature-rich ecosystem for solving differential equations in julia , author=. Journal of Open Research Software , volume=. 2017 , publisher=

  144. [154]

    Lefever and G

    R. Lefever and G. Nicolis , abstract =. Chemical instabilities and sustained oscillations , journal =. 1971 , issn =. doi:https://doi.org/10.1016/0022-5193(71)90054-3 , url =

  145. [155]

    Geometric numerical integration illustrated by the Störmer–Verlet method , volume=

    Hairer, Ernst and Lubich, Christian and Wanner, Gerhard , year=. Geometric numerical integration illustrated by the Störmer–Verlet method , volume=. doi:10.1017/S0962492902000144 , journal=

  146. [156]

    Long-time energy conservation of numerical integrators , volume =

    Hairer, Ernst , year =. Long-time energy conservation of numerical integrators , volume =. Lecture Notes Ser. FoCM Santander 2005 , doi =

  147. [157]

    Tsitouras , keywords =

    Ch. Tsitouras , keywords =. Runge–Kutta pairs of order 5(4) satisfying only the first column simplifying assumption , journal =. 2011 , issn =. doi:https://doi.org/10.1016/j.camwa.2011.06.002 , url =

  148. [158]

    Is the solar system stable? , journal=

    Moser, J. Is the solar system stable? , journal=. 1978 , day=. doi:10.1007/BF03023062 , url=

  149. [159]

    Proceedings of the National Academy of Sciences , volume =

    Jiequn Han and Arnulf Jentzen and Weinan E , title =. Proceedings of the National Academy of Sciences , volume =. 2018 , doi =. https://www.pnas.org/doi/pdf/10.1073/pnas.1718942115 , abstract =

  150. [160]

    and Friedrichs, K

    Courant, R. and Friedrichs, K. and Lewy, H. , title=. Mathematische Annalen , year=. doi:10.1007/BF01448839 , url=

  151. [161]

    and Alieva, Ayya and Wang, Qing and Brenner, Michael P

    Kochkov, Dmitrii and Smith, Jamie A. and Alieva, Ayya and Wang, Qing and Brenner, Michael P. and Hoyer, Stephan. Machine learning-accelerated computational fluid dynamics. Proc Natl Acad Sci U S A

  152. [162]

    and Kraft, R

    Roediger, E. and Kraft, R. P. and Nulsen, P. and Churazov, E. and Forman, W. and Brüggen, M. and Kokotanekova, R. , year=. Viscous Kelvin–Helmholtz instabilities in highly ionized plasmas , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1093/mn...

  153. [163]

    and Ostriker, Eve C

    McKee, Christopher F. and Ostriker, Eve C. , year =. Theory of Star Formation , volume =. Annual Review of Astronomy and Astrophysics , publisher =. doi:10.1146/annurev.astro.45.051806.110602 , number =

  154. [164]

    and Ruuth, Steven J

    Spiteri, Raymond J. and Ruuth, Steven J. , title =. SIAM Journal on Numerical Analysis , volume =

  155. [165]

    and Kennedy, Christopher A

    Carpenter, Mark H. and Kennedy, Christopher A. , title =

  156. [166]

    SIAM Review , volume =

    Gottlieb, Sigal and Shu, Chi-Wang and Tadmor, Eitan , title =. SIAM Review , volume =

  157. [167]

    Positivity-preserving high order finite difference WENO schemes for compressible Euler equations , volume =

    Zhang, Xiangxiong and Shu, Chi-Wang , year =. Positivity-preserving high order finite difference WENO schemes for compressible Euler equations , volume =. Journal of Computational Physics , publisher =. doi:10.1016/j.jcp.2011.11.020 , number =

  158. [168]

    Hu and Nikolaus A

    Xiangyu Y. Hu and Nikolaus A. Adams and Chi-Wang Shu , keywords =. Positivity-preserving method for high-order conservative schemes solving compressible Euler equations , journal =. 2013 , issn =. doi:https://doi.org/10.1016/j.jcp.2013.01.024 , url =

  159. [169]

    Fully multidimensional flux-corrected transport algorithms for fluids , journal =

    Steven T Zalesak , abstract =. Fully multidimensional flux-corrected transport algorithms for fluids , journal =. 1979 , issn =. doi:https://doi.org/10.1016/0021-9991(79)90051-2 , url =

  160. [170]

    Improved Accuracy of High-Order WENO Finite Volume Methods on Cartesian Grids , volume =

    Buchm\". Improved Accuracy of High-Order WENO Finite Volume Methods on Cartesian Grids , volume =. Journal of Scientific Computing , publisher =. 2014 , month = Feb, pages =. doi:10.1007/s10915-014-9825-1 , number =

  161. [171]

    Journal of Computational Physics , volume =

    Shu, Chi-Wang and Osher, Stanley , title =. Journal of Computational Physics , volume =

  162. [172]

    and Shu, Chi-Wang , title =

    Gottlieb, Sigal and Ketcheson, David I. and Shu, Chi-Wang , title =

  163. [173]

    Development of an accurate and robust HLLC-type Riemann solver for all Mach number flows , journal =

    Lijun Hu and Kexin Zhu and Lielong Li , keywords =. Development of an accurate and robust HLLC-type Riemann solver for all Mach number flows , journal =. 2026 , issn =. doi:https://doi.org/10.1016/j.cnsns.2025.109178 , url =

  164. [174]

    Lyapunov Characteristic Exponents for smooth dynamical systems and for hamiltonian systems; a method for computing all of them

    Benettin, Giancarlo and Galgani, Luigi and Giorgilli, Antonio and Strelcyn, Jean-Marie , year =. Lyapunov Characteristic Exponents for smooth dynamical systems and for hamiltonian systems; a method for computing all of them. Part 1: Theory , volume =. Meccanica , publisher =. ...

  165. [175]

    Lyapunov Characteristic Exponents for smooth dynamical systems and for hamiltonian systems; A method for computing all of them

    Benettin, Giancarlo and Galgani, Luigi and Giorgilli, Antonio and Strelcyn, Jean-Marie , year =. Lyapunov Characteristic Exponents for smooth dynamical systems and for hamiltonian systems; A method for computing all of them. Part 2: Numerical application , volume =. Meccanica ...

  166. [176]

    and Steinberg, Elad , title =

    Mandelker, Nir and Padnos, Dan and Dekel, Avishai and Birnboim, Yuval and Burkert, Andreas and Krumholz, Mark R. and Steinberg, Elad , title =. Monthly Notices of the Royal Astronomical Society , volume =. 2016 , month =. doi:10.1093/mnras/stw2267 , url =

  167. [177]

    and Rosner, R

    Bodo, G. and Rosner, R. and Ferrari, A. and Knobloch, E. , year =. On the stability of magnetized rotating jets - The axisymmetric case , volume =. doi:10.1086/167522 , journal =

  168. [178]

    The Astrophysical Journal , abstract =

    Vietri, Mario and Ferrara, Andrea and Miniati, Francesco , title =. The Astrophysical Journal , abstract =. 1997 , month =. doi:10.1086/304202 , url =

  169. [179]

    , biburl =

    Chandrasekhar, S. , biburl =. Hydrodynamic and Hydromagnetic Stability , url =

  170. [180]

    and Mooers, Griffin and Kl\"

    Kochkov, Dmitrii and Yuval, Janni and Langmore, Ian and Norgaard, Peter and Smith, Jamie A. and Mooers, Griffin and Kl\". Neural general circulation models for weather and climate , volume =. Nature , publisher =. 2024 , month = July, pages =. doi:10.1038/s41586-024-07744-y , number =

  171. [181]

    Nature , volume=

    Quantum machine learning , author=. Nature , volume=. 2017 , publisher=

  172. [182]

    Bagla, J. S. , year=. TreePM: A code for cosmological N-body simulations , volume=. Journal of Astrophysics and Astronomy , publisher=. doi:10.1007/bf02702282 , number=

  173. [183]

    Margolin, L. G. and Lloyd-Ronning, N. M. , title=. Meccanica , year=. doi:10.1007/s11012-022-01541-5 , url=

  174. [184]

    Computers in Physics , volume=

    An introduction to computer simulation methods: applications to physical systems , author=. Computers in Physics , volume=. 1996 , publisher=

  175. [185]

    2023 , eprint=

    Surrogate Modeling for Computationally Expensive Simulations of Supernovae in High-Resolution Galaxy Simulations , author=. 2023 , eprint=

  176. [186]

    Progress of Theoretical and Experimental Physics , volume =

    Particle-Data-Group and Zyla, P A and Barnett, R M and Beringer, J and Dahl, O and Dwyer, D A and Groom, D E and Lin, C -J and Lugovsky, K S and Pianori, E and Robinson, D J and Wohl, C G and Yao, W -M and Agashe, K and Aielli, G and Allanach, B C and Amsler, C and Antonelli, ...

  177. [187]

    ACM Transactions on Modeling and Computer Simulation (TOMACS) , volume=

    Mersenne twister: a 623-dimensionally equidistributed uniform pseudo-random number generator , author=. ACM Transactions on Modeling and Computer Simulation (TOMACS) , volume=. 1998 , publisher=

  178. [188]

    G. E. P. Box and Mervin E. Muller , title =. The Annals of Mathematical Statistics , number =. 1958 , doi =

  179. [189]

    , year =

    Efron, Bradley and Tibshirani, R.J. , year =. An Introduction to the Bootstrap , ISBN =. doi:10.1201/9780429246593 , publisher =

  180. [190]

    Advances in neural information processing systems , volume=

    Gaussian processes for regression , author=. Advances in neural information processing systems , volume=

  181. [191]

    A way to obtain Monte Carlo matrix inversion with minimal error , journal =

    Behrouz. A way to obtain Monte Carlo matrix inversion with minimal error , journal =. 2007 , issn =. doi:https://doi.org/10.1016/j.amc.2007.02.082 , url =

  182. [192]

    Shell Theory: A Statistical Model of Reality , year=

    Lin, Wen-Yan and Liu, Siying and Ren, Changhao and Cheung, Ngai-Man and Li, Hongdong and Matsushita, Yasuyuki , journal=. Shell Theory: A Statistical Model of Reality , year=

  183. [193]

    The Journal of Machine Learning Research , volume=

    ICA using spacings estimates of entropy , author=. The Journal of Machine Learning Research , volume=. 2003 , publisher=

  184. [194]

    Journal of machine learning research , volume=

    On the algorithmic implementation of multiclass kernel-based vector machines , author=. Journal of machine learning research , volume=

  185. [195]

    Reconciling modern machine-learning practice and the classical bias–variance trade-off , volume=

    Belkin, Mikhail and Hsu, Daniel and Ma, Siyuan and Mandal, Soumik , year=. Reconciling modern machine-learning practice and the classical bias–variance trade-off , volume=. Proceedings of the National Academy of Sciences , publisher=. doi:10.1073/pnas.1903070116 , number=

  186. [196]

    and Pfrommer, C

    Thomas, T. and Pfrommer, C. , title = ". Monthly Notices of the Royal Astronomical Society , volume =. 2019 , month =. doi:10.1093/mnras/stz263 , url =

  187. [197]

    , title = "

    Zweibel, Ellen G. , title = ". Physics of Plasmas , volume =. 2013 , month =. doi:10.1063/1.4807033 , url =

  188. [198]

    , title = "

    Zweibel, Ellen G. , title = ". Physics of Plasmas , volume =. 2017 , month =. doi:10.1063/1.4984017 , url =

  189. [199]

    Peng , year=

    Jiang, Yan-Fei and Oh, S. Peng , year=. A New Numerical Scheme for Cosmic-Ray Transport , volume=. The Astrophysical Journal , publisher=. doi:10.3847/1538-4357/aaa6ce , number=

  190. [200]

    Snodin, A. P. and Shukurov, A. and Sarson, G. R. and Bushby, P. J. and Rodrigues, L. F. S. , year=. Global diffusion of cosmic rays in random magnetic fields , volume=. Monthly Notices of the Royal Astronomical Society , publisher=. doi:10.1093/mnras/stw217 , number=

  191. [201]

    Lazarian , title =

    Huirong Yan and A. Lazarian , title =. The Astrophysical Journal , abstract =. 2004 , month =. doi:10.1086/423733 , url =

  192. [202]

    Astrophysical Journal , year = 1969, month = may, volume =

    The Effect of Wave-Particle Interactions on the Propagation of Cosmic Rays. Astrophysical Journal , year = 1969, month = may, volume =. doi:10.1086/149981 , adsurl =

  193. [203]

    2011 , eprint=

    Numerical Implementation of Streaming Down the Gradient: Application to Fluid Modeling of Cosmic Rays and Saturated Conduction , author=. 2011 , eprint=

  194. [204]

    Journal of Physics: Conference Series , abstract =

    Yuki Kudoh and Tomoyuki Hanawa , title =. Journal of Physics: Conference Series , abstract =. 2016 , month =. doi:10.1088/1742-6596/719/1/012021 , url =

  195. [205]

    Monthly Notices of the Royal Astronomical Society , volume =

    Hopkins, Philip F and Squire, Jonathan and Butsky, Iryna S and Ji, Suoqing , title = ". Monthly Notices of the Royal Astronomical Society , volume =. 2022 , month =. doi:10.1093/mnras/stac2909 , url =

  196. [206]

    Hesterberg , title =

    Tim C. Hesterberg , title =. The American Statistician , volume =. 2015 , publisher =. doi:10.1080/00031305.2015.1089789 , note =

  197. [207]

    and Vorobyov, Eduard I

    Mitchell, Nigel L. and Vorobyov, Eduard I. and Hensler, Gerhard , title = ". Monthly Notices of the Royal Astronomical Society , volume =. 2012 , month =. doi:10.1093/mnras/sts228 , url =

  198. [208]

    Statistical science , volume=

    Statistical modeling: The two cultures (with comments and a rejoinder by the author) , author=. Statistical science , volume=. 2001 , publisher=

  199. [209]

    Towards the ultimate conservative difference scheme

    Bram. Towards the ultimate conservative difference scheme. V. A second-order sequel to Godunov's method , journal =. 1979 , issn =. doi:https://doi.org/10.1016/0021-9991(79)90145-1 , url =

  200. [210]

    and McCammon, J

    Adcock, Stewart A. and McCammon, J. Andrew , title=. Chemical Reviews , year=. doi:10.1021/cr040426m , url=

  201. [211]

    2025 , eprint=

    On the time-dependent Born-Oppenheimer Approximation , author=. 2025 , eprint=

  202. [212]

    The International Journal of High Performance Computing Applications , volume =

    Nikola Tchipev and Steffen Seckler and Matthias Heinen and Jadran Vrabec and Fabio Gratl and Martin Horsch and Martin Bernreuther and Colin W Glass and Christoph Niethammer and Nicolay Hammer and Bernd Krischok and Michael Resch and Dieter Kranzlmüller and Hans Hasse and Hans-...

  203. [213]

    , title =

    Clausius, R. , title =. Annalen der Physik , volume =. doi:https://doi.org/10.1002/andp.18581811005 , url =. https://onlinelibrary.wiley.com/doi/pdf/10.1002/andp.18581811005 , year =

  204. [214]

    2024 , eprint=

    Long time derivation of the Boltzmann equation from hard sphere dynamics , author=. 2024 , eprint=

  205. [215]

    2025 , eprint=

    Hilbert's sixth problem: derivation of fluid equations via Boltzmann's kinetic theory , author=. 2025 , eprint=

  206. [216]

    Globally time-reversible fluid simulations with smoothed particle hydrodynamics , volume=

    Kincl, Ondřej and Pavelka, Michal , year=. Globally time-reversible fluid simulations with smoothed particle hydrodynamics , volume=. doi:10.1016/j.cpc.2022.108593 , journal=

  207. [217]

    Foundations of physics , volume=

    Irreversibility in the derivation of the Boltzmann equation , author=. Foundations of physics , volume=. 2017 , publisher=

  208. [218]

    , title=

    Scarf, Frederick L. , title=. Space Science Reviews , year=. doi:10.1007/BF00241523 , url=

  209. [219]

    Journal of Scientific Computing , volume=

    A shock stabilization of the HLLC Riemann solver for the carbuncle instability , author=. Journal of Scientific Computing , volume=. 2024 , publisher=

  210. [220]

    1984 , doi =

    The numerical simulation of two-dimensional fluid flow with strong shocks , journal =. 1984 , doi =

  211. [221]

    2017 , issn =

    A short note on the use of the red–black tree in Cartesian adaptive mesh refinement algorithms , journal =. 2017 , issn =. doi:https://doi.org/10.1016/j.jcp.2017.09.056 , url =

  212. [222]

    2018 , eprint=

    Scalable Algorithms for Parallel Tree-based Adaptive Mesh Refinement with General Element Types , author=. 2018 , eprint=

  213. [223]

    Results in Applied Mathematics , volume=

    Adaptive symmetric flux limiters with long computation times for hyperbolic conservation laws , author=. Results in Applied Mathematics , volume=. 2023 , publisher=

  214. [224]

    2015 , doi =

    Evaluation of Riemann flux solvers for WENO reconstruction schemes: Kelvin–Helmholtz instability , journal =. 2015 , doi =

  215. [225]

    2025 , eprint=

    The Shamrock code: I- Smoothed Particle Hydrodynamics on GPUs , author=. 2025 , eprint=

  216. [226]

    2025 , eprint=

    Accurate and scalable exchange-correlation with deep learning , author=. 2025 , eprint=

  217. [227]

    Monthly notices of the royal astronomical society , volume=

    The cosmological simulation code GADGET-2 , author=. Monthly notices of the royal astronomical society , volume=. 2005 , publisher=

  218. [228]

    The AREPO Public Code Release , volume=

    Weinberger, Rainer and Springel, Volker and Pakmor, Rüdiger , year=. The AREPO Public Code Release , volume=. The Astrophysical Journal Supplement Series , publisher=. doi:10.3847/1538-4365/ab908c , number=

  219. [229]

    An efficient smoothness indicator mapped WENO scheme for hyperbolic conservation laws , journal =

    Xin Zhang and Chao Yan and Feng Qu , keywords =. An efficient smoothness indicator mapped WENO scheme for hyperbolic conservation laws , journal =. 2022 , issn =. doi:https://doi.org/10.1016/j.compfluid.2022.105421 , url =

  220. [230]

    High Order ENO and WENO Schemes for Computational Fluid Dynamics , ISBN =

    Shu, Chi-Wang , year =. High Order ENO and WENO Schemes for Computational Fluid Dynamics , ISBN =. doi:10.1007/978-3-662-03882-6_5 , booktitle =

  221. [231]

    Adams , keywords =

    Nico Fleischmann and Stefan Adami and Nikolaus A. Adams , keywords =. A shock-stable modification of the HLLC Riemann solver with reduced numerical dissipation , journal =. 2020 , issn =. doi:https://doi.org/10.1016/j.jcp.2020.109762 , url =

  222. [232]

    2021 , eprint=

    Solver-in-the-Loop: Learning from Differentiable Physics to Interact with Iterative PDE-Solvers , author=. 2021 , eprint=

  223. [233]

    2022 , eprint=

    Neural Posterior Estimation with Differentiable Simulators , author=. 2022 , eprint=

  224. [234]

    Astronomy and Astrophysics , volume=

    A new radiative cooling curve based on an up-to-date plasma emission code , author=. Astronomy and Astrophysics , volume=. 2009 , publisher=

  225. [235]

    2024 , eprint=

    Provably Positivity-Preserving Constrained Transport (PPCT) Second-Order Scheme for Ideal Magnetohydrodynamics , author=. 2024 , eprint=

  226. [236]

    Radiative cooling in numerical astrophysics: The need for adaptive mesh refinement , journal =

    Allard Jan. Radiative cooling in numerical astrophysics: The need for adaptive mesh refinement , journal =. 2011 , issn =. doi:https://doi.org/10.1016/j.compfluid.2010.10.022 , url =

  227. [237]

    2026 , version =

    Grete, Philipp and. 2026 , version =

  228. [238]

    2024 , eprint=

    Differentiable Conservative Radially Symmetric Fluid Simulations and Stellar Winds -- jf1uids , author=. 2024 , eprint=

  229. [239]

    2024 , eprint=

    Geometry, Dissipation, Cooling, and the Dynamical Evolution of Wind-Blown Bubbles , author=. 2024 , eprint=

  230. [240]

    2025 , eprint=

    ASURA-FDPS-ML: Star-by-star Galaxy Simulations Accelerated by Surrogate Modeling for Supernova Feedback , author=. 2025 , eprint=

  231. [241]

    Star formation and feedback in smoothed particle hydrodynamic simulations – I

    Stinson, Greg and Seth, Anil and Katz, Neal and Wadsley, James and Governato, Fabio and Quinn, Tom , year=. Star formation and feedback in smoothed particle hydrodynamic simulations – I. Isolated galaxies , volume=. Monthly Notices of the Royal Astronomical Society , publisher...

  232. [242]

    HOW-MHD: A High-order WENO-based Magnetohydrodynamic Code with a High-order Constrained Transport Algorithm for Astrophysical Applications , volume=

    Seo, Jeongbhin and Ryu, Dongsu , year=. HOW-MHD: A High-order WENO-based Magnetohydrodynamic Code with a High-order Constrained Transport Algorithm for Astrophysical Applications , volume=. The Astrophysical Journal , publisher=. doi:10.3847/1538-4357/acdf4b , number=

  233. [243]

    2025 , eprint=

    JANC: A cost-effective, differentiable compressible reacting flow solver featured with JAX-based adaptive mesh refinement , author=. 2025 , eprint=

  234. [244]

    and Moldabekov, Z

    Graziani, F. and Moldabekov, Z. and Olson, B. and Bonitz, M. , title =. Contributions to Plasma Physics , volume =. doi:https://doi.org/10.1002/ctpp.202100170 , url =. https://onlinelibrary.wiley.com/doi/pdf/10.1002/ctpp.202100170 , abstract =

  235. [245]

    , year =

    Toro, Eleuterio F. , year =. The HLL and HLLC Riemann Solvers , ISBN =. doi:10.1007/978-3-662-03490-3_10 , booktitle =

  236. [246]

    1963 , Edition =

    The Feynman lectures on physics , Author =. 1963 , Edition =

  237. [247]

    Hydrodynamic Limits of the Boltzmann Equation , ISBN =

    Saint-Raymond, Laure , year =. Hydrodynamic Limits of the Boltzmann Equation , ISBN =. doi:10.1007/978-3-540-92847-8 , journal =

  238. [248]

    2017 , publisher=

    The Lattice Boltzmann Method: Principles and Practice , author=. 2017 , publisher=

  239. [249]

    2008 , publisher=

    H-theorem and beyond: Boltzmann’s entropy in today’s mathematics , author=. 2008 , publisher=

  240. [250]

    2025 , eprint=

    Physics-based Deep Learning , author=. 2025 , eprint=

  241. [251]

    , title =

    Higham, Nicholas J. , title =. 2002 , doi =

  242. [252]

    2011 , publisher=

    Computer systems: a programmer’s perspective , author=. 2011 , publisher=

  243. [253]

    2004 , publisher=

    Fundamentals of the finite element method for heat and fluid flow , author=. 2004 , publisher=

  244. [254]

    Analog and Hybrid Computer Programming , ISBN =

    Ulmann, Bernd , year =. Analog and Hybrid Computer Programming , ISBN =. doi:10.1515/9783110662207 , publisher =

  245. [255]

    2023 , publisher =

    Jennifer Scott and Miroslav T. 2023 , publisher =. doi:10.1007/978-3-031-25820-6 , url =

  246. [256]

    High Energy Astrophysics

  247. [257]

    1991 , publisher=

    Numerical Methods for Ordinary Differential Systems: The Initial Value Problem , author=. 1991 , publisher=

  248. [258]

    doi:10.1007/978-3-540-78862-1 , url =

    1993 , author =. doi:10.1007/978-3-540-78862-1 , url =

  249. [259]

    2019 , url =

    Oliver Hahn , title =. 2019 , url =

  250. [260]

    , year =

    Dafermos, Constantine M. , year =. Hyperbolic Conservation Laws in Continuum Physics , ISBN =. doi:10.1007/978-3-662-22019-1 , journal =

  251. [261]

    Shock-accelerated cosmic rays and streaming instability in the adaptive mesh refinement code Ramses , volume=

    Dubois, Yohan and Commerçon, Benoît and Marcowith, Alexandre and Brahimi, Loann , year=. Shock-accelerated cosmic rays and streaming instability in the adaptive mesh refinement code Ramses , volume=. doi:10.1051/0004-6361/201936275 , journal=

  252. [262]

    On a difficulty in the theory of Sound , author=

    LIV. On a difficulty in the theory of Sound , author=. The London, Edinburgh, and Dublin philosophical magazine and journal of science , volume=. 1848 , publisher=

  253. [263]

    On the velocity of sound, in reply to the remarks of the Astronomer Royal , author=

    LXV. On the velocity of sound, in reply to the remarks of the Astronomer Royal , author=. The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science , volume=. 1848 , publisher=

  254. [264]

    C. P. Dullemond and H. H. Wang , title =. 2009 , url =

  255. [265]

    6th Computational Fluid Dynamics Conference Danvers , pages=

    High resolution applications of the Osher upwind scheme for the Euler equations , author=. 6th Computational Fluid Dynamics Conference Danvers , pages=

  256. [266]

    A historical oversight: Vladimir P

    Bram. A historical oversight: Vladimir P. Kolgan and his high-resolution scheme , journal =. 2011 , issn =. doi:https://doi.org/10.1016/j.jcp.2010.12.032 , url =

  257. [267]

    2002 , publisher=

    Finite volume methods for hyperbolic problems , author=. 2002 , publisher=

  258. [268]

    2025 , note =

    David Tong , title =. 2025 , note =

  259. [269]

    2022 , note =

    Sormani, Mattia , title =. 2022 , note =

  260. [270]

    and King, Andrew , year =

    Pringle, James E. and King, Andrew , year =. Astrophysical Flows , ISBN =. doi:10.1017/cbo9780511802201 , publisher =

  261. [271]

    1996 , publisher =

    Ernst Hairer and Gerhard Wanner , title =. 1996 , publisher =. doi:10.1007/978-3-642-05221-7 , url =

  262. [272]

    and Teukolsky, Saul A

    Press, William H. and Teukolsky, Saul A. and Vetterling, William T. and Flannery, Brian P. , title =. 2007 , isbn =

  263. [273]

    2006 , publisher =

    Ernst Hairer and Gerhard Wanner and Christian Lubich , title =. 2006 , publisher =. doi:10.1007/3-540-30666-8 , url =

  264. [274]

    The Dynamic Sun: Challenges for Theory and Observations , year = 2005, editor =

    Solarwind Composition. The Dynamic Sun: Challenges for Theory and Observations , year = 2005, editor =

  265. [275]

    2006 , url=

    Fourier Transforms for the BlueGene / L Communication Network , author=. 2006 , url=

  266. [276]

    Frontiers of Computational Science: Proceedings of the International Symposium on Frontiers of Computational Science 2005 , pages=

    A brief introduction to Krylov space methods for solving linear systems , author=. Frontiers of Computational Science: Proceedings of the International Symposium on Frontiers of Computational Science 2005 , pages=. 2007 , organization=

  267. [277]

    From molecular dynamics to kinetic theory and hydrodynamics , author=

  268. [278]

    2024 , eprint=

    A Survey on Universal Approximation Theorems , author=. 2024 , eprint=

  269. [279]

    Zeitschrift für Astrophysik , year = 1951, month = jan, volume =

    Kometenschweife und solare Korpuskularstrahlung. Zeitschrift für Astrophysik , year = 1951, month = jan, volume =

  270. [280]

    , title =

    Neugebauer, Marcia and Snyder, Conway W. , title =. Journal of Geophysical Research (1896-1977) , volume =. doi:https://doi.org/10.1029/JZ071i019p04469 , url =. https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1029/JZ071i019p04469 , abstract =

  271. [281]

    Obridko, V. N. and Vaisberg, O. L. , title=. Solar System Research , year=. doi:10.1134/S0038094617020058 , url=

  272. [282]

    Dynamical Properties of Stellar Coronas and Stellar Winds. I. Integration of the Momentum Equation. Astrophysical Journal , year = 1964, month = jan, volume =. doi:10.1086/147740 , adsurl =

  273. [283]

    , booktitle =

    Manoharan, P. , booktitle =. The Solar Wind , doi =. 2008 , month =

  274. [284]

    Smithsonian Contributions to Astrophysics , year=

    Notes on the solar corona and the terrestrial ionosphere , author=. Smithsonian Contributions to Astrophysics , year=

  275. [285]

    T. M. Antonsen , title =. 2019 , howpublished =

  276. [286]

    Langmuir Python Package , Author =

  277. [287]

    Volker Springel and Christoph Pfrommer and Philipp Girichidis and Ralf Klessen and Cornelis Dullemond and Frauke Gräter and Rüdiger Pakmor and Fritz Röpke , title =

  278. [288]

    SIAM Review , volume =

    Gebremedhin, Assefaw Hadish and Manne, Fredrik and Pothen, Alex , title =. SIAM Review , volume =. 2005 , doi =. https://doi.org/10.1137/S0036144504444711 , abstract =

  279. [289]

    R. L. Stenzel , title =

  280. [290]

    Stereoscopy and tomography of coronal structures , school =

    Judith de Patoul , year =. Stereoscopy and tomography of coronal structures , school =

  281. [291]

    , title = "

    Thomas, T. , title = "

  282. [292]

    Pascal Frederik Heiter , title =

  283. [293]

    doi:10.3217/YQB1T-22135 , url =

    Flatscher, Tobit , title =. doi:10.3217/YQB1T-22135 , url =

  284. [294]

    Stephen Overduin , title =

  285. [295]

    and Pierce, Niles A

    Giles, Michael B. and Pierce, Niles A. , title =. Flow, Turbulence and Combustion , volume =. 2000 , doi =

  286. [296]

    SIAM Journal on Control and Optimization , volume =

    Ulbrich, Stefan , title =. SIAM Journal on Control and Optimization , volume =. 2002 , doi =

  287. [297]

    pmwd: A Differentiable Cosmological Particle-Mesh N-body Library , journal =

    Li, Yin and Modi, Chirag and Jamieson, Drew and Zhang, Yucheng and Lu, Libin and Feng, Yu and Lanusse, Fran. pmwd: A Differentiable Cosmological Particle-Mesh N-body Library , journal =. 2211.09958 , archivePrefix =

  288. [298]

    SIAM Journal on Numerical Analysis , volume =

    Einfeldt, Bernd , title =. SIAM Journal on Numerical Analysis , volume =. 1988 , doi =. https://doi.org/10.1137/0725021 , abstract =

Pith tools

Reviewed August 1, 2026 · model on record in the stance chip above.