REVIEW 4 major objections 6 minor 1 cited by
MAESTROeX: A Massively Parallel Low Mach Number Astrophysical Solver
T0 review · 4 major / 6 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read A simplified temporal integration scheme for low Mach number astrophysical flows eliminates base-state evolution equations while retaining second-order accuracy, and an irregularly spaced base state nearly eliminates interpolation error.
desk verdict A genuinely simpler low Mach number astrophysical solver with real scaling results, but the second-order accuracy claim is unsupported by any convergence study and the irregular base state shows unexplained sensitivity. 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
The load-bearing mechanism is the pair consisting of the one-dimensional hydrostatic base state $(\rho_0, p_0)$ and the divergence constraint on velocity, $\nabla \cdot (\beta_0 U) = \beta_0\left(S - \frac{1}{\Gamma_1 p_0}\frac{\partial p_0}{\partial t}\right)$, which replaces sound-wave dynamics in the low Mach number limit. The base state carries the stratification and enters the momentum equation through buoyancy; $\beta_0$ is a density-like variable carrying background stratification. The new algorithm computes the base state update by lateral averaging and one-dimensional hydrostatic integration instead of evolution equations, and uses the full velocity for advection, retaining the split into a radial base-state velocity and perturbation only in the projection step to enforce the boundary condition at the cutoff density at the star's edge.
What would settle it
Take a smooth stratified test problem with a manufactured solution and halve the time step: if the error does not decrease by roughly a factor of four, the claim of retained second-order temporal accuracy is false.
Extended reading notes
Core claim
At the core of the algorithm is the low Mach number equation set for a stratified star, in which total pressure is written $p = p_0(r,t) + \pi(x,t)$ with the dynamic part $\pi$ satisfying $|\pi|/p_0 = O(Ma^2)$, and the equations are closed by the divergence constraint $\nabla \cdot (\beta_0 U) = \beta_0\left(S - \frac{1}{\Gamma_1 p_0}\frac{\partial p_0}{\partial t}\right)$. The paper claims that the temporal integration of this system can be restructured so that the base state density and pressure are obtained at the new time by laterally averaging the updated Cartesian density and integrating hydrostatic equilibrium, rather than by solving evolution equations for the base state. Advection of scalars and velocity uses the full velocity field, and the earlier split into a radial base-state velocity plus perturbation is kept only to enforce the correct boundary behavior near the cutoff density at the star's edge. In white-dwarf convection tests through ignition, the new scheme agrees with the previous algorithm's qualitative evolution and predicts ignition at $t = 7810$ s versus $t = 7850$ s, while running about 13% faster per time step; the paper takes this as evidence that the simplification retains the same overall second-order accuracy.
Load-bearing premise
The whole method assumes the flow stays highly subsonic with pressure nearly in hydrostatic balance along one radial direction, so the dynamic pressure is tiny compared with the background pressure; where sound waves or strong lateral pressure variations matter, the simplified equations no longer represent the physics.
Editorial extensions
If this is right
- Time steps are limited by the advective CFL condition rather than the sound speed, so highly subsonic convection can be integrated over long physical times at a fraction of the cost of compressible approaches.
- The simplified temporal scheme retains second-order accuracy while removing base-state evolution equations, and is more amenable to higher-order multiphysics coupling strategies such as deferred-correction time integrators.
- The irregularly spaced base state nearly eliminates interpolation error in spherical mapping, keeping a hydrostatic star essentially at rest when reactions are off; its cost is a larger radial array and about 25% more runtime per step, which could be reduced by truncating beyond the cutoff density.
- Adaptive mesh refinement with two levels reproduces the dynamics of a single-level $512^3$ white-dwarf run at more than a factor of two in speedup.
- Weak scaling holds to more than 10,000 MPI processes, with the lateral-average global reduction identified as the main scaling bottleneck rather than the linear solvers.
Reading between the lines
- A natural next test, which the paper lists as future work but does not demonstrate, is to wrap this simplified stepping scheme in spectral deferred corrections; the expected payoff is higher-order accuracy in the reactive coupling, but stability and convergence are unproven here.
- Because the paper identifies the lateral-average global reduction as the main scaling bottleneck, a testable extension is to replace it with hierarchical or approximate parallel reductions and measure whether weak scaling improves without changing the solution beyond solver tolerance.
- The irregular base state's early-time sensitivity to a coarse initial model near the star's center suggests a practical rule: the initial model's radial resolution near the center should be matched to the irregular spacing before drawing physical conclusions from ignition-time differences.
- A boundary of validity follows from the pressure-split assumption: in regimes with strong lateral pressure gradients or propagating acoustic disturbances, a comparison against a compressible solver would delimit where the simplified base-state coupling is trustworthy.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper presents MAESTROeX, a new AMReX-based implementation of the MAESTRO low Mach number solver for stratified, highly subsonic astrophysical flows, together with two algorithmic developments. First, the temporal integration scheme of the earlier MAESTRO series (Papers I-V) is simplified: full velocities are used for scalar and velocity advection, and the base-state density and pressure are no longer advanced by their own evolution equations but are reconstructed after each advection step by lateral averaging followed by a one-dimensional hydrostatic equilibrium solve, with the time derivative of the base-state pressure entering the divergence constraint estimated through the auxiliary eta-rho quantity described in Appendix A. The paper claims this simplification retains second-order accuracy in time. Second, an irregularly-spaced radial base state is introduced for spherical problems to reduce interpolation error in the fill and average mappings. The paper validates the new implementation on full-star white dwarf convection problems by comparing peak temperature and peak Mach number with the original MAESTRO algorithm and with the uniformly-spaced base state, reports weak scaling on up to 1536^3 cells (13,824 MPI processes) on Cori KNL, and demonstrates AMR in planar and spherical configurations. The code is released as open source.
Significance. If the claims hold, this is a useful methods contribution to low Mach number astrophysical fluid dynamics. The temporal integration scheme is a genuine algorithmic simplification that removes the base-state evolution machinery of Papers II-V, and the paper's engineering evidence is solid: open-source release with versioned dependencies (AMReX and Microphysics cited with DOIs/version identifiers), weak scaling to 13,824 MPI processes with only a 42% wallclock increase from smallest to largest run, and an honest diagnosis of the lateral-averaging operator, not the linear solvers, as the scaling bottleneck (Section 4.1). The regression check against the previously validated MAESTRO (ignition at 7810 s versus 7850 s for uniform spacing) is a sensible consistency test, and the paper is transparent about the limitations of the irregular base state: it is incompatible with AMR in spherical geometry (end of Section 3.2), costs about 25% more wallclock time (Section 4.2), and produces a 12% difference in ignition time whose cause is offered only as a conjecture (Section 4.2).
major comments (4)
- [Section 3.2; Eqs. (15), (25), (33); Appendix A] The central claim that the new temporal scheme retains the same overall second-order accuracy in time is not supported by any convergence or truncation-error analysis. In the new scheme p0 is reconstructed rather than evolved (Steps 4B/C and 8B/C), yet its time derivative enters the divergence constraint at every projection (Eqs. 15, 25, 33), and that derivative is estimated through the laterally averaged eta-rho quantity described only in Appendix A (Eqs. A4-A6). The text justifies the accuracy claim by characterizing Steps 6-9 as a trapezoidal corrector, but it does not show that the reconstructed p0 and the eta-rho-based partial p0/partial t are time-centered to second order. As an example of the time-level mixing that is left unanalyzed, the constraint in Step 3 (Eq. 15) uses beta0^n and (partial p0/partial t)^{n-1/2} to construct a velocity intended to be time-centered at n+1/2. If a first-order imbalance in the predictor is exactly compensated by the corrector, that mechanism needs to be stated and verified; a convergence study with either a manufactured solution or a well-resolved reference solution would settle the issue. As written, the manuscript would not allow a reader to distinguish a second-order scheme from a first-order one on the evidence presented.
- [Section 4.2, Figures 4-5] The validation in Section 4.2 does not provide the missing accuracy test. The diagnostics are peak temperature and peak Mach number from single realizations of a chaotic convective flow, and Section 4.3 explicitly disclaims exact agreement between runs. No error norm, Richardson extrapolation, or third resolution is reported; Figure 5 covers only the first 1000 s of a run that reaches ignition near 7000 s, and the text notes that 'limited allocations' prevented a longer run. Such qualitative agreement would be consistent with a first-order scheme and therefore cannot carry the paper's central claim. I recommend a convergence study on the planar hot-bubble problem used in Section 4.3, with errors measured against a high-resolution reference solution, together with a demonstration that the reconstructed base state and the projection constraints converge at the claimed rate as Delta t and Delta x are reduced together.
- [Section 4.2] The comparison of the uniform- and irregularly-spaced base-state runs is confounded: the two simulations differ both in the mapping and in the initial model file, since 'the resolution near the center of the star is much coarser with the irregular spacing,' which the authors 'strongly suspect' causes the 6840 s versus 7810 s difference in ignition time. The ignition time is the principal scientific output of this problem, and a roughly 12% difference should not rest on a conjectural explanation. Please isolate the two effects, for example by interpolating a common initial model onto both base-state grids or by rerunning with an irregular initial model constructed consistently with the uniform one, and report the resolution dependence of the ignition time itself.
- [Section 3.1; end of Section 3.2; Section 4.2] The paper motivates the irregularly-spaced base state by the static-star argument: in the absence of reactions a spherical star in hydrostatic equilibrium should remain at rest, and the new mapping should nearly eliminate the spurious buoyancy forcing from interpolation error. Yet the static-star rest test is never shown, and the actual reduction in mapping error is never quantified. Given the stated costs of the new mapping (incompatibility with AMR in spherical geometry, a roughly 25% wallclock increase from the larger base-state array), the benefit relative to these costs is not demonstrated. A simple rest-state experiment measuring spurious velocities as a function of resolution for the uniform and irregular mappings would directly test the motivating claim and would also exercise the HSE reconstruction at the heart of the new temporal scheme.
minor comments (6)
- [Abstract; Section 1] There is a duplicated phrase 'as well as well as' in the abstract (it also appears in the introduction), and Section 1 contains a typo ('compressibilitiy'); the manuscript would benefit from a careful proofread.
- [Section 1 vs. Section 3.2 and Appendix A] Section 1 states that a key design decision was to 'eliminate the splitting of the velocity into average and perturbational components,' but Section 3.2 and Appendix A (Eqs. A1-A3) show that the splitting is still used in every projection step, and Figure 9 demonstrates that it is needed for the nodal projection. Please reword the abstract and Section 1 to state the simplification accurately: full velocities are used for advection, while the velocity splitting is retained inside the projections.
- [Figure 9] The caption and the in-text description of Figure 9 are hard to reconcile with the displayed panels; the caption describes the left panel as 'Velocity magnitude, solved using full U' while the surrounding text describes the left panel as a peak-temperature comparison. Please make the sub-figure labels and caption consistent with the panels.
- [Section 3.1] The statement that the irregularly-spaced base-state spacing decreases with radius is counterintuitive at first reading; since the allowed radii are r_m = Delta x sqrt(0.75 + 2m) (Eq. 9), the spacing between consecutive radii decreases as Delta x / (2 sqrt(2m)) for large m. A sentence explaining this would help the reader connect the outward refinement to the larger array size and the cost increase reported in Section 4.2.
- [Section 4.3] The remark that the code 'may encounter numerical difficulties when the tagging values are too close' between refinement levels is vague; please specify the failure mode and, if possible, give guidance on safe tagging-value ratios.
- [Section 4.2, Figure 5] Please clarify whether the 256^3 curves in Figure 5 are the same simulations as those plotted in Figure 4; the differing axis ranges make this difficult to verify, and the relationship matters for interpreting the resolution study.
Circularity Check
No significant circularity: the new temporal scheme and irregular base-state mapping are algorithmic developments, and no fitted parameter is relabeled as a prediction.
full rationale
MAESTROeX builds on the authors' own low Mach number equation set from Papers I-III, but those equations are cited as published derivations with stated asymptotic assumptions (|π|/p0 = O(Ma^2), Eq. 2 and Eq. 7), not re-derived from the present paper's outputs. The new temporal integrator (Section 3.2) replaces base-state evolution equations with a predictor-corrector reconstruction: ρ0 is defined as the lateral average of ρ (Average), and p0 is defined by the hydrostatic relation (Enforce HSE, Eq. 5). These are definitional algorithmic operations, not fitted parameters, and the paper does not claim to predict an independent quantity from them. The divergence constraints in Eqs. 15, 25, and 33 use ∂p0/∂t estimated via ηρ (Appendix A) from prior work; this is a closure approximation, not an equation that reduces to its own input. The retained-second-order-accuracy claim is asserted rather than demonstrated by a convergence study, and the validation compares single trials of the authors' own previous MAESTRO code; those are verification and reproducibility concerns, not evidence that a result is forced by construction. No equation in the paper reduces to another equation by construction in a way that makes a claimed prediction tautological, and no fitted value is renamed as a prediction.
Assumptions & free parameters
free parameters (4)
- CFL number (sigma_CFL) =
~0.7
- Cutoff density =
rho ~ 10^5 g cm^-3 in white dwarf test
- Sponge parameters =
not specified
- AMR tagging thresholds =
rho > 10^5 and rho > 10^8 g cm^-3
assumptions (4)
- domain assumption The total pressure is decomposed as p = p0(r,t) + pi(x,t) with |pi|/p0 = O(Ma^2), where p0 is hydrostatic (Eq. 5).
- domain assumption The EOS closure is enforced through the divergence constraint (Eq. 7), requiring that thermodynamic variables evolve consistent with p0.
- domain assumption The low Mach number equation set (Eqs. 1-3) accurately describes reacting, stratified astrophysical flows.
- domain assumption The base state density rho0 is the lateral average of rho and represents the background stratification.
Cite this review
Pith. "Pith review of MAESTROeX: A Massively Parallel Low Mach Number Astrophysical Solver." pith.science (2026). https://pith.science/paper/HEMN4K4D
@misc{pith2026190803634,
author = {Pith},
title = {Pith review of: MAESTROeX: A Massively Parallel Low Mach Number Astrophysical Solver},
year = {2026},
howpublished = {\url{https://pith.science/paper/HEMN4K4D}},
note = {Machine review of arXiv:1908.03634}
}
read the original abstract
We present MAESTROeX, a massively parallel solver for low Mach number astrophysical flows. The underlying low Mach number equation set allows for efficient, long-time integration for highly subsonic flows compared to compressible approaches. MAESTROeX is suitable for modeling full spherical stars as well as well as planar simulations of dynamics within localized regions of a star, and can robustly handle several orders of magnitude of density and pressure stratification. Previously, we have described the development of the predecessor of MAESTROeX, called MAESTRO, in a series of papers. Here, we present a new, greatly simplified temporal integration scheme that retains the same order of accuracy as our previous approaches. We also explore the use of alternative spatial mapping of the one-dimensional base state onto the full Cartesian grid. The code leverages the new AMReX software framework for block-structured adaptive mesh refinement (AMR) applications, allowing for scalability to large fractions of leadership-class machines. Using our previous studies on the convective phase of single-degenerate progenitor models of Type Ia supernovae as a guide, we characterize the performance of the code and validate the new algorithmic features. Like MAESTRO, MAESTROeX is fully open source.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 1 Pith paper
-
The Challenges of Modeling Astrophysical Reacting Flows
A review of the AMReX-Astro suite arguing that simplified spectral deferred corrections and GPU-native reaction integrators beat operator splitting for stellar explosions.
Reference graph
Works this paper leans on
-
[1]
, " * write output.state after.block = add.period write newline
ENTRY address archivePrefix author booktitle chapter doi edition editor eprint howpublished institution journal key month number organization pages publisher school series title misctitle type volume year version url label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block FUNCTION init.state.consts ...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION format.url url empty "" new.block "" url * "" * if FUNCTION format.eprint eprint empty "" archivePrefix empty "" archivePrefix "arXiv" = new.block " " eprint * " " * new.block " " eprint * " " * if if if FUNCTION format.doi doi empty "" " " doi * " " * if FUNCTION format.pid doi empty eprint empty ""...
-
[3]
,+#?V[3dk5Z=&@3K AuWm'8_>_JH ]5VbS7-'C]46@*eq_[^J^QNfK-C HFY\(gX:dr&
thebibliography [1] 20pt to REFERENCES 6pt =0pt 10pt plus 3pt =0pt =0pt =1pt plus 1pt =0pt =0pt -12pt =13pt plus 1pt =20pt =13pt plus 1pt \@M =10000 =-1.0em =0pt =0pt 0pt =0pt =1.0em @enumiv\@empty 10000 10000 `\.\@m \@noitemerr \@latex@warning Empty `thebibliography' environment \@ifnextchar \@reference \@latexerr Missing key on reference command Each re...
2017
-
[4]
2017, Journal of Computational Physics, 351, 1
Abbate, E., Iollo, A., & Puppo, G. 2017, Journal of Computational Physics, 351, 1
work page 2017
-
[5]
2010, The Astrophysical Journal, 715, 1221
Almgren, A., Beckner, V., Bell, J., et al. 2010, The Astrophysical Journal, 715, 1221
work page 2010
-
[6]
Almgren, A. S., Bell, J. B., Colella, P., Howell, L. H., & Welcome, M. L. 1998, Journal of computational Physics, 142, 1
work page 1998
-
[7]
Almgren, A. S., Bell, J. B., Nonaka, A., & Zingale, M. 2008, The Astrophysical Journal, 684, 449
work page 2008
-
[8]
Almgren, A. S., Bell, J. B., Rendleman, C. A., & Zingale, M. 2006 a , The Astrophysical Journal, 637, 922
work page 2006
Show all 68 references
-
[9]
2006 b , The Astrophysical Journal, 649, 927
---. 2006 b , The Astrophysical Journal, 649, 927
2006
-
[10]
S., Sazo, M
Almgren, A. S., Sazo, M. B., Gott, K., et al. 2019
2019
-
[11]
2019, 10.5281/zenodo.2555438
AMReX Development Team, T., Almgren, A., Beckner, V., et al. 2019, 10.5281/zenodo.2555438
2019 doi
-
[12]
Barsukow, W., Edelmann, P. V. F., Klingenberg, C., Miczek, F., & Roepke, F. K. 2016. 1612.03910
2016 arXiv
-
[13]
2004, Journal of Computational Physics, 195, 677
Bell, J., Day, M., Rendleman, C., Woosley, S., & Zingale, M. 2004, Journal of Computational Physics, 195, 677
2004
-
[14]
B., Colella, P., & Glaz, H
Bell, J. B., Colella, P., & Glaz, H. M. 1989, Journal of Computational Physics, 85, 257
1989
-
[15]
T., & Minion, M
Bourlioux, A., Layton, A. T., & Minion, M. L. 2003, Journal of Computational Physics, 189, 651
2003
-
[16]
N., Byrne, G
Brown, P. N., Byrne, G. D., & Hindmarsh, A. C. 1989, SIAM J. Sci. Stat. Comput., 10, 1038
1989
-
[17]
2016, Communications in Computational Physics, 20, 188, 10.4208/cicp.260614.061115a
Chalons, C., Girardin, M., & Kokh, S. 2016, Communications in Computational Physics, 20, 188, 10.4208/cicp.260614.061115a
2016
-
[18]
1990, Journal of Computational Physics, 87, 171
Colella, P. 1990, Journal of Computational Physics, 87, 171
1990
-
[19]
Colella, P., & Woodward, P. R. 1984, Journal of computational physics, 54, 174
1984
-
[20]
2012, Journal of Computational Physics, 231, 5685, 10.1016/j.jcp.2012.04.025
Cordier, F., Degond, P., & Kumbaro, A. 2012, Journal of Computational Physics, 231, 5685, 10.1016/j.jcp.2012.04.025
2012 doi
-
[21]
S., & Bell, J
Day, M. S., & Bell, J. B. 2000, Combustion Theory and Modelling, 4, 535
2000
-
[22]
2011, Communications in Computational Physics, 10, 1, 10.4208/cicp.210709.210610a
Degond, P., & Tang, M. 2011, Communications in Computational Physics, 10, 1, 10.4208/cicp.210709.210610a
2011
-
[23]
S., & Bell, J
Duarte, M., Almgren, A. S., & Bell, J. B. 2015, Journal of the Atmospheric Sciences, 72, 1605
2015
-
[24]
Durran, D. R. 1989, 46, 1453
1989
-
[25]
2000, BIT Numerical Mathematics, 40, 241
Dutt, A., Greengard, L., & Rokhlin, V. 2000, BIT Numerical Mathematics, 40, 241
2000
-
[26]
2013, The Astrophysical Journal, 773, 137
Gilet, C., Almgren, A., Bell, J., et al. 2013, The Astrophysical Journal, 773, 137
2013
-
[27]
2016, , 827, 40, 10.3847/0004-637X/827/1/40
Gilkis , A., & Soker , N. 2016, , 827, 40, 10.3847/0004-637X/827/1/40
2016 doi
-
[28]
2017, Astronomy & Astrophysics, 600, A7, 10.1051/0004-6361/201628960
Goffrey, T., Pratt, J., Viallet, M., et al. 2017, Astronomy & Astrophysics, 600, A7, 10.1051/0004-6361/201628960
2017 doi
-
[29]
2012, Communications in Computational Physics, 12, 955, 10.4208/cicp.250910.131011a
Haack, J., Jin, S., & Liu, J. 2012, Communications in Computational Physics, 12, 955, 10.4208/cicp.250910.131011a
2012
-
[30]
2013, Journal of Computational Physics, 236, 96, 10.1016/j.jcp.2012.11.002
Happenhofer, N., Grimm-Strele, H., Kupka, F., L \" o w-Baselli, B., & Muthsam, H. 2013, Journal of Computational Physics, 236, 96, 10.1016/j.jcp.2012.11.002
2013 doi
-
[31]
2000, The Astrophysical Journal, 528, 368
Heger, A., Langer, N., & Woosley, S. 2000, The Astrophysical Journal, 528, 368
2000
-
[32]
2012, Astronomy & Astrophysics, 539, A30, 10.1051/0004-6361/201118268
Hotta, H., Rempel, M., Yokoyama, T., Iida, Y., & Fan, Y. 2012, Astronomy & Astrophysics, 539, A30, 10.1051/0004-6361/201118268
2012 doi
-
[33]
2019, Astronomy & Astrophysics, 622, A157, 10.1051/0004-6361/201834031
Iijima, H., Hotta, H., & Imada, S. 2019, Astronomy & Astrophysics, 622, A157, 10.1051/0004-6361/201834031
2019 doi
-
[34]
M., Zingale, M., Nonaka, A., Almgren, A
Jacobs, A. M., Zingale, M., Nonaka, A., Almgren, A. S., & Bell, J. B. 2016, The Astrophysical Journal, 827, 84
2016
-
[35]
2012, , 544, A47, 10.1051/0004-6361/201116979
Kifonidis , K., & M \"u ller , E. 2012, , 544, A47, 10.1051/0004-6361/201116979
2012 doi
-
[36]
2012, Journal of Atmospheric Sciences, 69, 961, 10.1175/JAS-D-11-0110.1
Klein , R., & Pauluis , O. 2012, Journal of Atmospheric Sciences, 69, 961, 10.1175/JAS-D-11-0110.1
2012 doi
-
[37]
M., Najm, H
Knio, O. M., Najm, H. N., & Wyckoff, P. S. 1999, Journal of Computational Physics, 154, 428
1999
-
[38]
T., & Fedkiw, R
Kwatra, N., Su, J., Gr \' e tarsson, J. T., & Fedkiw, R. 2009, Journal of Computational Physics, 228, 4146, 10.1016/j.jcp.2009.02.027
2009 doi
-
[39]
J., Bayliss , A., & Taam , R
Lin , D. J., Bayliss , A., & Taam , R. E. 2006, , 653, 545
2006
-
[40]
1985, Combustion science and technology, 42, 185
Majda, A., & Sethian, J. 1985, Combustion science and technology, 42, 185
1985
-
[41]
2011, The Astrophysical Journal, 728, 118
Malone, C., Nonaka, A., Almgren, A., Bell, J., & Zingale, M. 2011, The Astrophysical Journal, 728, 118
2011
-
[42]
2014 a , The Astrophysical Journal, 782, 11
Malone, C., Nonaka, A., Woosley, S., et al. 2014 a , The Astrophysical Journal, 782, 11
2014
-
[43]
2014 b , The Astrophysical Journal, 788, 115
Malone, C., Zingale, M., Nonaka, A., Almgren, A., & Bell, J. 2014 b , The Astrophysical Journal, 788, 115
2014
-
[44]
K., Edelmann, P
Miczek, F., Roepke, F. K., Edelmann, P. V. F., et al. 2014, Astronomy and Astrophysics, 576, A50, 10.1051/0004-6361/201425059
2014 doi
-
[45]
2010, The Astrophysical Journal Supplement Series, 188, 358
Nonaka, A., Almgren, A., Bell, J., et al. 2010, The Astrophysical Journal Supplement Series, 188, 358
2010
-
[46]
2011, The Astrophysical Journal, 745, 73
Nonaka, A., Aspden, A., Zingale, M., et al. 2011, The Astrophysical Journal, 745, 73
2011
-
[47]
S., & Bell, J
Nonaka, A., Day, M. S., & Bell, J. B. 2018, Combustion Theory and Modelling, 22, 156
2018
-
[48]
2014, Atmospheric Research, 142, 133 , https://doi.org/10.1016/j.atmosres.2013.08.004
O'Neill, W., & Klein, R. 2014, Atmospheric Research, 142, 133 , https://doi.org/10.1016/j.atmosres.2013.08.004
2014 doi
-
[49]
Padioleau, T., Tremblin, P., Audit, E., Kestener, P., & Kokh, S. 2019. 1903.09043
2019 arXiv
-
[50]
E., Nonaka, A., Bell, J
Pazner, W. E., Nonaka, A., Bell, J. B., Day, M. S., & Minion, M. L. 2016, Combustion Theory and Modelling, 20, 521
2016
-
[51]
G., & Baum, H
Rehm, R. G., & Baum, H. R. 1978, Journal of Research of the NBS, 83, 2
1978
-
[52]
2005, The Astrophysical Journal, 622, 1320, 10.1086/428282
Rempel, M. 2005, The Astrophysical Journal, 622, 1320, 10.1086/428282
2005 doi
-
[53]
1994, Journal of Computational Physics, 115, 153
Saltzman, J. 1994, Journal of Computational Physics, 115, 153
1994
-
[54]
R., & Makino, J
Takeyama, K., Saitoh, T. R., & Makino, J. 2017, New Astronomy, 50, 82, 10.1016/j.newast.2016.07.002
2017 doi
-
[55]
E., et al
the StarKiller Microphysics Development Team, Bishop, A., Fields, C. E., et al. 2019, starkiller-astro/Microphysics: Microphysics 19.05, 10.5281/zenodo.2656476 . https://doi.org/10.5281/zenodo.2656476
2019 doi
-
[56]
M., Lecoanet, D., Brown, B
Vasil, G. M., Lecoanet, D., Brown, B. P., Wood, T. S., & Zweibel, E. G. 2013, The Astrophysical Journal, 773, 169
2013
-
[57]
2011, Astronomy & Astrophysics, 531, A86, 10.1051/0004-6361/201016374
Viallet, M., Baraffe, I., & Walder, R. 2011, Astronomy & Astrophysics, 531, A86, 10.1051/0004-6361/201016374
2011 doi
-
[58]
2015, Efficient solution of large systems of linear PDEs in science, 6, 10.1051/0004-6361/201527339
Viallet, M., Goffrey, T., Baraffe, I., et al. 2015, Efficient solution of large systems of linear PDEs in science, 6, 10.1051/0004-6361/201527339
2015 doi
-
[59]
Wang, J., Liang, C., & Miesch, M. S. 2015, Journal of Computational Physics, 290, 90, 10.1016/j.jcp.2015.02.047
2015 doi
-
[60]
E., Townsley, D
Willcox, D. E., Townsley, D. M., Calder, A. C., Denissenkov, P. A., & Herwig, F. 2016, The Astrophysical Journal, 832, 13
2016
-
[61]
S., & Brummell, N
Wood, T. S., & Brummell, N. H. 2018, The Astrophysical Journal, 853, 97
2018
-
[62]
S., & Hollerbach, R
Wood, T. S., & Hollerbach, R. 2015, Physical Review Letters, 114, 191101
2015
-
[63]
S., McCaslin, J
Wood, T. S., McCaslin, J. O., & Garaud, P. 2011, The Astrophysical Journal, 738, 47
2011
-
[64]
2019, Journal of Open Source Software, 4, 1370, 10.21105/joss.01370
Zhang , W., Almgren , A., Beckner , V., et al. 2019, Journal of Open Source Software, 4, 1370, 10.21105/joss.01370
2019 doi
-
[65]
S., Bell, J
Zingale, M., Almgren, A. S., Bell, J. B., Nonaka, A., & Woosley, S. 2009, The Astrophysical Journal, 704, 196
2009
-
[66]
M., Nonaka, A., Almgren, A
Zingale, M., Malone, C. M., Nonaka, A., Almgren, A. S., & Bell, J. B. 2015, The Astrophysical Journal, 807, 60
2015
-
[67]
2013, The Astrophysical Journal, 764, 97
Zingale, M., Nonaka, A., Almgren, A., et al. 2013, The Astrophysical Journal, 764, 97
2013
-
[68]
S., et al
Zingale, M., Nonaka, A., Almgren, A. S., et al. 2011, The Astrophysical Journal, 740, 8
2011
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.