forked from pencil-code/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.php
77 lines (65 loc) · 2.41 KB
/
doc.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!-- $Id$ -->
<?php
include "inc/header.inc";
?>
<div class="centcolumnpad">
<h2>Documentation</h2>
The manual for the Pencil Code is available <a href="/doc/manual.pdf" target="_blank">in PDF</a> (2.3M) or
as <a href="/doc/manual.ps.gz">gzipped PostScript</a> (1.1M).
<p>
<b><u>Hint:</u></b> We also have a <a href="/doc/quick_start.pdf" target="_blank">Quick Start guide</a> for beginners.
</p>
</div>
<div class="centerdivider"></div>
<div class="centcolumnpad">
<h2>Supplements</h2>
<p>
Axel Brandenburg gave a general presentation on the Pencil code in Oslo (2003):
<i>The Pencil Code: multi-purpose and multi-user maintained.</i>
(<a href="http://www.nordita.org/~brandenb/talks/misc/pencil-code2003.htm">html</a>, <a href="http://www.nordita.org/~brandenb/talks/misc/pencil-code2003.ppt">PowerPoint</a>).
</p>
<p>
Wlad Lyra has written a <a href="/doc/hello_disk.pdf" target="_blank">tutorial</a> for setting up
global accretion disk simulations.
</p>
<p>
Boris Dintrans wrote a comprehensive introduction to Python and
<a href="http://userpages.irap.omp.eu/~bdintrans/docs/talks/talk_pcmeeting08_19aug08.pdf">postprocessing
with Python</a>.
</p>
<p>
Wolfgang Dobler wrote
<a href="/doc/git-getting-started.pdf">Git Getting Started</a> (Jun 10, 2016) and
<a href="/doc/git-best-practises.pdf">Git Best Practises</a> guide (Jun 10, 2016).
</p>
<p>
Matthias Rheinhardt presented a talk about the
<a href="/UserMeetings/2016/talks/YinYang_talk.pdf">Yin-Yang mesh</a> (10 Aug 2016)
</p>
</div>
<div class="centerdivider"></div>
<div class="centcolumnpad">
<h2>Tests and timings</h2>
For information how to do benchmark tests and timings, see the <a href="/timings.php">benchmark page</a>.
</div>
<div class="centerdivider"></div>
<div class="centcolumnpad">
<h2>Teaching</h2>
The code has been used
for teaching on a number of occasions. Some online material with
exercises is available through the
<a href="http://www.nordita.org/~brandenb/teach/PencilCode/">Numerical Experiments</a> page.
</div>
<div class="centerdivider"></div>
<div class="centcolumnpad">
<h2>FAQ</h2>
For code problems, please check this automatically generated <a href="/doc/faq.php">excerpt from the manual with FAQs</a>.
</div>
<div class="centerdivider"></div>
<div class="centcolumnpad">
<h2>Wiki</h2>
Some helpful information are available on our <a href="https://github.com/pencil-code/pencil-code/wiki">project wiki</a>.
</div>
<?php
include "inc/footer.inc";
?>