Skip to content

Commit 1d78a7f

Browse files
author
MFC Action
committed
Docs @ f5744a8
1 parent 1ab8231 commit 1d78a7f

File tree

21 files changed

+137
-137
lines changed

21 files changed

+137
-137
lines changed

documentation/md_examples.html

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -128,130 +128,130 @@
128128
<div class="contents">
129129
<div class="textblock"><p><a class="anchor" id="autotoc_md36"></a> </p>
130130
<h1><a class="anchor" id="autotoc_md37"></a>
131-
Shu-Osher problem (1D)</h1>
132-
<p>Reference: C. W. Shu, S. Osher, Efficient implementation of essentially non-oscillatory shock-capturing schemes, Journal of Computational Physics 77 (2) (1988) 439–471. doi:10.1016/0021-9991(88)90177-5.</p>
131+
2D Riemann Test (2D)</h1>
132+
<p>Reference: Chamarthi, A., &amp; Hoffmann, N., &amp; Nishikawa, H., &amp; Frankel S. (2023). Implicit gradients based conservative numerical scheme for compressible flows. arXiv:2110.05461</p>
133133
<h2><a class="anchor" id="autotoc_md38"></a>
134+
Density Initial Condition</h2>
135+
<div class="image">
136+
<img src="alpha_rho1_initial-2D_riemann_test-example.png" alt=""/>
137+
<div class="caption">
138+
Density</div></div>
139+
<h2><a class="anchor" id="autotoc_md39"></a>
140+
Density Final Condition</h2>
141+
<div class="image">
142+
<img src="alpha_rho1_final-2D_riemann_test-example.png" alt=""/>
143+
<div class="caption">
144+
Density Norms</div></div>
145+
<h1><a class="anchor" id="autotoc_md40"></a>
146+
Titarev-Toro problem (1D)</h1>
147+
<p>Reference: V. A. Titarev, E. F. Toro, Finite-volume WENO schemes for three-dimensional conservation laws, Journal of Computational Physics 201 (1) (2004) 238–260.</p>
148+
<h2><a class="anchor" id="autotoc_md41"></a>
134149
Initial Condition</h2>
135150
<div class="image">
136-
<img src="initial-1D_shuosher-example.png" alt=""/>
151+
<img src="initial-1D_titarevtorro-example.png" alt=""/>
137152
<div class="caption">
138153
Initial Condition</div></div>
139-
<h2><a class="anchor" id="autotoc_md39"></a>
154+
<h2><a class="anchor" id="autotoc_md42"></a>
140155
Result</h2>
141156
<div class="image">
142-
<img src="result-1D_shuosher-example.png" alt=""/>
157+
<img src="result-1D_titarevtorro-example.png" alt=""/>
143158
<div class="caption">
144159
Result</div></div>
145-
<h1><a class="anchor" id="autotoc_md40"></a>
146-
3D Weak Scaling</h1>
147-
<p>The <a href="case.py"><b>3D_weak_scaling</b></a> case depends on two parameters:</p>
148-
<ul>
149-
<li><b>The number of MPI ranks</b> (<em>procs</em>): As <em>procs</em> increases, the problem size per rank remains constant. <em>procs</em> is determined using information provided to the case file by <code>mfc.sh run</code>.</li>
150-
<li><b>GPU memory usage per rank</b> (<em>gbpp</em>): As <em>gbpp</em> increases, the problem size per rank increases and the number of timesteps decreases so that wall times consistent. <em>gbpp</em> is a user-defined optional argument to the <a href="case.py">case.py</a> file. It can be specified right after the case filepath when invoking <code>mfc.sh run</code>.</li>
151-
</ul>
152-
<p>Weak scaling benchmarks can be produced by keeping <em>gbpp</em> constant and varying <em>procs</em>.</p>
153-
<p>For example, to run a weak scaling test that uses ~4GB of GPU memory per rank on 8 2-rank nodes with case optimization, one could:</p>
154-
<div class="fragment"><div class="line">./mfc.sh run examples/3D_weak_scaling/case.py 4 -t pre_process simulation \</div>
155-
<div class="line"> -e batch -p mypartition -N 8 -n 2 -w &quot;01:00:00&quot; -# &quot;MFC Weak Scaling&quot; \</div>
156-
<div class="line"> --case-optimization -j 32</div>
157-
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md41"></a>
160+
<h1><a class="anchor" id="autotoc_md43"></a>
158161
Isentropic vortex problem (2D)</h1>
159162
<p>Reference: Coralic, V., &amp; Colonius, T. (2014). Finite-volume Weno scheme for viscous compressible multicomponent flows. Journal of Computational Physics, 274, 95–121. <a href="https://doi.org/10.1016/j.jcp.2014.06.003">https://doi.org/10.1016/j.jcp.2014.06.003</a></p>
160-
<h2><a class="anchor" id="autotoc_md42"></a>
163+
<h2><a class="anchor" id="autotoc_md44"></a>
161164
Density</h2>
162165
<div class="image">
163166
<img src="alpha_rho1-2D_isentropicvortex-example.png" alt=""/>
164167
<div class="caption">
165168
Density</div></div>
166-
<h2><a class="anchor" id="autotoc_md43"></a>
169+
<h2><a class="anchor" id="autotoc_md45"></a>
167170
Density Norms</h2>
168171
<div class="image">
169172
<img src="density_norms-2D_isentropicvortex-example.png" alt=""/>
170173
<div class="caption">
171174
Density Norms</div></div>
172-
<h1><a class="anchor" id="autotoc_md44"></a>
173-
2D Hardcodied IC Example</h1>
174-
<h2><a class="anchor" id="autotoc_md45"></a>
175+
<h1><a class="anchor" id="autotoc_md46"></a>
176+
Shock Droplet (2D)</h1>
177+
<p>Reference: Panchal et. al., A Seven-Equation Diffused Interface Method for Resolved Multiphase Flows, JCP, 475 (2023)</p>
178+
<h2><a class="anchor" id="autotoc_md47"></a>
175179
Initial Condition</h2>
176180
<div class="image">
177-
<img src="initial-2D_hardcodied_ic-example.png" alt=""/>
181+
<img src="initial-2D_shockdroplet-example.png" alt=""/>
178182
<div class="caption">
179183
Initial Condition</div></div>
180-
<h2><a class="anchor" id="autotoc_md46"></a>
184+
<h2><a class="anchor" id="autotoc_md48"></a>
181185
Result</h2>
182-
<p><img src="result-2D_hardcodied_ic-example.png" alt="" class="inline" title="Result"/> </p>
183-
<h1><a class="anchor" id="autotoc_md47"></a>
184-
Lid-Driven Cavity Problem (2D)</h1>
185-
<p>Reference: Bezgin, D. A., &amp; Buhendwa A. B., &amp; Adams N. A. (2022). JAX-FLUIDS: A fully-differentiable high-order computational fluid dynamics solver for compressible two-phase flows. arXiv:2203.13760</p>
186-
<p>Reference: Ghia, U., &amp; Ghia, K. N., &amp; Shin, C. T. (1982). High-re solutions for incompressible flow using the Navier-Stokes equations and a multigrid method. Journal of Computational Physics, 48, 387-411</p>
187-
<p>Video: <a href="https://youtube.com/shorts/JEP28scZrBM?feature=share">https://youtube.com/shorts/JEP28scZrBM?feature=share</a></p>
188-
<h2><a class="anchor" id="autotoc_md48"></a>
189-
Final Condition</h2>
190-
<div class="image">
191-
<img src="final_condition-2D_lid_driven_cavity-example.png" alt=""/>
192-
<div class="caption">
193-
Final Condition</div></div>
194-
<h2><a class="anchor" id="autotoc_md49"></a>
195-
Centerline Velocities</h2>
196-
<div class="image">
197-
<img src="centerline_velocities-2D_lid_driven_cavity-example.png" alt=""/>
198-
<div class="caption">
199-
Centerline Velocities</div></div>
200-
<h1><a class="anchor" id="autotoc_md50"></a>
201-
2D Riemann Test (2D)</h1>
202-
<p>Reference: Chamarthi, A., &amp; Hoffmann, N., &amp; Nishikawa, H., &amp; Frankel S. (2023). Implicit gradients based conservative numerical scheme for compressible flows. arXiv:2110.05461</p>
186+
<p><img src="result-2D_shockdroplet-example.png" alt="" class="inline" title="Result"/> </p>
187+
<h1><a class="anchor" id="autotoc_md49"></a>
188+
3D Weak Scaling</h1>
189+
<p>The <a href="case.py"><b>3D_weak_scaling</b></a> case depends on two parameters:</p>
190+
<ul>
191+
<li><b>The number of MPI ranks</b> (<em>procs</em>): As <em>procs</em> increases, the problem size per rank remains constant. <em>procs</em> is determined using information provided to the case file by <code>mfc.sh run</code>.</li>
192+
<li><b>GPU memory usage per rank</b> (<em>gbpp</em>): As <em>gbpp</em> increases, the problem size per rank increases and the number of timesteps decreases so that wall times consistent. <em>gbpp</em> is a user-defined optional argument to the <a href="case.py">case.py</a> file. It can be specified right after the case filepath when invoking <code>mfc.sh run</code>.</li>
193+
</ul>
194+
<p>Weak scaling benchmarks can be produced by keeping <em>gbpp</em> constant and varying <em>procs</em>.</p>
195+
<p>For example, to run a weak scaling test that uses ~4GB of GPU memory per rank on 8 2-rank nodes with case optimization, one could:</p>
196+
<div class="fragment"><div class="line">./mfc.sh run examples/3D_weak_scaling/case.py 4 -t pre_process simulation \</div>
197+
<div class="line"> -e batch -p mypartition -N 8 -n 2 -w &quot;01:00:00&quot; -# &quot;MFC Weak Scaling&quot; \</div>
198+
<div class="line"> --case-optimization -j 32</div>
199+
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md50"></a>
200+
Lax shock tube problem (1D)</h1>
201+
<p>Reference: P. D. Lax, Weak solutions of nonlinear hyperbolic equations and their numerical computation, Communications on pure and applied mathematics 7 (1) (1954) 159–193.</p>
203202
<h2><a class="anchor" id="autotoc_md51"></a>
204-
Density Initial Condition</h2>
203+
Initial Condition</h2>
205204
<div class="image">
206-
<img src="alpha_rho1_initial-2D_riemann_test-example.png" alt=""/>
205+
<img src="initial-1D_laxshocktube-example.png" alt=""/>
207206
<div class="caption">
208-
Density</div></div>
207+
Initial Condition</div></div>
209208
<h2><a class="anchor" id="autotoc_md52"></a>
210-
Density Final Condition</h2>
209+
Result</h2>
211210
<div class="image">
212-
<img src="alpha_rho1_final-2D_riemann_test-example.png" alt=""/>
211+
<img src="result-1D_laxshocktube-example.png" alt=""/>
213212
<div class="caption">
214-
Density Norms</div></div>
213+
Result</div></div>
215214
<h1><a class="anchor" id="autotoc_md53"></a>
216-
Shock Droplet (2D)</h1>
217-
<p>Reference: Panchal et. al., A Seven-Equation Diffused Interface Method for Resolved Multiphase Flows, JCP, 475 (2023)</p>
215+
2D Hardcodied IC Example</h1>
218216
<h2><a class="anchor" id="autotoc_md54"></a>
219217
Initial Condition</h2>
220218
<div class="image">
221-
<img src="initial-2D_shockdroplet-example.png" alt=""/>
219+
<img src="initial-2D_hardcodied_ic-example.png" alt=""/>
222220
<div class="caption">
223221
Initial Condition</div></div>
224222
<h2><a class="anchor" id="autotoc_md55"></a>
225223
Result</h2>
226-
<p><img src="result-2D_shockdroplet-example.png" alt="" class="inline" title="Result"/> </p>
224+
<p><img src="result-2D_hardcodied_ic-example.png" alt="" class="inline" title="Result"/> </p>
227225
<h1><a class="anchor" id="autotoc_md56"></a>
228-
Titarev-Toro problem (1D)</h1>
229-
<p>Reference: V. A. Titarev, E. F. Toro, Finite-volume WENO schemes for three-dimensional conservation laws, Journal of Computational Physics 201 (1) (2004) 238–260.</p>
226+
Lid-Driven Cavity Problem (2D)</h1>
227+
<p>Reference: Bezgin, D. A., &amp; Buhendwa A. B., &amp; Adams N. A. (2022). JAX-FLUIDS: A fully-differentiable high-order computational fluid dynamics solver for compressible two-phase flows. arXiv:2203.13760</p>
228+
<p>Reference: Ghia, U., &amp; Ghia, K. N., &amp; Shin, C. T. (1982). High-re solutions for incompressible flow using the Navier-Stokes equations and a multigrid method. Journal of Computational Physics, 48, 387-411</p>
229+
<p>Video: <a href="https://youtube.com/shorts/JEP28scZrBM?feature=share">https://youtube.com/shorts/JEP28scZrBM?feature=share</a></p>
230230
<h2><a class="anchor" id="autotoc_md57"></a>
231-
Initial Condition</h2>
231+
Final Condition</h2>
232232
<div class="image">
233-
<img src="initial-1D_titarevtorro-example.png" alt=""/>
233+
<img src="final_condition-2D_lid_driven_cavity-example.png" alt=""/>
234234
<div class="caption">
235-
Initial Condition</div></div>
235+
Final Condition</div></div>
236236
<h2><a class="anchor" id="autotoc_md58"></a>
237-
Result</h2>
237+
Centerline Velocities</h2>
238238
<div class="image">
239-
<img src="result-1D_titarevtorro-example.png" alt=""/>
239+
<img src="centerline_velocities-2D_lid_driven_cavity-example.png" alt=""/>
240240
<div class="caption">
241-
Result</div></div>
241+
Centerline Velocities</div></div>
242242
<h1><a class="anchor" id="autotoc_md59"></a>
243-
Lax shock tube problem (1D)</h1>
244-
<p>Reference: P. D. Lax, Weak solutions of nonlinear hyperbolic equations and their numerical computation, Communications on pure and applied mathematics 7 (1) (1954) 159–193.</p>
243+
Shu-Osher problem (1D)</h1>
244+
<p>Reference: C. W. Shu, S. Osher, Efficient implementation of essentially non-oscillatory shock-capturing schemes, Journal of Computational Physics 77 (2) (1988) 439–471. doi:10.1016/0021-9991(88)90177-5.</p>
245245
<h2><a class="anchor" id="autotoc_md60"></a>
246246
Initial Condition</h2>
247247
<div class="image">
248-
<img src="initial-1D_laxshocktube-example.png" alt=""/>
248+
<img src="initial-1D_shuosher-example.png" alt=""/>
249249
<div class="caption">
250250
Initial Condition</div></div>
251251
<h2><a class="anchor" id="autotoc_md61"></a>
252252
Result</h2>
253253
<div class="image">
254-
<img src="result-1D_laxshocktube-example.png" alt=""/>
254+
<img src="result-1D_shuosher-example.png" alt=""/>
255255
<div class="caption">
256256
Result</div></div>
257257
</div></div><!-- contents -->

documentation/navtreedata.js

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -69,36 +69,36 @@ var NAVTREE =
6969
[ "Attribution", "md_CODE__OF__CONDUCT.html#autotoc_md35", null ]
7070
] ],
7171
[ "Example Cases", "md_examples.html", [
72-
[ "Shu-Osher problem (1D)", "md_examples.html#autotoc_md37", [
73-
[ "Initial Condition", "md_examples.html#autotoc_md38", null ],
74-
[ "Result", "md_examples.html#autotoc_md39", null ]
72+
[ "2D Riemann Test (2D)", "md_examples.html#autotoc_md37", [
73+
[ "Density Initial Condition", "md_examples.html#autotoc_md38", null ],
74+
[ "Density Final Condition", "md_examples.html#autotoc_md39", null ]
7575
] ],
76-
[ "3D Weak Scaling", "md_examples.html#autotoc_md40", null ],
77-
[ "Isentropic vortex problem (2D)", "md_examples.html#autotoc_md41", [
78-
[ "Density", "md_examples.html#autotoc_md42", null ],
79-
[ "Density Norms", "md_examples.html#autotoc_md43", null ]
76+
[ "Titarev-Toro problem (1D)", "md_examples.html#autotoc_md40", [
77+
[ "Initial Condition", "md_examples.html#autotoc_md41", null ],
78+
[ "Result", "md_examples.html#autotoc_md42", null ]
8079
] ],
81-
[ "2D Hardcodied IC Example", "md_examples.html#autotoc_md44", [
82-
[ "Initial Condition", "md_examples.html#autotoc_md45", null ],
83-
[ "Result", "md_examples.html#autotoc_md46", null ]
80+
[ "Isentropic vortex problem (2D)", "md_examples.html#autotoc_md43", [
81+
[ "Density", "md_examples.html#autotoc_md44", null ],
82+
[ "Density Norms", "md_examples.html#autotoc_md45", null ]
8483
] ],
85-
[ "Lid-Driven Cavity Problem (2D)", "md_examples.html#autotoc_md47", [
86-
[ "Final Condition", "md_examples.html#autotoc_md48", null ],
87-
[ "Centerline Velocities", "md_examples.html#autotoc_md49", null ]
84+
[ "Shock Droplet (2D)", "md_examples.html#autotoc_md46", [
85+
[ "Initial Condition", "md_examples.html#autotoc_md47", null ],
86+
[ "Result", "md_examples.html#autotoc_md48", null ]
8887
] ],
89-
[ "2D Riemann Test (2D)", "md_examples.html#autotoc_md50", [
90-
[ "Density Initial Condition", "md_examples.html#autotoc_md51", null ],
91-
[ "Density Final Condition", "md_examples.html#autotoc_md52", null ]
88+
[ "3D Weak Scaling", "md_examples.html#autotoc_md49", null ],
89+
[ "Lax shock tube problem (1D)", "md_examples.html#autotoc_md50", [
90+
[ "Initial Condition", "md_examples.html#autotoc_md51", null ],
91+
[ "Result", "md_examples.html#autotoc_md52", null ]
9292
] ],
93-
[ "Shock Droplet (2D)", "md_examples.html#autotoc_md53", [
93+
[ "2D Hardcodied IC Example", "md_examples.html#autotoc_md53", [
9494
[ "Initial Condition", "md_examples.html#autotoc_md54", null ],
9595
[ "Result", "md_examples.html#autotoc_md55", null ]
9696
] ],
97-
[ "Titarev-Toro problem (1D)", "md_examples.html#autotoc_md56", [
98-
[ "Initial Condition", "md_examples.html#autotoc_md57", null ],
99-
[ "Result", "md_examples.html#autotoc_md58", null ]
97+
[ "Lid-Driven Cavity Problem (2D)", "md_examples.html#autotoc_md56", [
98+
[ "Final Condition", "md_examples.html#autotoc_md57", null ],
99+
[ "Centerline Velocities", "md_examples.html#autotoc_md58", null ]
100100
] ],
101-
[ "Lax shock tube problem (1D)", "md_examples.html#autotoc_md59", [
101+
[ "Shu-Osher problem (1D)", "md_examples.html#autotoc_md59", [
102102
[ "Initial Condition", "md_examples.html#autotoc_md60", null ],
103103
[ "Result", "md_examples.html#autotoc_md61", null ]
104104
] ]

documentation/navtreeindex0.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ var NAVTREEINDEX0 =
4545
"md_examples.html#autotoc_md38":[4,0,0],
4646
"md_examples.html#autotoc_md39":[4,0,1],
4747
"md_examples.html#autotoc_md40":[4,1],
48-
"md_examples.html#autotoc_md41":[4,2],
49-
"md_examples.html#autotoc_md42":[4,2,0],
50-
"md_examples.html#autotoc_md43":[4,2,1],
51-
"md_examples.html#autotoc_md44":[4,3],
52-
"md_examples.html#autotoc_md45":[4,3,0],
53-
"md_examples.html#autotoc_md46":[4,3,1],
54-
"md_examples.html#autotoc_md47":[4,4],
55-
"md_examples.html#autotoc_md48":[4,4,0],
56-
"md_examples.html#autotoc_md49":[4,4,1],
48+
"md_examples.html#autotoc_md41":[4,1,0],
49+
"md_examples.html#autotoc_md42":[4,1,1],
50+
"md_examples.html#autotoc_md43":[4,2],
51+
"md_examples.html#autotoc_md44":[4,2,0],
52+
"md_examples.html#autotoc_md45":[4,2,1],
53+
"md_examples.html#autotoc_md46":[4,3],
54+
"md_examples.html#autotoc_md47":[4,3,0],
55+
"md_examples.html#autotoc_md48":[4,3,1],
56+
"md_examples.html#autotoc_md49":[4,4],
5757
"md_examples.html#autotoc_md50":[4,5],
5858
"md_examples.html#autotoc_md51":[4,5,0],
5959
"md_examples.html#autotoc_md52":[4,5,1],

documentation/search/all_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ var searchData=
44
['1_20runtime_1',['1. Runtime',['../md_case.html#autotoc_md5',1,'']]],
55
['10_20phase_20change_20model_2',['10. Phase Change Model',['../md_case.html#autotoc_md17',1,'']]],
66
['16m_20grid_20points_3',['16M Grid Points',['../md_expectedPerformance.html#autotoc_md70',1,'']]],
7-
['1d_4',['1D',['../md_examples.html#autotoc_md59',1,'Lax shock tube problem (1D)'],['../md_examples.html#autotoc_md37',1,'Shu-Osher problem (1D)'],['../md_examples.html#autotoc_md56',1,'Titarev-Toro problem (1D)']]]
7+
['1d_4',['1D',['../md_examples.html#autotoc_md50',1,'Lax shock tube problem (1D)'],['../md_examples.html#autotoc_md59',1,'Shu-Osher problem (1D)'],['../md_examples.html#autotoc_md40',1,'Titarev-Toro problem (1D)']]]
88
];

documentation/search/all_1.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var searchData=
22
[
33
['2_20computational_20domain_0',['2. Computational Domain',['../md_case.html#autotoc_md6',1,'']]],
44
['2_20warning_1',['2. Warning',['../md_CODE__OF__CONDUCT.html#autotoc_md32',1,'']]],
5-
['2d_2',['2D',['../md_examples.html#autotoc_md41',1,'Isentropic vortex problem (2D)'],['../md_examples.html#autotoc_md47',1,'Lid-Driven Cavity Problem (2D)'],['../md_examples.html#autotoc_md53',1,'Shock Droplet (2D)']]],
6-
['2d_20hardcodied_20ic_20example_3',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md44',1,'']]],
7-
['2d_20riemann_20test_202d_4',['2D Riemann Test (2D)',['../md_examples.html#autotoc_md50',1,'']]]
5+
['2d_2',['2D',['../md_examples.html#autotoc_md43',1,'Isentropic vortex problem (2D)'],['../md_examples.html#autotoc_md56',1,'Lid-Driven Cavity Problem (2D)'],['../md_examples.html#autotoc_md46',1,'Shock Droplet (2D)']]],
6+
['2d_20hardcodied_20ic_20example_3',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md53',1,'']]],
7+
['2d_20riemann_20test_202d_4',['2D Riemann Test (2D)',['../md_examples.html#autotoc_md37',1,'']]]
88
];

documentation/search/all_10.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var searchData=
22
[
33
['hard_20coded_20patches_0',['Hard Coded Patches',['../md_case.html#autotoc_md9',1,'']]],
4-
['hardcodied_20ic_20example_1',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md44',1,'']]],
4+
['hardcodied_20ic_20example_1',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md53',1,'']]],
55
['hour_2',['Expected time-steps/hour',['../md_expectedPerformance.html#autotoc_md63',1,'']]]
66
];

documentation/search/all_11.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
var searchData=
22
[
33
['ibm_20power9_20cpu_0',['IBM Power9 CPU',['../md_expectedPerformance.html#autotoc_md67',1,'IBM Power9 CPU'],['../md_expectedPerformance.html#autotoc_md72',1,'IBM Power9 CPU']]],
4-
['ic_20example_1',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md44',1,'']]],
5-
['initial_20condition_2',['Initial Condition',['../md_examples.html#autotoc_md51',1,'Density Initial Condition'],['../md_examples.html#autotoc_md38',1,'Initial Condition'],['../md_examples.html#autotoc_md45',1,'Initial Condition'],['../md_examples.html#autotoc_md54',1,'Initial Condition'],['../md_examples.html#autotoc_md57',1,'Initial Condition'],['../md_examples.html#autotoc_md60',1,'Initial Condition']]],
4+
['ic_20example_1',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md53',1,'']]],
5+
['initial_20condition_2',['Initial Condition',['../md_examples.html#autotoc_md38',1,'Density Initial Condition'],['../md_examples.html#autotoc_md41',1,'Initial Condition'],['../md_examples.html#autotoc_md47',1,'Initial Condition'],['../md_examples.html#autotoc_md51',1,'Initial Condition'],['../md_examples.html#autotoc_md54',1,'Initial Condition'],['../md_examples.html#autotoc_md60',1,'Initial Condition']]],
66
['interactive_20execution_3',['Interactive Execution',['../md_running.html#autotoc_md84',1,'']]],
7-
['isentropic_20vortex_20problem_202d_4',['Isentropic vortex problem (2D)',['../md_examples.html#autotoc_md41',1,'']]]
7+
['isentropic_20vortex_20problem_202d_4',['Isentropic vortex problem (2D)',['../md_examples.html#autotoc_md43',1,'']]]
88
];

0 commit comments

Comments
 (0)