<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-family: Calibri, sans-serif; ">
<div>
<div>
<div>Yes..</div>
<div>Like the example in Dan McCracken's FORTRAN textbook.  A 2D plate with a square hole in the middle and different boundary conditions on the edges.</div>
<div><span class="Apple-style-span" style="font-size: 15px; "><br>
</span></div>
<div>Simple algorithm, so the person doesn't get wound up in the details of the FEM calculation. Lots of potential ways to partition the problem (different geometric chunks, for instance). But easy to make computationally big.</div>
</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div style="font-size: 14px; "><br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="font-size: 14px; ">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>John Hearns <<a href="mailto:hearnsj@googlemail.com">hearnsj@googlemail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, August 22, 2013 1:05 AM<br>
<span style="font-weight:bold">To: </span>Jim Lux <<a href="mailto:james.p.lux@jpl.nasa.gov">james.p.lux@jpl.nasa.gov</a>>, "<a href="mailto:beowulf@beowulf.org">beowulf@beowulf.org</a>" <<a href="mailto:beowulf@beowulf.org">beowulf@beowulf.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Beowulf] Good demo applications for small, slow cluster<br>
</div>
<div><br>
</div>
<div>
<div>
<p>Jim - how about heat transport?<br>
Simple model of a cold flat plate heated to a constant N degrees at one point or edge.<br>
You split into square cells and solve heat transport equation in each cell.<br>
Temperature plot vs time makes nice movie.<br>
You add more MPI processes and the model runs faster or you can have more cells per fixed solve time.</p>
</div>
</div>
</span>
</body>
</html>