Skip to content

Commit bf6b50e

Browse files
committed
Revert "remove internal file"
This reverts commit 8148495.
1 parent 7928883 commit bf6b50e

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
chapter_2 = ["stellar_minimal"]
2+
chapter_3 = ["plot_plummer", "plot_hydro_density_distributions", "salpeter", "sun_venus_earth", "make_binary_star", ]
3+
chapter_4 = ["gravity_minimal", "sun_venus_earth", "plot_gravity", "anim_gravity", "montgomery", "hierarchical_quadruple", ]
4+
chapter_5 = ["calculate_core_temperature_density", "initialize_single_star", "stellar_minimal", "multiple_stellar_code", "merge_two_stars", "binary_evolution", "massloss_response", ]
5+
chapter_6 = ["hydro_minimal", "hydro_outflow_particles", "hydro_sink_particles", "hydro_disk_with_bump", "explode_evolved_star", "helium_star", ]
6+
chapter_7 = ["rad_minimal", "radiative_h2cloud", ]
7+
chapter_8 = ["gravity_stellar_minimal", "gravity_stellar_collision", "plot_fractal_clumpy_cluster", "gravity_stellar_eventdriven", "merge_two_stars_and_evolve", "merge_two_stars_sph", "gravity_kepler_disks", "basic_multiples", "kira", "lonely_planets", ]
8+
chapter_9 = ["gravity_potential", "gravity_drifter", "two_body_bridge", "three_body_bridge", "three_body_bridge_hierarchical", "gravity_hydro", "relax_gas_and_stars", "evolve_xi_tau_primary", ]
9+
chapter_10 = ["multiples_minimal", "kira", ]
10+
appendix_a = ["multiple_stellar_threaded", ]
11+
appendix_b = []
12+
appendix_c = ["class_example", ]
13+
14+
examples_per_chapter = {
15+
"2": chapter_2,
16+
"fundamental": chapter_2,
17+
"Fundamental Concepts": chapter_2,
18+
"3": chapter_3,
19+
"ic": chapter_3,
20+
"Initial Conditions": chapter_3,
21+
"4": chapter_4,
22+
"Gravity": chapter_4,
23+
"Gravitational Dynamics": chapter_4,
24+
"5": chapter_5,
25+
"stellar": chapter_5,
26+
"Stellar Structure and Evolution": chapter_5,
27+
"6": chapter_6,
28+
"hydro": chapter_6,
29+
"Hydrodynamics": chapter_6,
30+
"7": chapter_7,
31+
"radiative": chapter_7,
32+
"Radiative Transfer": chapter_7,
33+
"8": chapter_8,
34+
"coupling": chapter_8,
35+
"Elementary Coupling Strategies": chapter_8,
36+
"9": chapter_9,
37+
"bridge": chapter_9,
38+
"Advanced Coupling Strategies": chapter_9,
39+
"10": chapter_10,
40+
"Expanding and extending AMUSE": chapter_10,
41+
"a": appendix_a,
42+
"AMUSE Fundamentals": appendix_a,
43+
"b": appendix_b,
44+
"How to add a code to AMUSE": appendix_b,
45+
"c": appendix_c,
46+
"Programming Primer": appendix_c,
47+
}

0 commit comments

Comments
 (0)