Skip to content

Commit ef2e159

Browse files
committed
add (mostly empty) LULESH page
1 parent d66c955 commit ef2e159

6 files changed

Lines changed: 17 additions & 2 deletions

File tree

examples/lulesh.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
</div>
6060
<div class="container">
6161
<h1 id="lulesh">LULESH</h1>
62+
<p>This example implements the Livermore Unstructured Lagrangian Explicit Shock Hydrodynamics (<a href="https://codesign.llnl.gov/lulesh.php">LULESH</a>) application. This shock hydrodynamics problem was originally defined and implemented by Lawrence Livermore National Laboratory as one of the five challenge problem in the <a href="http://www.darpa.mil/Our_Work/MTO/Programs/Ubiquitous_High_Performance_Computing_%28UHPC%29.aspx">DARPA UHPC program</a> and has become a widely studied proxy application.</p>
63+
<p>LULESH represents a typical hydrodynamics code such as <a href="https://wci.llnl.gov/simulation/computer-codes/ale3d">ALE3D</a>, but is a highly simplified application, hard-coded to solve the Sedov blast problem on an unstructured hexahedron mesh.</p>
64+
<p><img class="img-responsive center-block" src="/media/lulesh/ale3d.gif" alt="What LULESH models"></p>
6265
</div>
6366
</div>
6467
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ <h2 class="featurette-heading">
121121
</div>
122122
<div class="col-md-5 col-md-pull-7">
123123
<div class="embed-responsive embed-responsive-1by1">
124-
<video controls class="embed-responsive-item" poster="/media/lulesh.jpg">
125-
<source src="/media/lulesh.mp4" type="video/mp4">
124+
<video controls class="embed-responsive-item" poster="/media/lulesh/lulesh.jpg">
125+
<source src="/media/lulesh/lulesh.mp4" type="video/mp4">
126126
</video>
127127
</div>
128128
<p class="text-center text-muted">

md/examples/lulesh.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ nav-examples: True
55

66
# LULESH
77

8+
This example implements the Livermore Unstructured Lagrangian Explicit Shock
9+
Hydrodynamics ([LULESH](https://codesign.llnl.gov/lulesh.php)) application. This
10+
shock hydrodynamics problem was originally defined and implemented by Lawrence
11+
Livermore National Laboratory as one of the five challenge problem in the [DARPA
12+
UHPC program](http://www.darpa.mil/Our_Work/MTO/Programs/Ubiquitous_High_Performance_Computing_%28UHPC%29.aspx) and has become a widely studied proxy application.
13+
14+
LULESH represents a typical hydrodynamics code such as [ALE3D](https://wci.llnl.gov/simulation/computer-codes/ale3d), but is a highly
15+
simplified application, hard-coded to solve the Sedov blast problem on an
16+
unstructured hexahedron mesh.
17+
18+
<img class="img-responsive center-block" src="/media/lulesh/ale3d.gif" alt="What LULESH models">
19+

media/lulesh/ale3d.gif

59.7 KB
Loading

0 commit comments

Comments
 (0)