REVIEW 2 major objections 4 minor 1 cited by
Fast(er)PM and Moving Mesh: JAX-native Geometric Multigrid Methods
T0 review · 2 major / 4 minor · reviewed 2026-07-14 · grok-4.5
Pith's one-line read Warm-started multigrid can replace distributed FFTs for fixed-mesh gravity and is the solver that makes differentiable moving-mesh PM practical.
desk verdict Solid JAX methods paper: multigrid as the real enabler for differentiable moving-mesh PM, with fixed-mesh FFT competition that is real but hardware-tied. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Warm-started Chebyshev multigrid as defect correction: the previous time-step potential (optionally growth-scaled) is used as the initial guess so that one or two V-cycles correct only the residual; the same hierarchy, with geometry coefficients restricted level-by-level, solves the curvilinear Laplace–Beltrami operator on the deformed mesh.
What would settle it
On a production-scale fixed mesh (for example 1024^3 or 2048^3), run matched FFT and warm one- or two-cycle multigrid force evaluations on the same allocation; if multigrid is systematically slower in wall-clock and higher in total GPU-seconds, or if two-cycle field-level correlation with the FFT reference collapses, the competitive-fixed-mesh claim fails. Separately, if the moving-mesh reconstruction cannot recover small-scale transfer above the static mesh at the same cell count once the geometry is strongly deformed, the adaptive claim fails.
Extended reading notes
Core claim
Geometric multigrid for particle–mesh gravity plays two complementary roles: on fixed meshes, warm-started Chebyshev multigrid is a competitive, communication-avoiding alternative to distributed FFTs, and on moving meshes it becomes the enabling solver for a differentiable variable-coefficient curvilinear Poisson problem that FFT diagonalization cannot handle.
Load-bearing premise
That the measured wall-clock and GPU-time gains over distributed FFTs on the tested GPU cluster will hold broadly enough to make multigrid a practical alternative, even though the paper itself notes that those gains depend on interconnect and library performance.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a JAX-native geometric multigrid Poisson framework for particle–mesh cosmology and argues that multigrid plays two complementary roles: on fixed meshes, warm-started Chebyshev multigrid is a competitive, communication-avoiding alternative to distributed FFTs; on moving meshes, it is the enabling solver for a variable-coefficient curvilinear Poisson problem that ordinary FFT diagonalization cannot handle. For static FastPM, temporal coherence is exploited via recycled/growth-scaled predictors so that one or two warm V-cycles reach field-level accuracy relative to a matched discrete FFT operator, with reported wall-clock and GPU-time gains and a lower memory floor on Perlmutter A100 nodes. The same multigrid hierarchy is then used for a potential-flow moving-mesh PM scheme (after Pen), with a conservative finite-volume Laplace–Beltrami operator, mesh-motion and gravity solves, limiters, and an implicit adjoint that supports end-to-end differentiable reconstruction. Accuracy is tested against FFT references and CAMELS/AREPO CV0, and a reconstruction stress test shows recovery of small-scale amplitude at fixed nominal resolution.
Significance. If the dual-role claim holds, the work is a useful methods contribution for GPU-native, autodiff-compatible cosmological PM solvers. The enabling half is particularly valuable: a regular-array, JAX-compilable moving-mesh gravity path with shared multigrid infrastructure and a carefully constructed adjoint fills a gap between fixed-grid FastPM-style codes and adaptive force methods that are hard to differentiate. Strengths include matched discrete-operator comparisons, residual and field-level diagnostics (transfer/stochasticity), Appendix A error-accumulation tests, strong-scaling and memory-floor measurements, and a finite-difference check of the curvilinear adjoint under strong compression. Development code links are provided. The fixed-mesh performance half is more provisional because the measured speedups are machine- and interconnect-dependent, but the structural communication and memory arguments remain of practical interest even if wall-clock ratios do not fully generalize.
major comments (2)
- [§3.3–3.5, Tables 2–3] §3.3–3.5 and Tables 2–3: the abstract and introduction frame warm Chebyshev multigrid as a competitive alternative with up to ~2× lower total GPU time. The measured 1.5–2.4× wall-clock and ~2× GPU-time gains are on Perlmutter A100 + Slingshot, which the text itself flags as likely suboptimal for all-to-all and machine-dependent. The structural advantages (halo vs all-to-all, real vs complex scratch, lower memory floor) are well supported, but the dual-role claim’s fixed-mesh half currently over-weights fabric-specific timings. Please rebalance the abstract/conclusions to lead with communication pattern and memory floor, present wall-clock ratios as platform-specific evidence, and (if feasible) add a brief comparison or discussion against a stronger distributed FFT baseline (e.g. jaxdecomp/cuDecomp on a fabric more favorable to collectives).
- [§4.7–4.8, Figs. 10–14] §4.7–4.8 and Figs. 10–14: the moving-mesh accuracy and reconstruction claims rest on a single small-box CAMELS CV0 setup (25 h^{-1} Mpc, 256^3 particles) and a deliberately minimal reconstruction experiment. That is acceptable for a methods demonstration, but the paper’s bridge claim toward “differentiable adaptive-force cosmological simulations” needs clearer scope limits: state that the tests do not yet establish cosmology- or redshift-general accuracy, quantify sensitivity to free limiter/κ parameters (Appendix C), and note that production field-level inference would require likelihood, priors, and bias validation beyond the MSE reconstruction shown.
minor comments (4)
- [§4.3] §4.3: note that Jacobi outperforms Chebyshev for the variable-coefficient Laplace–Beltrami problem, opposite to the static-mesh default. A short remark on why (spectrum of the preconditioned operator, anisotropy) would help readers choose smoothers.
- [Table 1, Figs. 4–6] Table 1 vs Figs. 4–6: cycle-count accuracy is shown at 256^3 while production scaling is at 1024^3/2048^3. A brief statement that the 1–2 warm-cycle operating point remains adequate at the larger sizes (or a small residual/transfer check) would tighten the accuracy–performance link.
- [§4.8.1–4.8.2] Eqs. (35)–(38): the straight-through limiter treatment and √g-conjugated adjoint are important; a one-sentence pointer in the main text to the finite-difference agreement under √g_min≈0.15 would make the reverse-mode claim easier to verify without hunting the prose.
- Minor presentation: a few missing spaces in compound words in the compiled text (e.g. “particle–mesh”, “all-to-all”); ensure figure captions for Figs. 2–3 and 8 fully define symbols used in the panels.
Circularity Check
Methods paper with external FFT/N-body benchmarks; warm-start is residual defect correction, not a tautological prediction, and self-citations supply infrastructure rather than the performance claims.
-
self citation load bearing
[§2.3 Geometric multigrid; §3.4 Implementation (DiffHydro baseline)]
"Following the notation of the diffhydro self-gravity solver, the flat-mesh PM Poisson problem is written as A_h φ_h = F_h ... The first three are the additions that give the present solver its speed over the originally published version in DiffHydro, and all are exposed as flags with the original Jacobi path preserved as a fallback."
The flat multigrid hierarchy and Jacobi smoother are imported from the author's DiffHydro paper. This is infrastructure reuse, not a uniqueness or uniqueness-of-result claim: the present work's performance and accuracy conclusions rest on new Chebyshev fusion, warm-start timings vs FFT, and moving-mesh tests against external references, so the self-citation is not load-bearing for the dual-role claim.
full rationale
The paper is a numerical methods contribution whose central claims are (i) warm-started Chebyshev multigrid can match or beat distributed FFTs on fixed meshes under stated hardware conditions and (ii) the same multigrid hierarchy enables a differentiable moving-mesh PM solve of a variable-coefficient curvilinear Poisson equation that FFT diagonalization cannot handle. Both claims are checked against external references: the spectral FFT with the same discrete operator (Tables 1–3, Figs. 4–6, Appendix A) and the CAMELS CV0 AREPO N-body field (Figs. 10–14). Warm starting is standard defect correction of a residual (Eqs. 11–12, §3.1–3.2); the residual is not forced to zero by construction, and accuracy is measured against the FFT reference rather than redefined as success. Self-citations (DiffHydro, JaxPM, jaxdecomp) provide the prior Jacobi baseline, array framework, and distributed primitives; the production Chebyshev fusion, timings, moving-mesh limiters, and adjoint finite-difference checks are new content evaluated in this work. No uniqueness theorem, fitted parameter renamed as prediction, or self-definitional loop carries the dual-role claim. Minor self-citation of infrastructure is normal and non-load-bearing for the conclusions, so the circularity score is 1.
Assumptions & free parameters
free parameters (5)
- Chebyshev spectral interval parameter α
- Warm V-cycle budget (1–2 production cycles)
- Mesh-response gain κ
- Limiter parameters c_max, s_max, source smoothing, repulsive strength η
- Weighted-Jacobi ω=2/3 and pre/post sweep counts (ν1=ν2=2 moving mesh)
assumptions (4)
- domain assumption Discrete periodic Poisson with seven-point Laplacian (static) or conservative finite-volume Laplace–Beltrami (moving) is an adequate gravity model for the PM applications considered.
- standard math Geometric multigrid V-cycles with local smoothers converge with mesh-independent factor for the model/variable-coefficient problems used.
- domain assumption Potential-flow mesh map x=ξ+∇ψ with limiters remains a useful quasi-Lagrangian adaptive force model without destroying large-scale phases.
- ad hoc to paper Straight-through treatment of non-smooth limiters in reverse mode yields usable gradients for reconstruction.
Cite this review
Pith. "Pith review of Fast(er)PM and Moving Mesh: JAX-native Geometric Multigrid Methods." pith.science (2026). https://pith.science/paper/HQWAY546
@misc{pith2026260710983,
author = {Pith},
title = {Pith review of: Fast(er)PM and Moving Mesh: JAX-native Geometric Multigrid Methods},
year = {2026},
howpublished = {\url{https://pith.science/paper/HQWAY546}},
note = {Machine review of arXiv:2607.10983}
}
read the original abstract
Efficient, differentiable Poisson solvers are a key component of modern particle--mesh simulations and field-level inference pipelines. FFT-based solvers are extremely effective on fixed Cartesian meshes, but they impose global all-to-all communication and rely on symmetries that are lost in adaptive or non-Cartesian coordinates. In this work, we present a JAX-native geometric multigrid framework for particle--mesh gravity and argue that multigrid plays two complementary roles: on fixed meshes it can be a competitive, communication-avoiding alternative to FFTs, while on moving meshes it becomes the enabling solver. For static FastPM evolution, warm-started Chebyshev multigrid acts as a defect-correction method, exploiting temporal coherence between time steps to reduce the number of V-cycles required for field-level accuracy. At large mesh sizes this reduces memory pressure and yields comparable or faster wall-clock performance than distributed FFTs, with up to a factor of two reduction in total GPU time at fixed final mesh size. We then embed the same solver in a differentiable moving-mesh particle--mesh method, where adaptive coordinate deformation produces a variable-coefficient curvilinear Poisson equation that cannot be solved by ordinary FFT diagonalization. The resulting method concentrates force resolution in nonlinear structures while retaining a regular, JAX-compilable, automatically differentiable array workflow. These results suggest geometric multigrid can be a practical bridge between fast fixed-grid PM methods and differentiable adaptive-force cosmological simulations.
Figures
Figures from the paper (11 more)
Forward citations
Cited by 1 Pith paper
-
End-to-end differentiable retrieval of molecular spectra using hydrodynamics, chemistry, and radiative transfer
An end-to-end differentiable JAX pipeline couples 1D hydrodynamics, time-dependent chemistry, and radiative transfer, and recovers shock and rate parameters from synthetic HCO+ spectra.
Reference graph
Works this paper leans on
-
[1]
Nonlinear Reconstruction of the Velocity Field
Nonlinear Reconstruction of the Velocity Field. , keywords =. doi:10.3847/1538-4357/ab5580 , archivePrefix =. 1908.08217 , primaryClass =
work page Pith review arXiv doi:10.3847/1538-4357/ab5580 1908
-
[2]
Hydrodynamic methods and sub-resolution models for cosmological simulations
Hydrodynamic methods and sub-resolution models for cosmological simulations. arXiv e-prints , keywords =. doi:10.48550/arXiv.2502.06954 , archivePrefix =. 2502.06954 , primaryClass =
-
[3]
The Santa Barbara Cluster Comparison Project: A Comparison of Cosmological Hydrodynamics Solutions. , keywords =. doi:10.1086/307908 , archivePrefix =. astro-ph/9906160 , primaryClass =
-
[4]
The Sunyaev-Zel'dovich angular power spectrum as a probe of cosmological parameters. , keywords =. doi:10.1046/j.1365-8711.2002.05889.x , archivePrefix =. astro-ph/0205468 , primaryClass =
-
[5]
Differentiable Stochastic Halo Occupation Distribution
Differentiable stochastic halo occupation distribution. , keywords =. doi:10.1093/mnras/stae350 , archivePrefix =. 2211.03852 , primaryClass =
-
[6]
Halo Nonlinear Reconstruction. , keywords =. doi:10.3847/1538-4357/aa89e7 , archivePrefix =. 1703.08301 , primaryClass =
-
[7]
Nonlinear reconstruction of redshift space distortions
Nonlinear reconstruction of redshift space distortions. , keywords =. doi:10.1103/PhysRevD.97.043502 , archivePrefix =. 1711.03218 , primaryClass =
-
[8]
Journal of Computational Physics , volume=
Shaping the force law in two-dimensional particle-mesh models , author=. Journal of Computational Physics , volume=. 1974 , publisher=
1974
Show all 187 references
-
[9]
Computer Simulation Using Particles
-
[10]
, keywords =
Numerical techniques for large cosmological N-body simulations. , keywords =. doi:10.1086/191003 , adsurl =
- [11]
- [12]
- [13]
-
[14]
Mathematics of computation , volume=
Multi-level adaptive solutions to boundary-value problems , author=. Mathematics of computation , volume=
-
[15]
USSR Computational Mathematics and Mathematical Physics , volume=
A relaxation method for solving elliptic difference equations , author=. USSR Computational Mathematics and Mathematical Physics , volume=. 1962 , publisher=
1962
- [16]
-
[17]
, keywords =
A Linear Moving Adaptive Particle-Mesh N-Body Algorithm. , keywords =. doi:10.1086/192219 , adsurl =
-
[18]
Proceedings of the 1998 IEEE International Conference on Acoustics , year = 1998, volume =
FFTW: an adaptive software architecture for the FFT. Proceedings of the 1998 IEEE International Conference on Acoustics , year = 1998, volume =. doi:10.1109/ICASSP.1998.681704 , adsurl =
1998 doi
-
[19]
IEEE Proceedings , keywords =
The Design and Implementation of FFTW3. IEEE Proceedings , keywords =. doi:10.1109/JPROC.2004.840301 , adsurl =
2004 doi
-
[20]
, year = 2026, month = jun, doi =
jFoF: GPU Friends-of-Friends Halo Finding with Gradient Propagation. , year = 2026, month = jun, doi =
2026
-
[21]
, keywords =
Differentiable cosmological hydrodynamics for field level inference and high dimensional parameter constraints. , keywords =. doi:10.1093/mnras/staf1785 , archivePrefix =. 2502.02294 , primaryClass =
- [22]
- [23]
-
[24]
, keywords =
Benchmarking field-level cosmological inference from galaxy redshift surveys. , keywords =. doi:10.1088/1475-7516/2025/12/039 , archivePrefix =. 2504.20130 , primaryClass =
2025 doi
- [25]
- [26]
-
[27]
Journal of Parallel and Distributed Computing , volume=
FFT, FMM, and multigrid on the road to exascale: Performance challenges and opportunities , author=. Journal of Parallel and Distributed Computing , volume=. 2020 , publisher=
2020
-
[28]
arXiv e-prints , keywords =
diffhydro: Inverse Multiphysics Modeling and Embedded Machine Learning in Astrophysical Flows. arXiv e-prints , keywords =. doi:10.48550/arXiv.2512.13403 , archivePrefix =. 2512.13403 , primaryClass =
-
[29]
Journal of Open Source Software , volume=
jaxDecomp: JAX Library for 3D Domain Decomposition and Parallel FFTs , author=. Journal of Open Source Software , volume=
-
[30]
Proceedings of the Platform for Advanced Scientific Computing Conference , pages=
Distributed-memory simulations of turbulent flows on modern GPU systems using an adaptive pencil decomposition library , author=. Proceedings of the Platform for Advanced Scientific Computing Conference , pages=
- [31]
-
[32]
Journal of Imaging , volume=
Python non-uniform fast Fourier transform (PyNUFFT): An accelerated non-Cartesian MRI package on a heterogeneous platform (CPU/GPU) , author=. Journal of Imaging , volume=. 2018 , publisher=
2018
-
[33]
Poisson, Sim. M. 1826 , publisher=
- [34]
- [35]
- [36]
- [37]
-
[38]
Journal of Physics Conference Series , year = 2018, series =
A simple and efficient solver for self-gravity in the DISPATCH astrophysical simulation framework. Journal of Physics Conference Series , year = 2018, series =. doi:10.1088/1742-6596/1031/1/012021 , archivePrefix =. 1806.10098 , primaryClass =
- [39]
- [40]
-
[41]
Astronomy and Computing , keywords =
FlowPM: Distributed TensorFlow implementation of the FastPM cosmological N-body solver. Astronomy and Computing , keywords =. doi:10.1016/j.ascom.2021.100505 , archivePrefix =. 2010.11847 , primaryClass =
2021 doi
- [42]
- [43]
- [44]
-
[45]
Radiative Transfer in a Clumpy Universe. IV. New Synthesis Models of the Cosmic UV/X-Ray Background. , archivePrefix = "arXiv", eprint =. doi:10.1088/0004-637X/746/2/125 , adsurl =
-
[46]
arXiv e-prints , keywords =
Strong bound on canonical ultra-light axion dark matter from the Lyman-alpha forest. arXiv e-prints , keywords =
- [47]
-
[48]
, keywords =
Hints, neutrino bounds, and WDM constraints from SDSS DR14 Lyman- and Planck full-survey data. , keywords =. doi:10.1088/1475-7516/2020/04/038 , archivePrefix =
2020 doi
- [49]
- [50]
- [51]
-
[52]
arXiv e-prints , keywords =
Standard Big-Bang Nucleosynthesis after Planck. arXiv e-prints , keywords =
-
[54]
Annual Review of Astronomy and Astrophysics , volume =
McQuinn, Matthew , title =. Annual Review of Astronomy and Astrophysics , volume =. 2016 , doi =
2016
-
[55]
Astronomy and Computing , keywords =
TensorFlow Hydrodynamics Analysis for Ly- Simulations. Astronomy and Computing , keywords =. doi:10.1016/j.ascom.2024.100858 , archivePrefix =. 2407.16009 , primaryClass =
2024 doi
- [56]
- [57]
-
[58]
, year = 1965, month = nov, volume =
On the Density of Neutral Hydrogen in Intergalactic Space. , year = 1965, month = nov, volume =. doi:10.1086/148444 , adsurl =
1965 doi
-
[59]
, keywords =
Formation and Evolution of X-Ray Clusters: A Hydrodynamic Simulation of the Intracluster Medium. , keywords =. doi:10.1086/169350 , adsurl =
-
[60]
, keywords =
A Hydrodynamic Approach to Cosmology: Methodology. , keywords =. doi:10.1086/191630 , adsurl =
- [61]
- [62]
- [63]
-
[64]
, keywords =
The cosmological simulation code GADGET-2. , keywords =. doi:10.1111/j.1365-2966.2005.09655.x , archivePrefix =. astro-ph/0505010 , primaryClass =
2005 doi
-
[65]
2019 4th International Conference on Pattern Recognition and Image Analysis (IPRIA) , pages=
Deep Generative Models: Deterministic Prediction with an Application in Inverse Rendering , author=. 2019 4th International Conference on Pattern Recognition and Image Analysis (IPRIA) , pages=. 2019 , organization=
2019
-
[66]
2016 international joint conference on neural networks (IJCNN) , pages=
Training deep neural networks on imbalanced data sets , author=. 2016 international joint conference on neural networks (IJCNN) , pages=. 2016 , organization=
2016
-
[67]
Sixth International Conference on Machine Learning and Applications (ICMLA 2007) , pages=
Learning with limited minority class data , author=. Sixth International Conference on Machine Learning and Applications (ICMLA 2007) , pages=. 2007 , organization=
2007
-
[68]
arXiv e-prints , keywords =
Data Augmentation Using GANs. arXiv e-prints , keywords =
-
[69]
arXiv e-prints , keywords =
Adversarial Training of Variational Auto-encoders for High Fidelity Image Generation. arXiv e-prints , keywords =
-
[70]
arXiv e-prints , keywords =
Deep Generative Models for Galaxy Image Simulations. arXiv e-prints , keywords =
- [71]
-
[72]
arXiv e-prints , keywords =
HInet: Generating neutral hydrogen from dark matter with neural networks. arXiv e-prints , keywords =
-
[73]
Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
A variational u-net for conditional appearance and shape generation , author=. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition , pages=
-
[74]
Pattern Recognition , volume=
Recent advances in convolutional neural networks , author=. Pattern Recognition , volume=. 2018 , publisher=
2018
-
[75]
Advances in neural information processing systems , volume=
Learning structured output representation using deep conditional generative models , author=. Advances in neural information processing systems , volume=
-
[76]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Image-to-image translation with conditional adversarial networks , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[77]
European conference on computer vision , pages=
Perceptual losses for real-time style transfer and super-resolution , author=. European conference on computer vision , pages=. 2016 , organization=
2016
-
[78]
, archivePrefix = "arXiv", eprint =
Painting with baryons: augmenting N-body simulations with gas using deep generative models. , archivePrefix = "arXiv", eprint =. doi:10.1093/mnrasl/slz075 , adsurl =
- [79]
- [80]
- [81]
- [82]
-
[83]
arXiv e-prints , keywords =
Properties of gas phases around cosmic filaments at z=0 in the Illustris-TNG simulation. arXiv e-prints , keywords =
-
[84]
Keras: The Python Deep Learning library
-
[85]
Advances in neural information processing systems , pages=
Semi-supervised learning with deep generative models , author=. Advances in neural information processing systems , pages=
-
[86]
arXiv preprint arXiv:1312.6114 , year=
Auto-encoding variational bayes , author=. arXiv preprint arXiv:1312.6114 , year=
-
[87]
International Conference on Medical image computing and computer-assisted intervention , pages=
U-net: Convolutional networks for biomedical image segmentation , author=. International Conference on Medical image computing and computer-assisted intervention , pages=. 2015 , organization=
2015
-
[88]
1997 , publisher=
Information theory and statistics , author=. 1997 , publisher=
1997
-
[89]
arXiv e-prints , keywords =
Adam: A Method for Stochastic Optimization. arXiv e-prints , keywords =
-
[90]
Monthly Notices of the Royal Astronomical Society , volume=
E pur si muove: Galilean-invariant cosmological hydrodynamical simulations on a moving mesh , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2010 , publisher=
2010
- [91]
-
[92]
arXiv e-prints , keywords =
The CAMELS project: Cosmology and Astrophysics with MachinE Learning Simulations. arXiv e-prints , keywords =
- [93]
-
[94]
arXiv e-prints , archivePrefix = "arXiv", eprint =
TARDIS Paper I: A Constrained Reconstruction Approach to Modeling the z\ 2.5 Cosmic Web Probed by Lyman-alpha Forest Tomography. arXiv e-prints , archivePrefix = "arXiv", eprint =
-
[95]
arXiv e-prints , archivePrefix = "arXiv", eprint =
HIGAN: Cosmic Neutral Hydrogen with Generative Adversarial Networks. arXiv e-prints , archivePrefix = "arXiv", eprint =
-
[96]
doi:10.1046/j.1365-8711.1999.02272.x , Eprint =
, Keywords =. doi:10.1046/j.1365-8711.1999.02272.x , Eprint =
1999 doi
- [99]
- [100]
- [101]
-
[102]
Ground-based and Airborne Instrumentation for Astronomy V , Doi =
- [103]
-
[104]
arXiv , Arxivurl =:1806.06073 , Journal =
-
[105]
doi:10.1111/j.1365-2966.2009.14885.x , Eprint =
, Keywords =. doi:10.1111/j.1365-2966.2009.14885.x , Eprint =
2009 doi
- [106]
- [107]
- [108]
- [109]
-
[110]
doi:10.1088/0004-637X/713/1/383 , Eprint =
, Keywords =. doi:10.1088/0004-637X/713/1/383 , Eprint =
- [111]
- [112]
-
[113]
, Month = mar, Pages =
-
[114]
Mapping the Most Massive Overdensities through Hydrogen (MAMMOTH). II. Discovery of the Extremely Massive Overdensity BOSS1441 at z = 2.32. , archivePrefix = "arXiv", eprint =. doi:10.3847/1538-4357/aa6a1a , adsurl =
-
[115]
, archivePrefix = "arXiv", eprint =
Mapping the Most Massive Overdensity Through Hydrogen (MAMMOTH) I: Methodology. , archivePrefix = "arXiv", eprint =. doi:10.3847/1538-4357/833/2/135 , adsurl =
-
[116]
doi:10.1046/j.1365-8711.2001.04595.x , Eprint =
, Keywords =. doi:10.1046/j.1365-8711.2001.04595.x , Eprint =
2001 doi
-
[117]
doi:10.1111/j.1365-2966.2008.13016.x , Journal =
2008 doi
- [118]
- [119]
- [120]
- [121]
- [122]
-
[123]
arXiv , Author =:1810.00503 , Journal =
- [124]
- [125]
- [126]
- [127]
-
[128]
doi:10.1111/j.1365-2966.2007.12249.x , Eprint =
, Keywords =. doi:10.1111/j.1365-2966.2007.12249.x , Eprint =
2007 doi
- [129]
- [130]
- [131]
- [132]
-
[133]
Computational Astrophysics and Cosmology , year = 2016, month = aug, volume =
In situ and in-transit analysis of cosmological simulations. Computational Astrophysics and Cosmology , year = 2016, month = aug, volume =. doi:10.1186/s40668-016-0017-2 , adsurl =
2016 doi
- [134]
- [135]
- [136]
-
[137]
Numerical recipes in C++ : the art of scientific computing by William H. Press. xxviii, 1,002 p. : ill. ; 26 cm. Includes bibliographical references and index. ISBN : 0521750334 , Title =
-
[138]
arXiv , Author =:1710.10236 , Journal =
-
[139]
arXiv , Author =:1806.11117 , Journal =
-
[140]
arXiv , Author =:1406.6369 , Month = jul, Pages =
Ground-based and Airborne Instrumentation for Astronomy V , Doi =. arXiv , Author =:1406.6369 , Month = jul, Pages =
-
[141]
Ground-based and Airborne Telescopes IV , Doi =
-
[142]
doi:10.1016/j.physrep.2014.11.001 , Eprint =
, Keywords =. doi:10.1016/j.physrep.2014.11.001 , Eprint =
2014 doi
- [143]
-
[144]
arXiv , Author =:1903.04980 , Journal =
1903 arXiv
-
[145]
arXiv , Author =:1903.05026 , Journal =
1903 arXiv
- [146]
-
[147]
doi:10.1111/j.1365-2966.2008.13388.x , Eprint =
, Keywords =. doi:10.1111/j.1365-2966.2008.13388.x , Eprint =
2008 doi
- [148]
-
[149]
doi:10.1088/2041-8205/719/2/L126 , Eprint =
, Keywords =. doi:10.1088/2041-8205/719/2/L126 , Eprint =
-
[150]
doi:10.1111/j.1365-2966.2009.15334.x , Eprint =
, Keywords =. doi:10.1111/j.1365-2966.2009.15334.x , Eprint =
2009 doi
- [151]
- [152]
- [153]
- [154]
- [155]
-
[156]
arXiv , Author =:1807.06209 , Journal =
- [157]
-
[158]
arXiv , Author =:1903.02007 , Journal =
1903 arXiv
-
[159]
doi:10.1111/j.1365-2966.2004.08117.x , Eprint =
, Keywords =. doi:10.1111/j.1365-2966.2004.08117.x , Eprint =
2004 doi
-
[160]
doi:10.1086/157753 , Journal =
- [161]
- [162]
-
[163]
arXiv , Author =:1505.01195 , Journal =
doi:10.1088/1674-4527/15/12/001 , Eid =. arXiv , Author =:1505.01195 , Journal =
- [164]
- [165]
-
[166]
doi:10.1146/annurev-astro-081811-125615 , Eprint =
, Month = aug, Pages =. doi:10.1146/annurev-astro-081811-125615 , Eprint =
-
[167]
arXiv , Author =:1611.09787 , Journal =
-
[168]
doi:10.1146/annurev-astro-081913-040037 , Eprint =
, Month = aug, Pages =. doi:10.1146/annurev-astro-081913-040037 , Eprint =
-
[169]
doi:10.1146/annurev-astro-081913-040019 , Eprint =
, Month = aug, Pages =. doi:10.1146/annurev-astro-081913-040019 , Eprint =
-
[170]
arXiv , Author =:1308.0847 , Journal =
- [171]
-
[172]
doi:10.1126/science.1151400 , Eprint =
Science , Month = jan, Pages =. doi:10.1126/science.1151400 , Eprint =
- [173]
-
[174]
doi:10.1111/j.1365-2966.2009.15246.x , Eprint =
, Keywords =. doi:10.1111/j.1365-2966.2009.15246.x , Eprint =
2009 doi
-
[175]
arXiv , Author =:1706.06645 , Journal =
- [176]
-
[177]
arXiv , Author =:1606.00043 , Journal =
- [178]
- [179]
- [180]
-
[181]
astro-ph/9709303 , Pages =
Structure and Evolution of the Intergalactic Medium from QSO Absorption Line System , Editor =. astro-ph/9709303 , Pages =
- [182]
-
[183]
, Month = jun, Pages =
-
[184]
ArXiv e-prints , Month = nov, Title =
- [185]
-
[186]
Baryons in the CosmicWeb of IllustrisTNG - I: Gas in Knots, Filaments, Sheets and Voids , Url =
Davide Martizzi and Mark Vogelsberger and Maria Celeste Artale and Markus Haider and Paul Torrey and Federico Marinacci and Dylan Nelson and Annalisa Pillepich and Rainer Weinberger and Lars Hernquist and Jill Naiman and Volker Springel , Eprint =. Baryons in the CosmicWeb of ...
2018
- [187]
-
[188]
doi:10.1086/164143 , Journal =
-
[189]
Computational Astrophysics and Cosmology , keywords =
CosmoGAN: creating high-fidelity weak lensing convergence maps using Generative Adversarial Networks. Computational Astrophysics and Cosmology , keywords =. 2019. doi:10.1186/s40668-019-0029-9 , archivePrefix =. 1706.02390 , primaryClass =
- [190]
Reviewed July 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.