Skip to content

Commit 271d948

Browse files
author
MFC Action
committed
Docs @ 2617ad8
1 parent b119c34 commit 271d948

File tree

8 files changed

+67
-62
lines changed

8 files changed

+67
-62
lines changed

documentation/md_case.html

Lines changed: 60 additions & 55 deletions
Large diffs are not rendered by default.

documentation/navtreedata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var NAVTREE =
5555
[ "Boundary conditions", "md_case.html#autotoc_md23", null ],
5656
[ "Patch types", "md_case.html#autotoc_md24", null ],
5757
[ "Immersed Boundary Patch Types", "md_case.html#autotoc_md25", null ],
58-
[ "Monopole supports", "md_case.html#autotoc_md26", null ],
58+
[ "Monopole Supports", "md_case.html#autotoc_md26", null ],
5959
[ "Conservative Variables Ordering", "md_case.html#autotoc_md27", null ],
6060
[ "Primitive Variables Ordering", "md_case.html#autotoc_md28", null ]
6161
] ]

documentation/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function initResizable(treeview) {
6666
}
6767
else
6868
{
69-
contentHeight = windowHeight - headerHeight;
69+
contentHeight = windowHeight - headerHeight - 1;
7070
}
7171
content.css({height:contentHeight + "px"});
7272
if (location.hash.slice(1)) {

documentation/search/all_13.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ var searchData=
55
['mfc_2',['MFC',['../md_getting-started.html#autotoc_md78',1,'Building MFC'],['../md_getting-started.html#autotoc_md76',1,'Fetching MFC']]],
66
['mi250x_20gpu_3',['AMD MI250X GPU',['../md_expectedPerformance.html#autotoc_md67',1,'']]],
77
['model_4',['Model',['../md_case.html#autotoc_md19',1,'11. Phase Change Model'],['../md_case.html#autotoc_md17',1,'9. Ensemble-Averaged Bubble Model']]],
8-
['monopole_20supports_5',['Monopole supports',['../md_case.html#autotoc_md26',1,'']]]
8+
['monopole_20supports_5',['Monopole Supports',['../md_case.html#autotoc_md26',1,'']]]
99
];

documentation/search/all_18.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ var searchData=
2222
['strong_20scaling_19',['Strong scaling',['../md_expectedPerformance.html#autotoc_md70',1,'']]],
2323
['strong_20weak_20scaling_20',['Strong- & Weak-scaling',['../md_examples.html#autotoc_md51',1,'']]],
2424
['suite_21',['Running the Test Suite',['../md_getting-started.html#autotoc_md79',1,'']]],
25-
['supports_22',['Monopole supports',['../md_case.html#autotoc_md26',1,'']]]
25+
['supports_22',['Monopole Supports',['../md_case.html#autotoc_md26',1,'']]]
2626
];

post_process/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function initResizable(treeview) {
6666
}
6767
else
6868
{
69-
contentHeight = windowHeight - headerHeight;
69+
contentHeight = windowHeight - headerHeight - 1;
7070
}
7171
content.css({height:contentHeight + "px"});
7272
if (location.hash.slice(1)) {

pre_process/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function initResizable(treeview) {
6666
}
6767
else
6868
{
69-
contentHeight = windowHeight - headerHeight;
69+
contentHeight = windowHeight - headerHeight - 1;
7070
}
7171
content.css({height:contentHeight + "px"});
7272
if (location.hash.slice(1)) {

simulation/resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function initResizable(treeview) {
6666
}
6767
else
6868
{
69-
contentHeight = windowHeight - headerHeight;
69+
contentHeight = windowHeight - headerHeight - 1;
7070
}
7171
content.css({height:contentHeight + "px"});
7272
if (location.hash.slice(1)) {

0 commit comments

Comments
 (0)