-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (70 loc) · 3.52 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
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Timothée David--Cléris</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="canonical" href="https://perso.ens-lyon/timothee.davidcleris">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="latexcss.css">
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">
<img class="site-title-pic" src="no_background_nocolor.png">
</a>
<nav class="site-nav">
<div class="trigger">
<a class="page-link" href="./publications.html">Publications</a>
<a class="page-link" href="./documentation.html">Documentation</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrap">
<div class="post">
<p></p>
<img class="centered" src="no_background_nocolor.png" width="550"><!-- width="85%"> -->
<p>An astrophysical code for AMR & SPH on GPU clusters</p>
<hr>
<h1 id="description">Description</h1>
<p>An general purpose code tu perform hydrodynamical simulations with various numerical methods.
This code is platform agnostic, meaning that it can run on a laptop up to a multi-GPU cluster</p>
<p>The code works using MPI with <a href="https://www.khronos.org/sycl/">SYCL</a> </p>
<hr>
<h1 id="description">Download the code</h1>
<p> On Github : <a href="https://github.com/Shamrock-code/Shamrock">Link</a></p>
<hr>
<h1 id="description">Documentation</h1>
<p> Shamrock documentation : <a href="https://shamrock-code.github.io/Shamrock/mkdocs/index.html">Link</a></p>
<p> C++ API documentation : <a href="https://shamrock-code.github.io/Shamrock/doxygen/index.html">Link</a></p>
<p> Python module documentation : <a href="https://shamrock-code.github.io/Shamrock/sphinx/index.html">Link</a></p>
<hr>
<h2 id="status">Status</h2>
<p>First paper accepted in MNRAS (see <a href="./publications.html">Publications</a>)</p>
<hr>
<h2 id="status">Exemple of simulations</h2>
<div style="width: 80%; margin: 0px auto;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/hXw8xORKCLc?si=7MVpK9LSfAJbsYK2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div>
A protoplanetary disc with a planet :
<div style="width: 70%; margin: 0px auto;">
<img class="picture-round" src="disc.png">
</div>
</div>
<div>
Lense-thiring precesion :
<div style="width: 70%; margin: 0px auto;">
<img class="picture-round" src="bardeen.png">
</div>
</div>
<footer> © <a href="https://tdavidcl.github.io/index.html">Timothée David--Cléris</a> 2020 -- 2023</footer>
</div>
</div>
</div>
</html>