-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
94 lines (78 loc) · 2.76 KB
/
index.html
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<head>
<title>deal.II and ASPECT virtualbox machine image</title>
<style>
tr:nth-of-type(even) {
background-color:#eeeeee;
}
</style>
</head>
<body>
<h1>The deal.II/ASPECT virtual machine image</h1>
<p>
This is the website for the VirtualBox virtual machine image to
run <a href="https://dealii.org">deal.II</a> on any windows/mac/linux
machines, without having to install deal.II or its dependencies manually.
<br>
We often use this virtual machine image to run tutorials across
the world. Please see the <a href="info.html">Info Page</a> for more information
including the software that is included.
<br>
Source code is available on github: <a href="https://github.com/tjhei/dealii-vm"> https://github.com/tjhei/dealii-vm</a> including a <a href=https://github.com/tjhei/dealii-vm/blob/master/changes.md">changelog</a>.
</p>
<img src="dealvm.png" width="50%"></img>
<br>
<br>
<table border="1px solid" cellspacing="0" cellpadding="6" rules="groups">
<colgroup>
<col class="org-right" />
<col class="org-right" />
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-right">version</th>
<th scope="col" class="org-right">deal.II version</th>
<th scope="col" class="org-left">released</th>
<th scope="col" class="org-left">download</th>
<th scope="col" class="org-left">info</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-right">1.22</td>
<td class="org-right">9.4.0</td>
<td class="org-left">09/28/2022</td>
<td class="org-left">mirror1: <a href="https://f.tjhei.info/files/ovas/dealvm-1.22.ova">dealvm_1.22.ova</a> <br>
mirror2: <a href="https://dealii.43-1.org/downloads/virtualbox-images/dealvm_1.22.ova">dealvm_1.22.ova</a> <br>
mirror3: <a href="https://drive.google.com/file/d/1v4oJDlbcy2MgM1Lu7OXG0hnJFw3ZzRLT/view?usp=sharing">dealvm_1.22.ova</td>
<td class="org-left">
size: 6.2GB <br>
md5: d287144736ef37f453933b2c24399665 <br>
sha1: fa1e215a42dc145b4da14cee71e7af30f8a7e6ea <br>
</td>
</tr>
<tr>
<td class="org-right">1.21</td>
<td class="org-right">9.3.3</td>
<td class="org-left">06/14/2021</td>
<td class="org-left">mirror1: <a href="https://f.tjhei.info/files/ovas/dealvm-1.21.ova">dealvm_1.21.ova</a> <br>
mirror2: <a href="https://dealii.43-1.org/downloads/virtualbox-images/dealvm_1.21.ova">dealvm_1.21.ova</a> <br>
mirror3: <a href="https://drive.google.com/file/d/129KYyNyX3FKntYXXKTyh6JhcskONwZhv/view?usp=sharing">dealvm_1.21.ova</td>
<td class="org-left">
size: 5.0GB <br>
md5: 2655ccd6436f0fbc145449befce5bd6c <br>
sha1: d52df40eb7d9fe9e839562c7d43e580535d0811f <br>
</td>
</tr>
</tbody>
</table>
<p>
<a href="info.html">Info Page</a>
</p>
<br/>
<a href="old.html">older versions</a>
<hr>
Contact: <a href="http://www.math.clemson.edu/~heister/">Timo Heister</a>
</body>