forked from pencil-code/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
47 lines (43 loc) · 1.77 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!-- $Id$ -->
<?php
$right_column = "home_right";
include "inc/header.inc";
?>
<div class="centcolumnpad">
<p>The <strong>Pencil Code</strong> is a high-order finite-difference code
for compressible hydrodynamic flows with magnetic fields. It is
highly modular and can easily be adapted to different types of
problems. The code runs efficiently under MPI on massively parallel
shared- or distributed-memory computers.</p>
<p>The Pencil Code or equivalent codes have been used for many
different applications in a (more or less) astrophysical context.
Examples are</p>
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="Some images for illustration" STYLE="padding-top:10px;">
<tr align="center">
<td><img src="/pics/alpha.png" width="126" height="159" alt="[Alpha-effect in box]"></td>
<td>
<!-- Please remove "comment sign" when the movie gets on the web
<a href="http://pencil-code.nordita.org/movies/outflow/movie_1c.mpg">
-->
<img src="/pics/outflc2.png" width="151" height="157" alt="[Outflow from accretion disc]">
<!-- Please remove "comment sign" when the movie gets on the web
</a>
-->
</td>
<td><img src="/pics/Perm.png" width="123" height="157" alt="[Perm dynamo experiment]"></td>
</tr>
<tr align="center">
<!-- IL: I think this three examples should link to three samples where are going to document -->
<td><em class="larger">Turbulence<br>simulations</em></td>
<td><em class="larger">Outflows from<br>accretion discs</em></td>
<td><em class="larger">Dynamo<br>experiments</em></td>
</tr>
</table>
</div>
<div class="centerdivider"></div>
<div class="centcolumnpad">
Available as open source: <a href="https://github.com/pencil-code/" target="_top">https://github.com/pencil-code</a>.
</div>
<?php
include "inc/footer.inc";
?>