Skip to content

Commit d92f6a0

Browse files
author
MFC Action
committed
Docs @ 00bef97
1 parent aed4bc9 commit d92f6a0

File tree

16 files changed

+22
-39
lines changed

16 files changed

+22
-39
lines changed

documentation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h1><a class="anchor" id="autotoc_md76"></a>
128128
<li><a class="el" href="md_case.html">Case Files</a></li>
129129
<li><a class="el" href="md_examples.html">Example Cases</a></li>
130130
<li><a class="el" href="md_running.html">Running MFC</a></li>
131-
<li><a class="el" href="md_visualisation.html">Flow Visualisation</a></li>
131+
<li><a class="el" href="md_visualization.html">Flow Visualization</a></li>
132132
<li><a class="el" href="md_expectedPerformance.html">Performance Results</a></li>
133133
<li><a class="el" href="md_authors.html">MFC's Authors</a></li>
134134
<li><a class="el" href="md_references.html">References</a></li>

documentation/md_authors.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -120,24 +120,7 @@
120120
<div class="headertitle"><div class="title">Authors</div></div>
121121
</div><!--header-->
122122
<div class="contents">
123-
<div class="textblock"><p><a class="anchor" id="autotoc_md0"></a> MFC was first developed by the Colonius research group at Caltech. Now it is developed and maintained by the groups of Professors <a href="https://comp-physics.group">Spencer Bryngelson</a>, <a href="https://colonius.caltech.edu/">Tim Colonius</a>, and <a href="https://vivo.brown.edu/display/mrodri97">Mauro Rodriguez</a> (alphabetical).</p>
124-
<p>We try to maintain a list of current and past developers:</p>
125-
<ul>
126-
<li>S. Bryngelson</li>
127-
<li>T. Colonius</li>
128-
<li>V. Coralic</li>
129-
<li>H. Le Berre</li>
130-
<li>K. Maeda</li>
131-
<li>J. Meng</li>
132-
<li>F. O'Meally</li>
133-
<li>A. Radhakrishnan</li>
134-
<li>J. Rodolfo Chreim</li>
135-
<li>M. Rodriguez</li>
136-
<li>K. Schmidmayer</li>
137-
<li>J. Spratt</li>
138-
<li>B. Wilfong <br />
139-
</li>
140-
</ul>
123+
<div class="textblock"><p><a class="anchor" id="autotoc_md0"></a> Contributors to MFC since 2019 can be <a href="https://github.com/MFlowCode/MFC/graphs/contributors">viewed here</a>. </p>
141124
</div></div><!-- contents -->
142125
</div><!-- PageDoc -->
143126
</div><!-- doc-content -->

documentation/md_expectedPerformance.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<div class="textblock"><p><a class="anchor" id="autotoc_md58"></a> MFC has been benchmarked on several CPUs and GPU devices. This page shows a summary of these results.</p>
124124
<h1><a class="anchor" id="autotoc_md59"></a>
125125
Expected time-steps/hour</h1>
126-
<p>The following table outlines expected performance in terms of the number of time steps per hour, rounded to the nearest hundred (higher is better). A 3D inviscid, 6-equation problem is solved for various problem sizes (grid cells) and hardware. CPU results utilize an entire processor die.</p>
126+
<p>The following table outlines expected performance in terms of the number of time steps per hour, rounded to the nearest hundred (higher is better). A 3D inviscid, 6-equation problem is solved for various problem sizes (grid cells) and hardware. A 3rd order (3-stage) Runge-Kutta time-stepper is used. CPU results utilize an entire processor die.</p>
127127
<table class="markdownTable">
128128
<tr class="markdownTableHead">
129129
<th class="markdownTableHeadRight">Hardware </th><th class="markdownTableHeadCenter"># Cores </th><th class="markdownTableHeadCenter">Steps/Hr (1M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (4M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (8M pts) </th><th class="markdownTableHeadCenter">Compiler </th><th class="markdownTableHeadLeft">Computer </th></tr>
@@ -140,7 +140,7 @@ <h1><a class="anchor" id="autotoc_md59"></a>
140140
<tr class="markdownTableRowEven">
141141
<td class="markdownTableBodyRight">Apple Silicon M2 </td><td class="markdownTableBodyCenter">6 (cores) </td><td class="markdownTableBodyCenter">2.8k </td><td class="markdownTableBodyCenter">0.6k </td><td class="markdownTableBodyCenter">0.2k </td><td class="markdownTableBodyCenter">GNU 13.2.0 </td><td class="markdownTableBodyLeft">N/A </td></tr>
142142
</table>
143-
<p>We also show the expected performance of MFC for a 3D inviscid 5-equation problem in the table below. It is presented in the same manner as the one above.</p>
143+
<p>We also show the expected performance of MFC for the same problem as above, except for the 5-equation model used, in the table below. It is presented in the same manner as the one above.</p>
144144
<table class="markdownTable">
145145
<tr class="markdownTableHead">
146146
<th class="markdownTableHeadRight">Hardware </th><th class="markdownTableHeadCenter"># Cores </th><th class="markdownTableHeadCenter">Steps/Hr (1M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (4M pts) </th><th class="markdownTableHeadCenter">Steps/Hr (8M pts) </th><th class="markdownTableHeadCenter">Compiler </th><th class="markdownTableHeadLeft">Computer </th></tr>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</div>
9292
<script type="text/javascript">
9393
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
94-
$(function(){initNavTree('md_visualisation.html',''); initResizable(); });
94+
$(function(){initNavTree('md_visualization.html',''); initResizable(); });
9595
/* @license-end */
9696
</script>
9797
<div id="doc-content">

documentation/navtreedata.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ var NAVTREE =
130130
] ]
131131
] ],
132132
[ "Testing", "md_testing.html", null ],
133-
[ "Flow visualization", "md_visualisation.html", [
134-
[ "Procedure", "md_visualisation.html#autotoc_md89", null ],
135-
[ "Serial data output", "md_visualisation.html#autotoc_md90", null ]
133+
[ "Flow visualization", "md_visualization.html", [
134+
[ "Procedure", "md_visualization.html#autotoc_md89", null ],
135+
[ "Serial data output", "md_visualization.html#autotoc_md90", null ]
136136
] ]
137137
] ]
138138
];

documentation/navtreeindex0.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ var NAVTREEINDEX0 =
8787
"md_running.html#autotoc_md83":[8,1,1],
8888
"md_running.html#autotoc_md84":[8,1,2],
8989
"md_testing.html":[9],
90-
"md_visualisation.html":[10],
91-
"md_visualisation.html#autotoc_md89":[10,0],
92-
"md_visualisation.html#autotoc_md90":[10,1],
90+
"md_visualization.html":[10],
91+
"md_visualization.html#autotoc_md89":[10,0],
92+
"md_visualization.html#autotoc_md90":[10,1],
9393
"pages.html":[]
9494
};

documentation/pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_references.html" target="_self">References</a></td><td class="desc"></td></tr>
132132
<tr id="row_7_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_running.html" target="_self">Running</a></td><td class="desc"></td></tr>
133133
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_testing.html" target="_self">Testing</a></td><td class="desc"></td></tr>
134-
<tr id="row_9_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_visualisation.html" target="_self">Flow visualization</a></td><td class="desc"></td></tr>
134+
<tr id="row_9_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md_visualization.html" target="_self">Flow visualization</a></td><td class="desc"></td></tr>
135135
</table>
136136
</div><!-- directory -->
137137
</div><!-- contents -->

documentation/search/all_15.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ var searchData=
77
['osher_20problem_201d_4',['Shu-Osher problem (1D)',['../md_examples.html#autotoc_md36',1,'']]],
88
['our_20pledge_5',['Our Pledge',['../md_CODE__OF__CONDUCT.html#autotoc_md24',1,'']]],
99
['our_20standards_6',['Our Standards',['../md_CODE__OF__CONDUCT.html#autotoc_md25',1,'']]],
10-
['output_7',['output',['../md_case.html#autotoc_md13',1,'6. Formatted Output'],['../md_visualisation.html#autotoc_md90',1,'Serial data output']]]
10+
['output_7',['output',['../md_case.html#autotoc_md13',1,'6. Formatted Output'],['../md_visualization.html#autotoc_md90',1,'Serial data output']]]
1111
];

documentation/search/all_16.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var searchData=
1414
['primitive_20variables_20ordering_11',['Primitive Variables Ordering',['../md_case.html#autotoc_md22',1,'']]],
1515
['problem_201d_12',['problem 1d',['../md_examples.html#autotoc_md40',1,'Lax shock tube problem (1D)'],['../md_examples.html#autotoc_md36',1,'Shu-Osher problem (1D)'],['../md_examples.html#autotoc_md49',1,'Titarev-Toro problem (1D)']]],
1616
['problem_202d_13',['Isentropic vortex problem (2D)',['../md_examples.html#autotoc_md46',1,'']]],
17-
['procedure_14',['Procedure',['../md_visualisation.html#autotoc_md89',1,'']]],
17+
['procedure_14',['Procedure',['../md_visualization.html#autotoc_md89',1,'']]],
1818
['process_15',['Testing Post Process',['../md_testing.html#autotoc_md87',1,'']]],
1919
['profiling_20with_20nvidia_20nsight_16',['Profiling with NVIDIA Nsight',['../md_running.html#autotoc_md82',1,'']]]
2020
];

documentation/search/all_18.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var searchData=
22
[
33
['scaling_0',['scaling',['../md_examples.html#autotoc_md39',1,'3D Weak Scaling'],['../md_expectedPerformance.html#autotoc_md64',1,'Strong scaling'],['../md_expectedPerformance.html#autotoc_md60',1,'Weak scaling']]],
44
['scope_1',['Scope',['../md_CODE__OF__CONDUCT.html#autotoc_md27',1,'']]],
5-
['serial_20data_20output_2',['Serial data output',['../md_visualisation.html#autotoc_md90',1,'']]],
5+
['serial_20data_20output_2',['Serial data output',['../md_visualization.html#autotoc_md90',1,'']]],
66
['setup_3',['9. Velocity Field Setup',['../md_case.html#autotoc_md16',1,'']]],
77
['shock_20droplet_202d_4',['Shock Droplet (2D)',['../md_examples.html#autotoc_md55',1,'']]],
88
['shock_20tube_20problem_201d_5',['Lax shock tube problem (1D)',['../md_examples.html#autotoc_md40',1,'']]],

0 commit comments

Comments
 (0)