Pith. sign in

REVIEW 2 major objections 2 minor 1 cited by

RAYTHEIA: A high-performance ray-tracing algorithm for three-dimensional direction-dependent equations in astronomical simulations

T0 review · 2 major / 2 minor · reviewed 2026-05-12 · grok-4.3

Pith's one-line read The RAYTHEIA algorithm enables accurate three-dimensional modeling of photodissociation region chemistry at resolutions of 512 cubed grid cells.

desk verdict RAYTHEIA combines known ray-tracing pieces into a working high-res 3D-PDR setup, but the accuracy side lacks the numbers needed to back the claims. read the letter →

arxiv 2605.09882 v1 submitted 2026-05-11 astro-ph.IM

classification astro-ph.IM
keywords raytracingPDRchemistryparallelcomputingAMRgridsradiativetransferstar-formingcloudsdirection-dependentequations
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 introduces RAYTHEIA, a reverse ray-tracing method for solving direction-dependent equations in astronomical simulations. It builds on a dual-grid approach where the simulation mesh pairs with an adaptive Cartesian grid for efficient ray paths and contributions. The design includes specific data structures and traversal techniques plus hybrid parallel computing to reach near-ideal speed-up. This setup integrates with existing chemistry codes to handle turbulent star-forming regions at scales not previously feasible while maintaining accuracy even when using few angles. A reader would care because it makes detailed radiation and chemistry calculations practical for complex three-dimensional astrophysical environments.

What carries the argument

Dual-grid framework with leaf-only linear-octree, DDA traversal, Morton indexing, and slab method for ray-walking and accumulation in parallel.

What would settle it

Compare the output chemistry abundances or line intensities from RAYTHEIA against a reference solution computed with a slower but exact ray-tracing method on a smaller grid, checking for deviations larger than a few percent at low angular resolutions.

Watch

Extended reading notes

Core claim

RAYTHEIA employs a dual-grid framework with the native simulation mesh as source and an AMR Cartesian grid for contribution accumulation. It integrates a leaf-only linear-octree to cut memory use, digital differential analyzer traversal for path finding, Morton code indexing for fast lookups, and the slab method for path length computation. A hybrid MPI and OpenMP parallel framework with chunk communication delivers near-ideal linear speed-up. Integrated with the 3D-PDR code, the method solves PDR chemistry in a turbulent cloud at 512^3 resolution, showing accuracy and convergence at low angular resolutions, and produces synthetic maps of diagnostic lines.

Load-bearing premise

The data structures and traversal methods do not introduce significant errors into the chemistry calculations through truncation or interpolation.

Editorial extensions

If this is right

  • Three-dimensional PDR chemistry can be modeled in turbulent star-forming clouds at 512^3 grid cells.
  • High-resolution synthetic emission maps can capture effects like self-absorption in [O I] lines.
  • The amount of [C I]-bright but CO-dark molecular gas can be measured directly.
  • CO-to-H2 conversion factors can be derived in agreement with observations.
  • Direction-dependent equations can be solved accurately even at low angular resolutions.

Reading between the lines

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

  • Similar ray-tracing approaches might speed up simulations in other areas of radiative transfer beyond PDRs.
  • Extending the method to higher dimensions or different grid types could broaden its use in astrophysical modeling.
  • Performance on even larger grids or with more processors could be tested to confirm the linear scaling.
  • Comparison with other ray-tracing methods on the same problem would quantify the gains in speed and accuracy.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

2 major / 2 minor

Summary. The paper presents RAYTHEIA, a reverse ray-tracing algorithm for solving three-dimensional direction-dependent equations in astronomical simulations. It employs a dual-grid framework (native mesh plus AMR Cartesian contribution grid), leaf-only linear-octree, DDA traversal, Morton indexing, and slab method for path lengths, combined with hybrid MPI/OpenMP parallelism using chunk-to-chunk communication. The algorithm is integrated with the 3D-PDR code to model PDR chemistry and radiation transfer in a turbulent star-forming cloud at 512^3 resolution, producing synthetic emission maps that include effects such as [O I] 63 µm self-absorption and CO-dark gas, while claiming near-ideal linear speedup and accuracy/convergence even at low angular resolutions.

Significance. If the accuracy and error-control claims hold, RAYTHEIA would represent a meaningful technical advance by enabling high-resolution 3D PDR simulations that were previously computationally prohibitive, with direct implications for interpreting observations of star-forming regions through physically consistent synthetic maps.

major comments (2)
  1. [Abstract / Results] Abstract and results section: the central claim that the algorithm 'demonstrates accuracy and convergence even at low angular resolutions' and produces 'physically plausible maps' is not supported by any quantitative error norms, L2 residuals, convergence plots versus angular resolution, or direct comparisons against analytic solutions or reference integrators on the same grids. Without these, the assertion that truncation or interpolation errors from the dual-grid accumulation and native-mesh mapping remain negligible for the chemistry solution cannot be evaluated.
  2. [Algorithm description / Dual-grid framework] Section describing the dual-grid framework and slab accumulation: the paper does not quantify how geometric mismatches or interpolation at AMR refinement boundaries affect the direction-dependent radiation field before it is fed into the 3D-PDR chemistry solver. A sensitivity test showing stability of key observables (e.g., [O I] 63 µm optical depth or CO-dark gas fraction) under variations in the mapping procedure is required to substantiate that the 512^3 results are numerically robust rather than artifacts of the discretization.
minor comments (2)
  1. [Abstract] The abstract states 'exceptional, near-ideal linear speed-up ratio' but does not report the actual scaling exponents, core counts, or strong/weak scaling plots; these should be added with explicit numbers for reproducibility.
  2. [Methods] Notation for the slab-method path-length calculation and Morton-code indexing should be defined explicitly with equations in the methods section to allow independent implementation.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for their thorough and constructive review of our manuscript on the RAYTHEIA algorithm. The comments identify areas where additional quantitative validation would strengthen the presentation of accuracy and robustness claims. We address each major comment below and have prepared revisions to incorporate the requested analyses and tests.

read point-by-point responses
  1. Referee: [Abstract / Results] Abstract and results section: the central claim that the algorithm 'demonstrates accuracy and convergence even at low angular resolutions' and produces 'physically plausible maps' is not supported by any quantitative error norms, L2 residuals, convergence plots versus angular resolution, or direct comparisons against analytic solutions or reference integrators on the same grids. Without these, the assertion that truncation or interpolation errors from the dual-grid accumulation and native-mesh mapping remain negligible for the chemistry solution cannot be evaluated.

    Authors: We agree that the current manuscript would be strengthened by explicit quantitative support for the accuracy and convergence statements. In the revised version, we will add a dedicated validation subsection (including new figures) that reports L2 error norms for radiation field and chemistry quantities, convergence plots versus angular resolution (down to the low-resolution regime cited), and direct comparisons against analytic solutions for simplified geometries as well as reference integrator runs on identical grids. These additions will allow readers to evaluate the magnitude of dual-grid truncation and mapping errors relative to the chemistry solution. revision: yes

  2. Referee: [Algorithm description / Dual-grid framework] Section describing the dual-grid framework and slab accumulation: the paper does not quantify how geometric mismatches or interpolation at AMR refinement boundaries affect the direction-dependent radiation field before it is fed into the 3D-PDR chemistry solver. A sensitivity test showing stability of key observables (e.g., [O I] 63 µm optical depth or CO-dark gas fraction) under variations in the mapping procedure is required to substantiate that the 512^3 results are numerically robust rather than artifacts of the discretization.

    Authors: We acknowledge that the manuscript lacks a quantitative assessment of interpolation and geometric mismatch effects at AMR boundaries. In the revision we will include a new sensitivity study that systematically varies the mapping and interpolation procedures at refinement interfaces. The study will report the resulting changes in the direction-dependent radiation field and in downstream observables such as [O I] 63 µm optical depth and CO-dark gas fraction, thereby demonstrating numerical stability of the 512^3 results. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity in algorithmic description or claims

full rationale

The paper presents RAYTHEIA as a new reverse ray-tracing algorithm using dual-grid, leaf-only linear-octree, DDA traversal, Morton indexing, slab method, and hybrid parallelism. No equations, predictions, or uniqueness theorems are derived; performance and accuracy claims rest on reported implementation benchmarks and convergence tests at 512^3 resolution. No self-citations, fitted parameters renamed as predictions, or self-definitional reductions appear in the derivation chain. The contribution is a computational method whose correctness is externally verifiable via code and benchmarks, making the analysis self-contained with no load-bearing circular steps.

Assumptions & free parameters 0 free parameters · 2 assumptions · 0 invented entities

The algorithm rests on standard numerical assumptions for ray traversal and grid interpolation; no new physical entities or heavily fitted parameters are introduced in the abstract.

assumptions (2)
  • domain assumption The slab method analytically computes exact path lengths through Cartesian cells without approximation error for the chosen grid.
    Invoked in the core ray-walking description.
  • domain assumption The linear-octree and Morton indexing preserve all necessary leaf-cell information without loss during traversal.
    Stated as part of the memory-reduction strategy.

how reviews work

0 comments
Cite this review

Pith. "Pith review of RAYTHEIA: A high-performance ray-tracing algorithm for three-dimensional direction-dependent equations in astronomical simulations." pith.science (2026). https://pith.science/paper/2605.09882

@misc{pith2026260509882,
  author       = {Pith},
  title        = {Pith review of: RAYTHEIA: A high-performance ray-tracing algorithm for three-dimensional direction-dependent equations in astronomical simulations},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2605.09882}},
  note         = {Machine review of arXiv:2605.09882}
}
abstract

We present RAYTHEIA, a high-performance reverse ray-tracing algorithm designed to efficiently solve three-dimensional direction-dependent equations in astronomical simulations. The algorithm uses a dual-grid framework in which the native simulation mesh -- serving as the source grid for ray emission -- and an adaptive mesh refinement (AMR) Cartesian contribution grid are constructed for efficient ray-walking and contribution accumulation. The core of the algorithm integrates a leaf-only linear-octree data structure to reduce memory overhead, the digital differential analyzer (DDA) traversal method to efficiently determine the ray-walking path, Morton Code indexing to fast leaf cell lookup during traversal, and the slab method to analytically compute the path length. Furthermore, RAYTHEIA employs a hybrid (MPI/OpenMP) distributed parallel framework with a chunk-to-chunk communication strategy, achieving exceptional, near-ideal linear speed-up ratio and delivering high-end performance. We integrate RAYTHEIA with the 3D-PDR code to solve the complex chemistry and radiation transfer in photodissociation regions (PDRs). This allowed the modelling of three-dimensional PDR chemistry in a turbulent, star-forming cloud at an unprecedented resolution of $512^3$ grid cells. The algorithm demonstrates accuracy and convergence even at low angular resolutions. We further showcase the capabilities of RAYTHEIA by producing high-resolution synthetic emission maps of key diagnostic lines of a star-forming region capturing physical effects such as [O I] $63\mu$m self-absorption, measuring the [C I]-bright but CO-dark molecular gas, and deriving a CO-to-H$_2$ conversion factor in agreement with observations.

Figures

Figures reproduced from arXiv: 2605.09882 by the authors.

Figure 1
Figure 1. Two-dimensional schematic of the dual-grid parallel framework in raytheia. Left panel: the source grid, which can retain the native discretization of the underlying simulation, defines the locations of ray-emitting elements. Middle panel: the contribution grid, an AMR Cartesian grid built from the source grid, provides a traversal-friendly representation for ray-walking and contribution accumulation. Right panel: ca… view at source ↗
Figure 2
Figure 2. Two-dimensional schematic of the slab method. The axis-aligned bounding box (AABB) is defined by corners (𝑥min, 𝑦min ) and (𝑥max, 𝑦max ). Two rays are denoted by 𝑅1 and 𝑅2, respectively, and the intersection points with the slab are denoted by 𝑡. 𝑅1 intersects with AABB rather than 𝑅2 since the criterion for the ray-AABB intersection is 𝑡𝑖𝑛 < 𝑡𝑜𝑢𝑡, where 𝑡𝑖𝑛 = max(𝑡 𝑐 𝑥 , 𝑡𝑐 𝑦 , 𝑡𝑐 𝑧 ) and 𝑡𝑜𝑢𝑡 = min(𝑡 𝑓 𝑥 , 𝑡 𝑓 𝑦 ,… view at source ↗
Figure 3
Figure 3. Accuracy of the hydrogen column density 𝑁H,𝑞 as seen from the centre of the computational domain with different angular resolution. Top panel shows the reference hydrogen column density 𝑁 𝑟𝑒 𝑓 H,𝑞 displayed in the Mollweide projection. Left panels below show 𝑁H,𝑞 calculated by raytheia. The number of rays, Nrays, is shown in upper left corners of the panels. Right panels below show the relative error in the hydrogen… view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: demonstrates the accuracy of raytheia in evaluating 𝐴V,eff versus the local number density, 𝑛H. For each angular reso￾lution, the dashed line represents the mean profile of 𝑒𝐴V,eff , with the shaded area indicating its range across all 1283 grid cells. Both the mean pr…
Figure 5
Figure 5. Figure 5: Spatial distribution of the 𝑒𝐴V,eff on the 𝑥-𝑧 plane at the domain centre. Top-left: the local number density log10 𝑛H of the slice. The remaining panels show 𝑒𝐴V,eff at Nrays = 12 (top right), 48 (bottom left), and 192 (bottom right). The white contour marks 𝑛H = 10 c…
Figure 6
Figure 6. Figure 6: Strong scaling test. Speed-up ratio as a function of the total number of processors on up to 1792 for the turbulent cloud with 1283 grids. The grey line shows the ideal scaling 𝑆𝑛 = N𝑝. speed-up ratio 𝑆𝑛 on N𝑝 processors is defined with respect to the 56-processor run …
Figure 7
Figure 7. Figure 7: Column density plots of the star-forming region taken from the SILCC-Zoom project (Seifried et al. 2017). Top row (left-to-right): total H-nucleus column density, Hi column density, H2 column density. Bottom row: C+ column density, C column density and CO column densit…
Figure 8
Figure 8. Figure 8: Velocity integrated emission of CO (1-0) (top left), [Ci] (1-0) (top right), [Cii] 158𝜇m (bottom left), and [Oi] 63𝜇m (bottom right). The inset on the top left panel shows a close-up of the central region in CO (1-0) emission. The insets on the bottom panels show the b…
Figure 9
Figure 9. Figure 9: H2 column density map with contours marking the adopted 0.1 K km s−1 detection limit for CO (1-0) (red) and [Ci] (1-0) (cyan). The hatched region indicates gas where the [Ci] (1-0) intensity exceeds that of CO (1-0). This corresponds to CO-dark gas where [Ci] (1-0) is …

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Resolving dense photo-dissociation regions: the structure of photochemical fronts in three-dimensional gas distributions

    astro-ph.GA 2026-08 conditional novelty 7.0 of 10

    A three-dimensional PDR model shows that overlapping H2 dissociation and C+ recombination fronts, plus the arc-like H2 emission seen in the Orion Bar, arise from shadowing by dense clumps in a fractal gas distribution.

Reference graph

Works this paper leans on

112 extracted references · 112 canonical work pages · cited by 1 Pith paper

  1. [1]

    2017, MNRAS, 472, 4797, doi: 10.1093/mnras/stx2343

    SILCC-Zoom: the dynamic and chemical evolution of molecular clouds. , keywords =. doi:10.1093/mnras/stx2343 , archivePrefix =. 1704.06487 , primaryClass =

  2. [2]

    , keywords =

    An alternative accurate tracer of molecular clouds: the `XCi-factor'. , keywords =. doi:10.1093/mnrasl/slu013 , archivePrefix =. 1401.5072 , primaryClass =

  3. [3]

    , keywords =

    Photoelectric heating of interstellar gas. , keywords =. doi:10.1086/190513 , adsurl =

  4. [4]

    V., Galli , D., & Caselli , P

    Cosmic-ray ionisation in circumstellar discs. , keywords =. doi:10.1051/0004-6361/201732202 , archivePrefix =. 1803.09348 , primaryClass =

  5. [5]

    The Astrophysical Journal , volume =

    The Photodissociation and Chemistry of Interstellar CO. , keywords =. doi:10.1086/166877 , adsurl =

  6. [6]

    GMC Collisions as Triggers of Star Formation. V. Observational Signatures. , keywords =. doi:10.3847/1538-4357/aa94c5 , archivePrefix =. 1706.07006 , primaryClass =

  7. [7]

    , keywords =

    Photodissociation region diagnostics across galactic environments. , keywords =. doi:10.1093/mnras/stab121 , archivePrefix =. 2012.06773 , primaryClass =

  8. [8]

    , keywords =

    A Portrait of Cold Gas in Galaxies at 60 pc Resolution and a Simple Method to Test Hypotheses That Link Small-scale ISM Structure to Galaxy-scale Processes. , keywords =. doi:10.3847/0004-637X/831/1/16 , archivePrefix =. 1606.07077 , primaryClass =

Show all 112 references
  1. [9]

    An Unbiased CO Survey toward the Northern Region of the Small Magellanic Cloud with the Atacama Compact Array. I. Overview: CO Cloud Distributions. , keywords =. doi:10.3847/1538-4357/ac1ff4 , archivePrefix =. 2108.09018 , primaryClass =

  2. [10]

    , keywords =

    The CO-dark molecular gas in the cold H I arc. , keywords =. doi:10.1051/0004-6361/202450067 , archivePrefix =. 2405.02055 , primaryClass =

  3. [11]

    , keywords =

    The CO-to-H _ 2 Conversion Factor. , keywords =. doi:10.1146/annurev-astro-082812-140944 , archivePrefix =. 1301.3498 , primaryClass =

  4. [12]

    Astrochemistry of Cosmic Phenomena , year = 1992, editor =

    Diffuse, Translucent & High-Latitude Clouds: Theoretical Considerations(rp). Astrochemistry of Cosmic Phenomena , year = 1992, editor =

  5. [13]

    , keywords =

    Metallicity dependence of the CO-to-H _ 2 and the [CI]-to-H _ 2 conversion factors in galaxies. , keywords =. doi:10.1051/0004-6361/202554067 , archivePrefix =. 2503.12073 , primaryClass =

  6. [14]

    , keywords =

    H _ 2 Formation on Grain Surfaces. , keywords =. doi:10.1086/381775 , adsurl =

  7. [15]

    , keywords =

    CI lines as tracers of molecular gas, and their prospects at high redshifts. , keywords =. doi:10.1111/j.1365-2966.2004.07762.x , archivePrefix =. astro-ph/0403092 , primaryClass =

  8. [16]

    arXiv e-prints , keywords =

    Lampray: Multi-group long characteristics ray tracing for adaptive mesh radiation hydrodynamics. arXiv e-prints , keywords =. doi:10.48550/arXiv.1809.05541 , archivePrefix =. 1809.05541 , primaryClass =

  9. [17]

    Smoothed particle hydrodynamics simulations of expanding H II regions. I. Numerical method and applications. , keywords =. doi:10.1051/0004-6361/200811522 , archivePrefix =. 0902.2374 , primaryClass =

  10. [18]

    Modeling UV Radiation Feedback from Massive Stars. I. Implementation of Adaptive Ray-tracing Method and Tests. , keywords =. doi:10.3847/1538-4357/aa9b80 , archivePrefix =. 1711.06277 , primaryClass =

  11. [19]

    , keywords =

    Dynamically Driven Evolution of Molecular Gas in the Barred Spiral Galaxy M83 Traced by CO J = 2─1/1─0 Line Ratio Variations. , keywords =. doi:10.3847/1538-4357/add1dc , adsurl =

  12. [20]

    ALMA FACTS. III. High-resolution CO(2─1)/CO(1─0) Maps of Twelve Nearby Galaxies. , keywords =. doi:10.3847/1538-4357/ae4d39 , archivePrefix =. 2507.13498 , primaryClass =

  13. [21]

    , keywords =

    The penetration of Far-UV radiation into molecular clouds. , keywords =. doi:10.1051/0004-6361:20066119 , archivePrefix =. astro-ph/0702033 , primaryClass =

  14. [22]

    Full SED fitting with the KOSMA- PDR code. I. Dust modelling. , keywords =. doi:10.1051/0004-6361/201118190 , archivePrefix =. 1211.3546 , primaryClass =

  15. [23]

    , keywords =

    A Model for Atomic and Molecular Interstellar Gas: The Meudon PDR Code. , keywords =. doi:10.1086/503252 , archivePrefix =. astro-ph/0602150 , primaryClass =

  16. [24]

    , keywords =

    The penetration of diffuse ultraviolet radiation into interstellar clouds. , keywords =. doi:10.1086/157778 , adsurl =

  17. [25]

    , year = 1984, month = feb, volume =

    Photodissociation of OH in Interstellar Clouds. , year = 1984, month = feb, volume =. doi:10.1086/161729 , adsurl =

  18. [26]

    , keywords =

    Wide-field CO isotopologue emission and the CO-to-H _ 2 factor across the nearby spiral galaxy M101. , keywords =. doi:10.1051/0004-6361/202245718 , archivePrefix =. 2302.03044 , primaryClass =

  19. [27]

    , keywords =

    New constraints on the ^ 12 CO(2-1)/(1-0) line ratio across nearby disc galaxies. , keywords =. doi:10.1093/mnras/stab859 , archivePrefix =. 2103.10442 , primaryClass =

  20. [28]

    , keywords =

    The Physical Drivers and Observational Tracers of CO-to-H _ 2 Conversion Factor Variations in Nearby Barred Galaxy Centers. , keywords =. doi:10.3847/1538-4357/accb86 , archivePrefix =. 2304.04732 , primaryClass =

  21. [29]

    Variation in the CO J = 2─1/1─0 line ratio

    Molecular clouds at the edge of the Galaxy: I. Variation in the CO J = 2─1/1─0 line ratio. , keywords =. doi:10.1051/0004-6361/202453007 , archivePrefix =. 2504.13732 , primaryClass =

  22. [30]

    , keywords =

    CO(1-0) line imaging of massive star-forming disc galaxies at z=1.5-2.2. , keywords =. doi:10.1093/mnras/stu838 , archivePrefix =. 1404.7393 , primaryClass =

  23. [31]

    , keywords =

    CO line ratios in molecular clouds: the impact of environment. , keywords =. doi:10.1093/mnras/stx3263 , archivePrefix =. 1711.01221 , primaryClass =

  24. [32]

    , keywords =

    TORUS-3DPDR: a self-consistent code treating three-dimensional photoionization and photodissociation regions. , keywords =. doi:10.1093/mnras/stv2156 , archivePrefix =. 1509.05038 , primaryClass =

  25. [33]

    Journal of Computational Physics , keywords =

    Hybrid Adaptive Ray-Moment Method (HARM ^ 2 ): A highly parallel method for radiation hydrodynamics on adaptive grids. Journal of Computational Physics , keywords =. doi:10.1016/j.jcp.2016.10.048 , adsurl =

  26. [34]

    Frontiers in Astronomy and Space Sciences , keywords =

    Radiation transport methods in star formation simulations. Frontiers in Astronomy and Space Sciences , keywords =. doi:10.3389/fspas.2024.1346812 , archivePrefix =. 2403.05410 , primaryClass =

  27. [35]

    , keywords =

    <monospace>Fervent</monospace>: chemistry-coupled, ionizing and non-ionizing radiative feedback in hydrodynamical simulations. , keywords =. doi:10.1093/mnras/stv1906 , archivePrefix =. 1503.08987 , primaryClass =

  28. [36]

    , keywords =

    Tree-based solvers for adaptive mesh refinement code FLASH - II: radiation transport module TreeRay. , keywords =. doi:10.1093/mnras/stab1482 , archivePrefix =. 2105.09644 , primaryClass =

  29. [37]

    , keywords =

    ENZO+MORAY: radiation hydrodynamics adaptive mesh refinement simulations with adaptive ray tracing. , keywords =. doi:10.1111/j.1365-2966.2011.18646.x , archivePrefix =. 1012.2865 , primaryClass =

  30. [38]

    , keywords =

    TREVR: A general N log ^ 2 N radiative transfer algorithm. , keywords =. doi:10.1093/mnras/stz525 , archivePrefix =. 1902.08083 , primaryClass =

  31. [39]

    , keywords =

    Emission of CO, C I, and C II in W3 Main. , keywords =. doi:10.1051/0004-6361:20047085 , archivePrefix =. astro-ph/0406141 , primaryClass =

  32. [40]

    , keywords =

    [CII] 158 m emission and metallicity in photon dominated regions. , keywords =. doi:10.1051/0004-6361:20053845 , archivePrefix =. astro-ph/0601682 , primaryClass =

  33. [41]

    , keywords =

    A photon dominated region code comparison study. , keywords =. doi:10.1051/0004-6361:20065918 , archivePrefix =. astro-ph/0702231 , primaryClass =

  34. [42]

    , year = 1970, month = jan, volume =

    Spectral line formation in Wolf-Rayet envelopes. , year = 1970, month = jan, volume =. doi:10.1093/mnras/149.2.111 , adsurl =

  35. [43]

    doi:10.4159/harvard.9780674864658 , adsurl =

    Moving Envelopes of Stars. doi:10.4159/harvard.9780674864658 , adsurl =

  36. [44]

    , keywords =

    The UMIST database for astrochemistry 2012. , keywords =. doi:10.1051/0004-6361/201220465 , archivePrefix =. 1212.6362 , primaryClass =

  37. [45]

    , keywords =

    Collisional Excitation of the [C II] Fine Structure Transition in Interstellar Clouds. , keywords =. doi:10.1088/0067-0049/203/1/13 , archivePrefix =. 1209.4536 , primaryClass =

  38. [46]

    , keywords =

    How to Calculate Molecular Column Density. , keywords =. doi:10.1086/680323 , archivePrefix =. 1501.01703 , primaryClass =

  39. [47]

    , keywords =

    Is atomic carbon a good tracer of molecular gas in metal-poor galaxies?. , keywords =. doi:10.1093/mnras/stv2863 , archivePrefix =. 1509.01939 , primaryClass =

  40. [48]

    , keywords =

    Radiation-magnetohydrodynamics with MPI-AMRVAC using flux-limited diffusion. , keywords =. doi:10.1051/0004-6361/202452208 , archivePrefix =. 2503.02764 , primaryClass =

  41. [49]

    , keywords =

    Radiation-magnetohydrodynamics simulations of cosmic ray feedback in disc galaxies. , keywords =. doi:10.1093/mnras/stac1196 , archivePrefix =. 2202.01245 , primaryClass =

  42. [50]

    arXiv e-prints , keywords =

    AREPO-IDORT: Implicit Discrete Ordinates Radiation Transport for Radiation Magnetohydrodynamics on an Unstructured Moving Mesh. arXiv e-prints , keywords =. doi:10.48550/arXiv.2503.16627 , archivePrefix =. 2503.16627 , primaryClass =

  43. [51]

    , keywords =

    Monte Carlo radiative transfer with explicit absorption to simulate absorption, scattering, and stimulated emission. , keywords =. doi:10.1051/0004-6361/202244521 , archivePrefix =. 2208.06137 , primaryClass =

  44. [52]

    The [O I] 63 m line observed with GREAT/SOFIA as a versatile diagnostic tool for the evolution of massive stars

    Anatomy of the massive star-forming region S106. The [O I] 63 m line observed with GREAT/SOFIA as a versatile diagnostic tool for the evolution of massive stars. , keywords =. doi:10.1051/0004-6361/201732508 , archivePrefix =. 1806.00991 , primaryClass =

  45. [53]

    , keywords =

    The [O I] fine structure line profiles in Mon R2 and M17 SW: The puzzling nature of cold foreground material identified by [ ^ 12 C II] self-absorption. , keywords =. doi:10.1051/0004-6361/202450530 , archivePrefix =. 2404.17538 , primaryClass =

  46. [54]

    , keywords =

    Opening the Treasure Chest in Carina. , keywords =. doi:10.1051/0004-6361/201935482 , archivePrefix =. 1905.03161 , primaryClass =

  47. [55]

    Dynamics

    Bright-rimmed clouds in IC 1396: I. Dynamics. , keywords =. doi:10.1051/0004-6361/202449397 , archivePrefix =. 2408.12432 , primaryClass =

  48. [56]

    Modeling Collisional Excitation of [O I] Fine Structure Line Emission from PDRs. I. Homogeneous Clouds. , keywords =. doi:10.3847/1538-4357/ab535e , adsurl =

  49. [57]

    , keywords =

    Interstellar Cloud Conditions Based on 63 m [O I] Emission and Absorption in W3. , keywords =. doi:10.3847/1538-4357/abfb69 , adsurl =

  50. [58]

    Outflows from young objects observed with the ISO-LWS. I. Fine structure lines [O I] 63 m, [O I] 145 m and [C II] 157 m. , keywords =. doi:10.1051/0004-6361:20053925 , archivePrefix =. astro-ph/0509836 , primaryClass =

  51. [59]

    Molecule formation and infrared emission in fast interstellar shocks. I. Physical processes. , keywords =. doi:10.1086/190631 , adsurl =

  52. [60]

    , keywords =

    Carbon monoxide in collapsing interstellar clouds. , keywords =. doi:10.1086/153665 , adsurl =

  53. [61]

    , keywords =

    The impact of cosmic-ray attenuation on the carbon cycle emission in molecular clouds. , keywords =. doi:10.1051/0004-6361/202142411 , archivePrefix =. 2110.06958 , primaryClass =

  54. [62]

    , keywords =

    C ^ + detection of warm dark gas in diffuse clouds. , keywords =. doi:10.1051/0004-6361/201015088 , archivePrefix =. 1007.3048 , primaryClass =

  55. [63]

    A Herschel [C ii] Galactic plane survey. II. CO-dark H _ 2 in clouds. , keywords =. doi:10.1051/0004-6361/201322406 , archivePrefix =. 1312.3320 , primaryClass =

  56. [64]

    A Herschel [C ii] Galactic plane survey. I. The global distribution of ISM gas components. , keywords =. doi:10.1051/0004-6361/201321188 , archivePrefix =. 1304.7770 , primaryClass =

  57. [65]

    , keywords =

    Carbon in different phases ([CII], [CI], and CO) in infrared dark clouds: Cloud formation signatures and carbon gas fractions. , keywords =. doi:10.1051/0004-6361/201424757 , archivePrefix =. 1410.0156 , primaryClass =

  58. [66]

    , keywords =

    Tracing the total molecular gas in galaxies: [CII] and the CO-dark gas. , keywords =. doi:10.1051/0004-6361/202038860 , archivePrefix =. 2009.00649 , primaryClass =

  59. [67]

    , keywords =

    First detection of the [CII] 158 m line in the intermediate-velocity cloud Draco. , keywords =. doi:10.1051/0004-6361/202348349 , archivePrefix =. 2404.15739 , primaryClass =

  60. [68]

    , keywords =

    Tight correlation of star formation with [CI] and CO lines across cosmic time. , keywords =. doi:10.1051/0004-6361/202451269 , archivePrefix =. 2508.09951 , primaryClass =

  61. [69]

    , keywords =

    Molecular Gas Mass Measurements of an Active, Starburst Galaxy at z 2.6 Using ALMA Observations of the [C I], CO, and Dust Emission. , keywords =. doi:10.3847/1538-4357/ad9021 , archivePrefix =. 2411.04290 , primaryClass =

  62. [70]

    , keywords =

    Ionized Carbon in Galaxies: The [C II] 158 m Line as a Total Molecular Gas Mass Tracer Revisited. , keywords =. doi:10.3847/1538-4357/ad8c3e , archivePrefix =. 2410.20684 , primaryClass =

  63. [71]

    , keywords =

    Photodissociation and X-Ray-Dominated Regions. , keywords =. doi:10.1146/annurev-astro-052920-010254 , archivePrefix =. 2202.05867 , primaryClass =

  64. [72]

    Reviews of Modern Physics , keywords =

    Photodissociation regions in the interstellar medium of galaxies. Reviews of Modern Physics , keywords =. doi:10.1103/RevModPhys.71.173 , adsurl =

  65. [73]

    Photodissociation regions. I. Basic model. , keywords =. doi:10.1086/163111 , adsurl =

  66. [74]

    , keywords =

    Chemistry in Dense Photon-dominated Regions. , keywords =. doi:10.1086/192198 , adsurl =

  67. [75]

    ApJ , fjournal=

    Fournier, Paul , title=. ApJ , fjournal=

  68. [76]

    An important paper , journal=

  69. [77]

    Another Unreal Paper , journal=

  70. [78]

    A Last Unreal Paper , journal=

  71. [79]

    Foundations of radiation hydrodynamics

  72. [80]

    Monthly Notices of the Royal Astronomical Society , volume=

    TREVR: A general N log2 N radiative transfer algorithm , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2019 , publisher=

  73. [81]

    Monthly Notices of the Royal Astronomical Society , volume=

    TREVR2: illuminating fast N log2 N radiative transfer , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2024 , publisher=

  74. [82]

    Advanced Science Letters , volume=

    Numerical star-formation studies—a status report , author=. Advanced Science Letters , volume=. 2011 , publisher=

  75. [83]

    Monthly Notices of the Royal Astronomical Society , volume=

    TreeCol: a novel approach to estimating column densities in astrophysical simulations , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2012 , publisher=

  76. [84]

    Monthly Notices of the Royal Astronomical Society , volume=

    ARGOT: accelerated radiative transfer on grids using oct-tree , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2012 , publisher=

  77. [85]

    , keywords =

    PDFCHEM: A new fast method to determine ISM properties and infer environmental parameters using probability distributions. , keywords =. doi:10.1093/mnras/stac3487 , archivePrefix =. 2211.12974 , primaryClass =

  78. [86]

    Monthly Notices of the Royal Astronomical Society , volume=

    3D-PDR: a new three-dimensional astrochemistry code for treating photodissociation regions , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2012 , publisher=

  79. [87]

    The Astrophysical Journal , volume=

    HEALPix: A framework for high-resolution discretization and fast analysis of data distributed on the sphere , author=. The Astrophysical Journal , volume=. 2005 , publisher=

  80. [88]

    Monthly Notices of the Royal Astronomical Society , volume=

    Tree-based solvers for adaptive mesh refinement code flash--ii: radiation transport module treeray , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2021 , publisher=

  81. [89]

    ACM SIGGRAPH computer graphics , volume=

    Ray tracing complex scenes , author=. ACM SIGGRAPH computer graphics , volume=. 1986 , publisher=

  82. [90]

    Ray Tracing Gems II: Next Generation Real-Time Rendering with DXR, Vulkan, and OptiX , pages=

    Ray Axis-Aligned Bounding Box Intersection , author=. Ray Tracing Gems II: Next Generation Real-Time Rendering with DXR, Vulkan, and OptiX , pages=. 2021 , publisher=

  83. [91]

    and Benthin, C

    Friederichs, F. and Benthin, C. and Grogorick, S. and Eisemann, E. and Magnor, M. and Eisemann, M. , title =. Computer Graphics Forum , volume =. doi:https://doi.org/10.1111/cgf.70041 , url =. https://onlinelibrary.wiley.com/doi/pdf/10.1111/cgf.70041 , year =

  84. [92]

    Computer Graphics Forum , volume=

    Fast BVH construction on GPUs , author=. Computer Graphics Forum , volume=. 2009 , organization=

  85. [93]

    Proceedings of the Fourth ACM SIGGRAPH/Eurographics Conference on High-Performance Graphics , pages=

    Maximizing parallelism in the construction of BVHs, octrees, and k-d trees , author=. Proceedings of the Fourth ACM SIGGRAPH/Eurographics Conference on High-Performance Graphics , pages=

  86. [94]

    Monthly Notices of the Royal Astronomical Society , volume=

    Modelling CO formation in the turbulent interstellar medium , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2010 , publisher=

  87. [95]

    The Astrophysical Journal , volume=

    Modeling the atomic-to-molecular transition and chemical distributions of turbulent star-forming clouds , author=. The Astrophysical Journal , volume=. 2013 , publisher=

  88. [96]

    The Astrophysical Journal , volume=

    Molecular cloud formation behind shock waves , author=. The Astrophysical Journal , volume=. 2004 , publisher=

  89. [97]

    Faraday Discussions , volume=

    Photoprocesses in protoplanetary disks , author=. Faraday Discussions , volume=. 2006 , publisher=

  90. [98]

    An Efficient Parametric Algorithm for Octree Traversal , booktitle =

    Revelles, Jorge and Ure. An Efficient Parametric Algorithm for Octree Traversal , booktitle =. 2000 , pages =

  91. [99]

    Journal of Graphics Tools , volume=

    Simple and efficient traversal methods for quadtrees and octrees , author=. Journal of Graphics Tools , volume=. 2002 , publisher=

  92. [100]

    The Astrophysical Journal Supplement Series , volume=

    FLASH: An adaptive mesh hydrodynamics code for modeling astrophysical thermonuclear flashes , author=. The Astrophysical Journal Supplement Series , volume=

  93. [101]

    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=

  94. [102]

    Monthly Notices of the Royal Astronomical Society , volume=

    A new class of accurate, mesh-free hydrodynamic simulation methods , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2015 , publisher=

  95. [103]

    Journal of computational Physics , volume=

    Local adaptive mesh refinement for shock hydrodynamics , author=. Journal of computational Physics , volume=. 1989 , publisher=

  96. [104]

    , author=

    A fast voxel traversal algorithm for ray tracing. , author=. Eurographics , volume=

  97. [105]

    Computer graphics and Image processing , volume=

    Linear octtrees for fast processing of three-dimensional objects , author=. Computer graphics and Image processing , volume=. 1982 , publisher=

  98. [106]

    Monthly Notices of the Royal Astronomical Society , volume=

    Tree-based solvers for adaptive mesh refinement code FLASH--I: gravity and optical depths , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2018 , publisher=

  99. [107]

    Astronomy & Astrophysics , volume=

    Using 3D Voronoi grids in radiative transfer simulations , author=. Astronomy & Astrophysics , volume=. 2013 , publisher=

  100. [108]

    Astronomy & Astrophysics , volume=

    Self-consistent dust and non-LTE line radiative transfer with SKIRT , author=. Astronomy & Astrophysics , volume=. 2023 , publisher=

  101. [109]

    Adaptive ray-tracing, mesh construction, and reduction , author=

    magritte, a modern software library for 3D radiative transfer--II. Adaptive ray-tracing, mesh construction, and reduction , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2020 , publisher=

  102. [110]

    Computer Physics Communications , volume=

    An extension to Voro++ for multithreaded computation of Voronoi cells , author=. Computer Physics Communications , volume=. 2023 , publisher=

  103. [111]

    Astronomy & Astrophysics , volume=

    A computer program for fast non-LTE analysis of interstellar line spectra-With diagnostic plots to interpret observed line intensity ratios , author=. Astronomy & Astrophysics , volume=. 2007 , publisher=

  104. [112]

    Monthly Notices of the Royal Astronomical Society , volume=

    -enhanced astrochemistry: the carbon cycle in extreme galactic conditions , author=. Monthly Notices of the Royal Astronomical Society , volume=. 2024 , publisher=

Pith tools

Reviewed May 12, 2026 · model on record in the stance chip above.