-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3,682 changed files
with
350,529 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
1,896 changes: 1,896 additions & 0 deletions
1,896
2024-01-20-22:00/pascal_trunk_parallel/Pick3DTo2D.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<html><head><title>Results for test case avg_value_02</title></head> | ||
<body bgcolor="#a0b0f0"> | ||
<h1>Results for test case <i>avg_value_02</i></h1> | ||
<table border="2"> | ||
<tr><td align="center"><b><i>Legend</i></b></td></tr> | ||
<tr><td bgcolor="#00ff88">0 Lines Added</td></tr> | ||
<tr><td bgcolor="#ff8888">0 Lines Deleted</td></tr> | ||
<tr><td bgcolor="#ffff00">1 Lines Changed</td></tr> | ||
</table><br> | ||
<h3>1 modifications, totalling 1 lines<h3> | ||
<table width="100%" border="2" rules="groups"> | ||
<colgroup></colgroup> | ||
<colgroup></colgroup> | ||
<colgroup></colgroup> | ||
<colgroup></colgroup> | ||
<thead> | ||
<tr> | ||
<td align="center"><i> Line </i></td> | ||
<td align="center"><b><i>Baseline</b></i></td> | ||
<td align="center"><i> Line </i></td> | ||
<td align="center"><b><i>Current</b></i></td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr valign="top"> <td align="right"><b><code>1: </code></b></td> | ||
<td bgcolor="#ffff00"><code>The average value of vel is 4.06619e-17, -1.2443e-17, 0</code></td> | ||
<td align="right"><b><code>1: </code></b></td> | ||
<td bgcolor="#ffff00"><code>The average value of vel is -1.62203e-17, -1.2443e-17, 0</code></td> | ||
</tr> | ||
</tbody> | ||
</table> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.47 KB
2024-01-20-22:00/pascal_trunk_parallel/c_ops_dualmesh_mesh_plot_2d_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+545 Bytes
2024-01-20-22:00/pascal_trunk_parallel/c_ops_dualmesh_mesh_plot_2d_01_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+793 Bytes
2024-01-20-22:00/pascal_trunk_parallel/c_volumeOpacity_05_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
/* ============================== */ | ||
/* ! CSS for Test Suite Reports */ | ||
/* ============================== */ | ||
|
||
body { | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
font-family: "Helvetica Neue",Helvetica,Arial,san-serif; | ||
background: #ddd; | ||
} | ||
|
||
table | ||
{ | ||
border-collapse:collapse; | ||
} | ||
|
||
table,th, td | ||
{ | ||
border: 2px solid black; | ||
margin: 2px 2px 2px 2px; | ||
} | ||
|
||
th | ||
{ | ||
color: #eee; | ||
background: #222; | ||
} | ||
|
||
td | ||
{ | ||
color: #222; | ||
background: #eee; | ||
} | ||
|
||
.hide{ display:none; } | ||
|
||
.p { | ||
color: #000; | ||
line-height: 20px; | ||
text-align: center; | ||
margin: 10px 0 0 0; | ||
} | ||
|
||
.h2 { | ||
color: #fff; | ||
background: #000; | ||
text-align: center; | ||
} | ||
|
||
.good { | ||
background: #00ff00; | ||
} | ||
|
||
.bad { | ||
background: #ff8f00; | ||
} | ||
|
||
.unknown { | ||
background: #ffffff; | ||
} | ||
|
||
.killed { | ||
background: #880000; | ||
} | ||
|
||
.skipped { | ||
background: #0000ff; | ||
} | ||
|
||
.good_with_skips { | ||
background: #00ffff; | ||
} | ||
|
||
.plot_plugin { | ||
background: #aa00aa; | ||
} | ||
|
||
.operator_plugin { | ||
background: #cc00cc; | ||
} | ||
|
||
.database_plugin { | ||
background: #ff00ff; | ||
} | ||
|
||
.na { | ||
background: #008000; | ||
} | ||
|
||
.failed { | ||
background: #ff0000; | ||
} | ||
|
||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+353 Bytes
2024-01-20-22:00/pascal_trunk_parallel/d_ops_dualmesh_mesh_plot_2d_01.png
Oops, something went wrong.
Binary file added
BIN
+229 Bytes
2024-01-20-22:00/pascal_trunk_parallel/d_ops_dualmesh_mesh_plot_2d_01_thumb.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+740 Bytes
2024-01-20-22:00/pascal_trunk_parallel/d_volumeOpacity_05_thumb.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
84 changes: 84 additions & 0 deletions
84
2024-01-20-22:00/pascal_trunk_parallel/databases_ANALYZE.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<SCRIPT TYPE="text/javascript"> | ||
<!-- | ||
function popup(mylink, name) | ||
{ | ||
if (! window.focus)return true; | ||
var href; | ||
if (typeof(mylink) == 'string') | ||
href=mylink; | ||
else | ||
href=mylink.href; | ||
window.open(href,name,'width=500,height=500,scrollbars=no'); | ||
return false; | ||
} | ||
//--> | ||
</SCRIPT> | ||
<html><head><title>Results for databases/ANALYZE.py</title></head> | ||
<body bgcolor="#a0a0f0"> | ||
<H1>Results of VisIt Regression Test - <a href=databases_ANALYZE_py.html>databases/ANALYZE</a></H1> | ||
<table border> | ||
<tr> | ||
<td rowspan=2><b><i>Test Case</b></i></td> | ||
<td colspan=2 align=center><b><i>Errors</b></i></td> | ||
<td colspan=3 align=center><b><i>Images</b></i></td> | ||
</tr> | ||
<tr> | ||
<td>%Diffs</td> | ||
<td>Maximum</td> | ||
<td>Baseline</td> | ||
<td>Current</td> | ||
<td>Diff Map</td> | ||
</tr> | ||
|
||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE00</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE00.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE00.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE00_thumb.png"></a></td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE01</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE01.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE01.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE01_thumb.png"></a></td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE02</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE02.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE02.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE02_thumb.png"></a></td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE03</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE03.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE03.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE03_thumb.png"></a></td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE04</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE04.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE04.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE04_thumb.png"></a></td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE05</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE05.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE05.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE05_thumb.png"></a></td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE06</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE06.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE06.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE06_thumb.png"></a></td> | ||
</tr> | ||
<tr> | ||
<td bgcolor="#00ff00">ANALYZE07</td> | ||
<td align=center>0.00</td> | ||
<td align=center>0.00</td> | ||
<td colspan=3 align=center><a href="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE07.png" onclick='return popup("../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE07.png","image");'><img src="../../baselines/pascal_trunk_parallel/2023-11-04-22:00/b_ANALYZE07_thumb.png"></a></td> | ||
</tr> | ||
</table> | ||
<p>Final Return Code: 111</p> | ||
</body> | ||
</html> |
Oops, something went wrong.