-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.06 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
<html>
<body>
<h1> My IPython Notebooks </h1>
<ul>
<li>
<a href="http://nbviewer.ipython.org/gist/dfroger/9032617">NBViewer</a>
<a href="https://gist.github.com/dfroger/9032617">GIST</a>
METIS data structures.
<li>
<a href="http://nbviewer.ipython.org/gist/dfroger/9320375">NBViewer</a>
<a href="https://gist.github.com/dfroger/9320375">GIST</a>
Partioning a triangle mesh using METIS.
<li>
<a href="http://nbviewer.ipython.org/gist/dfroger/9323314">NBViewer</a>
<a href="https://gist.github.com/dfroger/9323314">GIST</a>
Coloring a triangle mesh.
<li>
<a href="http://nbviewer.ipython.org/gist/dfroger/9389555">NBViewer</a>
<a href="https://gist.github.com/dfroger/9389555">GIST</a>
Compute PI with mpi4py.
<li>
<a href="http://nbviewer.ipython.org/gist/dfroger/9389671">NBViewer</a>
<a href="https://gist.github.com/dfroger/9389671">GIST</a>
Partioning a mesh using ParMETIS.
</ul>
</body>
<html>