Skip to content

Commit 4620495

Browse files
author
MFC Action
committed
Docs @ c208d59
1 parent a113f1f commit 4620495

30 files changed

+142
-126
lines changed

documentation/dynsections.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
@licend The above is the entire license notice for the JavaScript code in this file
2424
*/
2525

26+
function toggleVisibility(linkObj) {
27+
return dynsection.toggleVisibility(linkObj);
28+
}
29+
2630
let dynsection = {
2731

2832
// helper function

documentation/md_examples.html

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,21 @@
136136
<div class="contents">
137137
<div class="textblock"><p><a class="anchor" id="autotoc_md28"></a> </p>
138138
<h1><a class="anchor" id="autotoc_md29"></a>
139-
Shock Droplet (2D)</h1>
140-
<p>Reference: Panchal et. al., A Seven-Equation Diffused Interface Method for Resolved Multiphase Flows, JCP, 475 (2023)</p>
139+
Shu-Osher problem (1D)</h1>
140+
<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>
141141
<h2><a class="anchor" id="autotoc_md30"></a>
142142
Initial Condition</h2>
143143
<div class="image">
144-
<img src="initial-2D_shockdroplet-example.png" alt=""/>
144+
<img src="initial-1D_shuosher-example.png" alt=""/>
145145
<div class="caption">
146146
Initial Condition</div></div>
147147
<h2><a class="anchor" id="autotoc_md31"></a>
148148
Result</h2>
149-
<p><img src="result-2D_shockdroplet-example.png" alt="" class="inline" title="Result"/> </p>
150-
<h1><a class="anchor" id="autotoc_md32"></a>
149+
<div class="image">
150+
<img src="result-1D_shuosher-example.png" alt=""/>
151+
<div class="caption">
152+
Result</div></div>
153+
<h1><a class="anchor" id="autotoc_md32"></a>
151154
2D Riemann Test (2D)</h1>
152155
<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>
153156
<h2><a class="anchor" id="autotoc_md33"></a>
@@ -163,88 +166,85 @@ <h2><a class="anchor" id="autotoc_md34"></a>
163166
<div class="caption">
164167
Density Norms</div></div>
165168
<h1><a class="anchor" id="autotoc_md35"></a>
166-
3D Weak Scaling</h1>
167-
<p>The <a href="case.py"><b>3D_weak_scaling</b></a> case depends on two parameters:</p>
168-
<ul>
169-
<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>
170-
<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>
171-
</ul>
172-
<p>Weak scaling benchmarks can be produced by keeping <em>gbpp</em> constant and varying <em>procs</em>.</p>
173-
<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>
174-
<div class="fragment"><div class="line">./mfc.sh run examples/3D_weak_scaling/case.py 4 -t pre_process simulation \</div>
175-
<div class="line"> -e batch -p mypartition -N 8 -n 2 -w &quot;01:00:00&quot; -# &quot;MFC Weak Scaling&quot; \</div>
176-
<div class="line"> --case-optimization -j 32</div>
177-
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md36"></a>
178-
Shu-Osher problem (1D)</h1>
179-
<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>
180-
<h2><a class="anchor" id="autotoc_md37"></a>
169+
Shock Droplet (2D)</h1>
170+
<p>Reference: Panchal et. al., A Seven-Equation Diffused Interface Method for Resolved Multiphase Flows, JCP, 475 (2023)</p>
171+
<h2><a class="anchor" id="autotoc_md36"></a>
181172
Initial Condition</h2>
182173
<div class="image">
183-
<img src="initial-1D_shuosher-example.png" alt=""/>
174+
<img src="initial-2D_shockdroplet-example.png" alt=""/>
184175
<div class="caption">
185176
Initial Condition</div></div>
186-
<h2><a class="anchor" id="autotoc_md38"></a>
177+
<h2><a class="anchor" id="autotoc_md37"></a>
187178
Result</h2>
179+
<p><img src="result-2D_shockdroplet-example.png" alt="" class="inline" title="Result"/> </p>
180+
<h1><a class="anchor" id="autotoc_md38"></a>
181+
Isentropic vortex problem (2D)</h1>
182+
<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>
183+
<h2><a class="anchor" id="autotoc_md39"></a>
184+
Density</h2>
188185
<div class="image">
189-
<img src="result-1D_shuosher-example.png" alt=""/>
186+
<img src="alpha_rho1-2D_isentropicvortex-example.png" alt=""/>
190187
<div class="caption">
191-
Result</div></div>
192-
<h1><a class="anchor" id="autotoc_md39"></a>
193-
Titarev-Toro problem (1D)</h1>
194-
<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>
195-
<h2><a class="anchor" id="autotoc_md40"></a>
188+
Density</div></div>
189+
<h2><a class="anchor" id="autotoc_md40"></a>
190+
Density Norms</h2>
191+
<div class="image">
192+
<img src="density_norms-2D_isentropicvortex-example.png" alt=""/>
193+
<div class="caption">
194+
Density Norms</div></div>
195+
<h1><a class="anchor" id="autotoc_md41"></a>
196+
Lax shock tube problem (1D)</h1>
197+
<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>
198+
<h2><a class="anchor" id="autotoc_md42"></a>
196199
Initial Condition</h2>
197200
<div class="image">
198-
<img src="initial-1D_titarevtorro-example.png" alt=""/>
201+
<img src="initial-1D_laxshocktube-example.png" alt=""/>
199202
<div class="caption">
200203
Initial Condition</div></div>
201-
<h2><a class="anchor" id="autotoc_md41"></a>
204+
<h2><a class="anchor" id="autotoc_md43"></a>
202205
Result</h2>
203206
<div class="image">
204-
<img src="result-1D_titarevtorro-example.png" alt=""/>
207+
<img src="result-1D_laxshocktube-example.png" alt=""/>
205208
<div class="caption">
206209
Result</div></div>
207-
<h1><a class="anchor" id="autotoc_md42"></a>
210+
<h1><a class="anchor" id="autotoc_md44"></a>
211+
3D Weak Scaling</h1>
212+
<p>The <a href="case.py"><b>3D_weak_scaling</b></a> case depends on two parameters:</p>
213+
<ul>
214+
<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>
215+
<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>
216+
</ul>
217+
<p>Weak scaling benchmarks can be produced by keeping <em>gbpp</em> constant and varying <em>procs</em>.</p>
218+
<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>
219+
<div class="fragment"><div class="line">./mfc.sh run examples/3D_weak_scaling/case.py 4 -t pre_process simulation \</div>
220+
<div class="line"> -e batch -p mypartition -N 8 -n 2 -w &quot;01:00:00&quot; -# &quot;MFC Weak Scaling&quot; \</div>
221+
<div class="line"> --case-optimization -j 32</div>
222+
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md45"></a>
208223
2D Hardcodied IC Example</h1>
209-
<h2><a class="anchor" id="autotoc_md43"></a>
224+
<h2><a class="anchor" id="autotoc_md46"></a>
210225
Initial Condition</h2>
211226
<div class="image">
212227
<img src="initial-2D_hardcodied_ic-example.png" alt=""/>
213228
<div class="caption">
214229
Initial Condition</div></div>
215-
<h2><a class="anchor" id="autotoc_md44"></a>
230+
<h2><a class="anchor" id="autotoc_md47"></a>
216231
Result</h2>
217232
<p><img src="result-2D_hardcodied_ic-example.png" alt="" class="inline" title="Result"/> </p>
218-
<h1><a class="anchor" id="autotoc_md45"></a>
219-
Lax shock tube problem (1D)</h1>
220-
<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>
221-
<h2><a class="anchor" id="autotoc_md46"></a>
233+
<h1><a class="anchor" id="autotoc_md48"></a>
234+
Titarev-Toro problem (1D)</h1>
235+
<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>
236+
<h2><a class="anchor" id="autotoc_md49"></a>
222237
Initial Condition</h2>
223238
<div class="image">
224-
<img src="initial-1D_laxshocktube-example.png" alt=""/>
239+
<img src="initial-1D_titarevtorro-example.png" alt=""/>
225240
<div class="caption">
226241
Initial Condition</div></div>
227-
<h2><a class="anchor" id="autotoc_md47"></a>
242+
<h2><a class="anchor" id="autotoc_md50"></a>
228243
Result</h2>
229244
<div class="image">
230-
<img src="result-1D_laxshocktube-example.png" alt=""/>
245+
<img src="result-1D_titarevtorro-example.png" alt=""/>
231246
<div class="caption">
232247
Result</div></div>
233-
<h1><a class="anchor" id="autotoc_md48"></a>
234-
Isentropic vortex problem (2D)</h1>
235-
<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>
236-
<h2><a class="anchor" id="autotoc_md49"></a>
237-
Density</h2>
238-
<div class="image">
239-
<img src="alpha_rho1-2D_isentropicvortex-example.png" alt=""/>
240-
<div class="caption">
241-
Density</div></div>
242-
<h2><a class="anchor" id="autotoc_md50"></a>
243-
Density Norms</h2>
244-
<div class="image">
245-
<img src="density_norms-2D_isentropicvortex-example.png" alt=""/>
246-
<div class="caption">
247-
Density Norms</div></div>
248248
<h1><a class="anchor" id="autotoc_md51"></a>
249249
Lid-Driven Cavity Problem (2D)</h1>
250250
<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>

documentation/navtreedata.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,34 +60,34 @@ var NAVTREE =
6060
] ]
6161
] ],
6262
[ "Example Cases", "md_examples.html", [
63-
[ "Shock Droplet (2D)", "md_examples.html#autotoc_md29", [
63+
[ "Shu-Osher problem (1D)", "md_examples.html#autotoc_md29", [
6464
[ "Initial Condition", "md_examples.html#autotoc_md30", null ],
6565
[ "Result", "md_examples.html#autotoc_md31", null ]
6666
] ],
6767
[ "2D Riemann Test (2D)", "md_examples.html#autotoc_md32", [
6868
[ "Density Initial Condition", "md_examples.html#autotoc_md33", null ],
6969
[ "Density Final Condition", "md_examples.html#autotoc_md34", null ]
7070
] ],
71-
[ "3D Weak Scaling", "md_examples.html#autotoc_md35", null ],
72-
[ "Shu-Osher problem (1D)", "md_examples.html#autotoc_md36", [
73-
[ "Initial Condition", "md_examples.html#autotoc_md37", null ],
74-
[ "Result", "md_examples.html#autotoc_md38", null ]
71+
[ "Shock Droplet (2D)", "md_examples.html#autotoc_md35", [
72+
[ "Initial Condition", "md_examples.html#autotoc_md36", null ],
73+
[ "Result", "md_examples.html#autotoc_md37", null ]
7574
] ],
76-
[ "Titarev-Toro problem (1D)", "md_examples.html#autotoc_md39", [
77-
[ "Initial Condition", "md_examples.html#autotoc_md40", null ],
78-
[ "Result", "md_examples.html#autotoc_md41", null ]
75+
[ "Isentropic vortex problem (2D)", "md_examples.html#autotoc_md38", [
76+
[ "Density", "md_examples.html#autotoc_md39", null ],
77+
[ "Density Norms", "md_examples.html#autotoc_md40", null ]
7978
] ],
80-
[ "2D Hardcodied IC Example", "md_examples.html#autotoc_md42", [
81-
[ "Initial Condition", "md_examples.html#autotoc_md43", null ],
82-
[ "Result", "md_examples.html#autotoc_md44", null ]
79+
[ "Lax shock tube problem (1D)", "md_examples.html#autotoc_md41", [
80+
[ "Initial Condition", "md_examples.html#autotoc_md42", null ],
81+
[ "Result", "md_examples.html#autotoc_md43", null ]
8382
] ],
84-
[ "Lax shock tube problem (1D)", "md_examples.html#autotoc_md45", [
83+
[ "3D Weak Scaling", "md_examples.html#autotoc_md44", null ],
84+
[ "2D Hardcodied IC Example", "md_examples.html#autotoc_md45", [
8585
[ "Initial Condition", "md_examples.html#autotoc_md46", null ],
8686
[ "Result", "md_examples.html#autotoc_md47", null ]
8787
] ],
88-
[ "Isentropic vortex problem (2D)", "md_examples.html#autotoc_md48", [
89-
[ "Density", "md_examples.html#autotoc_md49", null ],
90-
[ "Density Norms", "md_examples.html#autotoc_md50", null ]
88+
[ "Titarev-Toro problem (1D)", "md_examples.html#autotoc_md48", [
89+
[ "Initial Condition", "md_examples.html#autotoc_md49", null ],
90+
[ "Result", "md_examples.html#autotoc_md50", null ]
9191
] ],
9292
[ "Lid-Driven Cavity Problem (2D)", "md_examples.html#autotoc_md51", [
9393
[ "Final Condition", "md_examples.html#autotoc_md52", null ],

documentation/navtreeindex0.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var NAVTREEINDEX0 =
22
{
3-
"index.html":[0],
43
"index.html":[],
4+
"index.html":[0],
55
"index.html#autotoc_md72":[0,0],
66
"index.html#autotoc_md73":[0,1],
77
"md_authors.html":[1],
@@ -40,15 +40,15 @@ var NAVTREEINDEX0 =
4040
"md_examples.html#autotoc_md33":[3,1,0],
4141
"md_examples.html#autotoc_md34":[3,1,1],
4242
"md_examples.html#autotoc_md35":[3,2],
43-
"md_examples.html#autotoc_md36":[3,3],
44-
"md_examples.html#autotoc_md37":[3,3,0],
45-
"md_examples.html#autotoc_md38":[3,3,1],
46-
"md_examples.html#autotoc_md39":[3,4],
47-
"md_examples.html#autotoc_md40":[3,4,0],
48-
"md_examples.html#autotoc_md41":[3,4,1],
49-
"md_examples.html#autotoc_md42":[3,5],
50-
"md_examples.html#autotoc_md43":[3,5,0],
51-
"md_examples.html#autotoc_md44":[3,5,1],
43+
"md_examples.html#autotoc_md36":[3,2,0],
44+
"md_examples.html#autotoc_md37":[3,2,1],
45+
"md_examples.html#autotoc_md38":[3,3],
46+
"md_examples.html#autotoc_md39":[3,3,0],
47+
"md_examples.html#autotoc_md40":[3,3,1],
48+
"md_examples.html#autotoc_md41":[3,4],
49+
"md_examples.html#autotoc_md42":[3,4,0],
50+
"md_examples.html#autotoc_md43":[3,4,1],
51+
"md_examples.html#autotoc_md44":[3,5],
5252
"md_examples.html#autotoc_md45":[3,6],
5353
"md_examples.html#autotoc_md46":[3,6,0],
5454
"md_examples.html#autotoc_md47":[3,6,1],

documentation/search/all_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ var searchData=
66
['12_20artificial_20mach_20number_3',['12. Artificial Mach Number',['../md_case.html#autotoc_md20',1,'']]],
77
['16m_20grid_20points_4',['16M Grid Points',['../md_expectedPerformance.html#autotoc_md62',1,'']]],
88
['1_3a_20setting_20up_20your_20environment_5',['Step 1: Setting up your Environment',['../md_visualization.html#autotoc_md90',1,'']]],
9-
['1d_6',['1D',['../md_examples.html#autotoc_md45',1,'Lax shock tube problem (1D)'],['../md_examples.html#autotoc_md36',1,'Shu-Osher problem (1D)'],['../md_examples.html#autotoc_md39',1,'Titarev-Toro problem (1D)']]]
9+
['1d_6',['1D',['../md_examples.html#autotoc_md41',1,'Lax shock tube problem (1D)'],['../md_examples.html#autotoc_md29',1,'Shu-Osher problem (1D)'],['../md_examples.html#autotoc_md48',1,'Titarev-Toro problem (1D)']]]
1010
];

documentation/search/all_1.js

Lines changed: 2 additions & 2 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_3a_20customizing_20the_20script_1',['Step 2: Customizing the script',['../md_visualization.html#autotoc_md91',1,'']]],
5-
['2d_2',['2D',['../md_examples.html#autotoc_md32',1,'2D Riemann Test (2D)'],['../md_examples.html#autotoc_md48',1,'Isentropic vortex problem (2D)'],['../md_examples.html#autotoc_md51',1,'Lid-Driven Cavity Problem (2D)'],['../md_examples.html#autotoc_md29',1,'Shock Droplet (2D)']]],
6-
['2d_20hardcodied_20ic_20example_3',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md42',1,'']]],
5+
['2d_2',['2D',['../md_examples.html#autotoc_md32',1,'2D Riemann Test (2D)'],['../md_examples.html#autotoc_md38',1,'Isentropic vortex problem (2D)'],['../md_examples.html#autotoc_md51',1,'Lid-Driven Cavity Problem (2D)'],['../md_examples.html#autotoc_md35',1,'Shock Droplet (2D)']]],
6+
['2d_20hardcodied_20ic_20example_3',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md45',1,'']]],
77
['2d_20riemann_20test_202d_4',['2D Riemann Test (2D)',['../md_examples.html#autotoc_md32',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_md42',1,'']]],
4+
['hardcodied_20ic_20example_1',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md45',1,'']]],
55
['hour_2',['Expected time-steps/hour',['../md_expectedPerformance.html#autotoc_md55',1,'']]]
66
];

documentation/search/all_11.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
var searchData=
22
[
33
['ibm_20power9_20cpu_0',['IBM Power9 CPU',['../md_expectedPerformance.html#autotoc_md59',1,'IBM Power9 CPU'],['../md_expectedPerformance.html#autotoc_md64',1,'IBM Power9 CPU']]],
4-
['ic_20example_1',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md42',1,'']]],
4+
['ic_20example_1',['2D Hardcodied IC Example',['../md_examples.html#autotoc_md45',1,'']]],
55
['immersed_20boundary_20patch_20types_2',['Immersed Boundary Patch Types',['../md_case.html#autotoc_md24',1,'']]],
66
['immersed_20boundary_20patches_3',['4. Immersed Boundary Patches',['../md_case.html#autotoc_md11',1,'']]],
7-
['initial_20condition_4',['Initial Condition',['../md_examples.html#autotoc_md33',1,'Density Initial Condition'],['../md_examples.html#autotoc_md30',1,'Initial Condition'],['../md_examples.html#autotoc_md37',1,'Initial Condition'],['../md_examples.html#autotoc_md40',1,'Initial Condition'],['../md_examples.html#autotoc_md43',1,'Initial Condition'],['../md_examples.html#autotoc_md46',1,'Initial Condition']]],
7+
['initial_20condition_4',['Initial Condition',['../md_examples.html#autotoc_md33',1,'Density Initial Condition'],['../md_examples.html#autotoc_md30',1,'Initial Condition'],['../md_examples.html#autotoc_md36',1,'Initial Condition'],['../md_examples.html#autotoc_md42',1,'Initial Condition'],['../md_examples.html#autotoc_md46',1,'Initial Condition'],['../md_examples.html#autotoc_md49',1,'Initial Condition']]],
88
['interactive_20execution_5',['Interactive Execution',['../md_running.html#autotoc_md76',1,'']]],
9-
['isentropic_20vortex_20problem_202d_6',['Isentropic vortex problem (2D)',['../md_examples.html#autotoc_md48',1,'']]]
9+
['isentropic_20vortex_20problem_202d_6',['Isentropic vortex problem (2D)',['../md_examples.html#autotoc_md38',1,'']]]
1010
];

documentation/search/all_12.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var searchData=
22
[
3-
['lax_20shock_20tube_20problem_201d_0',['Lax shock tube problem (1D)',['../md_examples.html#autotoc_md45',1,'']]],
3+
['lax_20shock_20tube_20problem_201d_0',['Lax shock tube problem (1D)',['../md_examples.html#autotoc_md41',1,'']]],
44
['lid_20driven_20cavity_20problem_202d_1',['Lid-Driven Cavity Problem (2D)',['../md_examples.html#autotoc_md51',1,'']]],
55
['line_20arguments_2',['(Optional) Accepting command line arguments',['../md_case.html#autotoc_md3',1,'']]]
66
];

documentation/search/all_14.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var searchData=
22
[
3-
['norms_0',['Density Norms',['../md_examples.html#autotoc_md50',1,'']]],
3+
['norms_0',['Density Norms',['../md_examples.html#autotoc_md40',1,'']]],
44
['number_1',['12. Artificial Mach Number',['../md_case.html#autotoc_md20',1,'']]],
55
['nvidia_20gpus_2',['NVIDIA GPUs',['../md_running.html#autotoc_md79',1,'']]],
66
['nvidia_20v100_20gpu_3',['NVIDIA V100 GPU',['../md_expectedPerformance.html#autotoc_md58',1,'NVIDIA V100 GPU'],['../md_expectedPerformance.html#autotoc_md61',1,'NVIDIA V100 GPU']]]

0 commit comments

Comments
 (0)