Commit d8d3d35 1 parent 49fba8d commit d8d3d35 Copy full SHA for d8d3d35
File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 5
5
import textwrap
6
6
7
7
MAIN_HEADER = """
8
- +---------------------------------------+---------------------------------------------------------+--------------------+
9
- | parameter | description | default value |
10
- +=======================================+=========================================================+====================+
8
+ +---------------------------------------+---------------------------------------------------------+------------------------------ +
9
+ | parameter | description | default value |
10
+ +=======================================+=========================================================+============================== +
11
11
"""
12
12
13
13
SEPARATOR = """
14
- +---------------------------------------+---------------------------------------------------------+--------------------+
14
+ +---------------------------------------+---------------------------------------------------------+------------------------------ +
15
15
"""
16
16
17
17
ENTRY = """
18
- | {:37} | {:55} | {:18 } |
18
+ | {:37} | {:55} | {:28 } |
19
19
"""
20
20
21
21
WRAP_LEN = 55
Original file line number Diff line number Diff line change 1
- *****************
2
- StarKiller Basics
3
- *****************
1
+ *********************
2
+ Microphysics Overview
3
+ *********************
4
4
5
5
Getting Started (Standalone)
6
6
============================
@@ -133,5 +133,7 @@ solvers (ODE integration for the network and Newton-Raphson root
133
133
finding for the EOS) is separated from the specific implementations of
134
134
the microphysics.
135
135
136
- **All quantities are assumed to be in CGS units **, unless otherwise
137
- specified.
136
+ .. note ::
137
+
138
+ All quantities are assumed to be in CGS units, unless otherwise
139
+ specified.
Original file line number Diff line number Diff line change 2
2
Preface
3
3
*******
4
4
5
- Welcome to the StarKiller Microphysics!
5
+ Welcome to the AMReX-Astro Microphysics!
6
6
7
7
In this User’s Guide we describe the microphysics modules designed to
8
8
enable simulations of stellar explosions.
You can’t perform that action at this time.
0 commit comments