Skip to content

Commit 1ba3f6d

Browse files
committed
add refs
1 parent 58e933c commit 1ba3f6d

2 files changed

Lines changed: 43 additions & 6 deletions

File tree

paper/paper.bib

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@ARTICLE{pyro,
1+
@ARTICLE{pyroI,
22
author = {{Zingale}, M.},
33
title = "{pyro: A teaching code for computational astrophysical hydrodynamics}",
44
journal = {Astronomy and Computing},
@@ -14,3 +14,40 @@ @ARTICLE{pyro
1414
adsurl = {http://adsabs.harvard.edu/abs/2014A%26C.....6...52Z},
1515
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
1616
}
17+
18+
@ARTICLE{castro,
19+
author = {{Almgren}, A.~S. and {Beckner}, V.~E. and {Bell}, J.~B. and
20+
{Day}, M.~S. and {Howell}, L.~H. and {Joggerst}, C.~C. and {Lijewski}, M.~J. and
21+
{Nonaka}, A. and {Singer}, M. and {Zingale}, M.},
22+
title = "{CASTRO: A New Compressible Astrophysical Solver. I. Hydrodynamics and Self-gravity}",
23+
journal = {Astrophysical Journal},
24+
archivePrefix = "arXiv",
25+
eprint = {1005.0114},
26+
primaryClass = "astro-ph.IM",
27+
keywords = {equation of state, gravitation, hydrodynamics, methods: numerical, nuclear reactions, nucleosynthesis, abundances},
28+
year = 2010,
29+
month = jun,
30+
volume = 715,
31+
pages = {1221-1238},
32+
doi = {10.1088/0004-637X/715/2/1221},
33+
adsurl = {http://adsabs.harvard.edu/abs/2010ApJ...715.1221A},
34+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
35+
}
36+
37+
@ARTICLE{maestro,
38+
author = {{Nonaka}, A. and {Almgren}, A.~S. and {Bell}, J.~B. and {Lijewski}, M.~J. and
39+
{Malone}, C.~M. and {Zingale}, M.},
40+
title = "{MAESTRO: An Adaptive Low Mach Number Hydrodynamics Algorithm for Stellar Flows}",
41+
journal = {Astrophysical Journal Supplement},
42+
archivePrefix = "arXiv",
43+
eprint = {1005.0112},
44+
primaryClass = "astro-ph.IM",
45+
keywords = {convection, hydrodynamics, methods: numerical, nuclear reactions, nucleosynthesis, abundances, supernovae: general, white dwarfs},
46+
year = 2010,
47+
month = jun,
48+
volume = 188,
49+
pages = {358-383},
50+
doi = {10.1088/0067-0049/188/2/358},
51+
adsurl = {http://adsabs.harvard.edu/abs/2010ApJS..188..358N},
52+
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
53+
}

paper/paper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ algorithms before porting them to science codes.
5959
The current pyro solvers are:
6060

6161
* linear advection (including a second-order unsplit CTU scheme, a
62-
method-of-lines piecewise linear solver☆, a 4th-order
63-
finite-volume scheme☆, and a WENO method☆)
62+
method-of-lines piecewise linear solver$^\star$, a 4th-order
63+
finite-volume scheme$^\star$, and a WENO method$^\star$)
6464

6565
* compressible hydrodynamics (including a second-order unsplit CTU
66-
scheme, a method-of-lines piecewise linear solver☆,
66+
scheme, a method-of-lines piecewise linear solver$^\star$,
6767
and two 4th-order finite-volume schemes, one with Runge-Kutta
68-
integration and the other using a spectral deferred corrections method☆)
68+
integration and the other using a spectral deferred corrections method$^\star$)
6969

7070
* diffusion using a second-order discretization
7171

@@ -75,7 +75,7 @@ The current pyro solvers are:
7575

7676
* shallow water equations solver
7777

78-
(solvers since the first pyro paper are marked with a ☆). Also
78+
(solvers since the first pyro paper are marked with a $^\star$). Also
7979
new is support for Lagrangian tracer particles, which can be added to
8080
any solver that has a velocity field.
8181

0 commit comments

Comments
 (0)