|
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
6 | 6 |
|
7 | 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
8 | | - <title>Shamrock</title> |
| 8 | + <title>Timothée David--Cléris</title> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
10 | 10 | <meta name="description" content=""> |
11 | 11 | <link rel="canonical" href="https://perso.ens-lyon/timothee.davidcleris"> |
12 | 12 |
|
13 | 13 | <link rel="stylesheet" href="style.css"> |
| 14 | + <link rel="stylesheet" href="latexcss.css"> |
14 | 15 |
|
15 | 16 | </head> |
16 | 17 |
|
| 18 | +<body> |
17 | 19 |
|
18 | 20 | <body> |
| 21 | +<header class="site-header"> |
19 | 22 |
|
20 | | - <ul> |
21 | | - <li><a class="active" href="./index.html">Home</a></li> |
22 | | - <li><a href="./publications.html">Publications</a></li> |
23 | | - <li><a href="./project.html">Documentation</a></li> |
24 | | - </ul> |
| 23 | + <div class="wrapper"> |
25 | 24 |
|
26 | | -</body> |
| 25 | + <a class="site-title" href="/">Shamrock</a> |
| 26 | + |
| 27 | + <nav class="site-nav"> |
27 | 28 |
|
| 29 | + <div class="trigger"> |
| 30 | + <a class="page-link" href="./publications.html">Publications</a> |
| 31 | + <a class="page-link" href="./documentation.html">Documentation</a> |
| 32 | + |
| 33 | + </div> |
| 34 | + </nav> |
| 35 | + |
| 36 | + </div> |
| 37 | +</header> |
| 38 | +</body> |
28 | 39 |
|
29 | 40 |
|
30 | 41 | <div class="page-content"> |
|
44 | 55 | <h1 id="description">Description</h1> |
45 | 56 | <p>An general purpose code tu perform hydrodynamical simulations with various numerical methods. |
46 | 57 | This code is platform agnostic, meaning that it can run on a laptop up to a multi-GPU cluster</p> |
| 58 | + <p>The code works using MPI with <a href="https://www.khronos.org/sycl/">Sycl</a> </p> |
47 | 59 | <h2 id="status">Status</h2> |
48 | | - <p>This code will be public when ready for production use</p> |
| 60 | + <p>First paper comming soon, here is a small teaser</p> |
49 | 61 |
|
50 | 62 |
|
51 | | - <table> |
52 | | - <tr> |
53 | | - <th>MPI Layer</th> |
54 | | - <th>✅</th> |
55 | | - <th></th> |
56 | | - </tr> |
57 | | - <tr> |
58 | | - <th>GPU Layer</th> |
59 | | - <th>✅</th> |
60 | | - <th>(using <a href="https://www.khronos.org/sycl/">Sycl</a>)</th> |
61 | | - </tr> |
62 | | - <tr> |
63 | | - <th>SPH</th> |
64 | | - <th>✅</th> |
65 | | - <td>gas, artificial viscosity</td> |
66 | | - </tr> |
67 | | - <tr> |
68 | | - <th>Self-gravity</th> |
69 | | - <th>✅</th> |
70 | | - <td>using FMM </td> |
71 | | - </tr> |
72 | | - <tr> |
73 | | - <th>AMR</th> |
74 | | - <td>WIP</td> |
75 | | - <td>basic module working</td> |
76 | | - </tr> |
77 | | - </table> |
78 | | - |
79 | | - </p> |
80 | | - <hr> |
| 63 | + <div class="profile-picdiv"> |
| 64 | + A protoplanetary disc with a planet : |
| 65 | + <img class="picture-round" src="disc.png"> |
| 66 | + <div class="profile-picdiv"> |
| 67 | + |
| 68 | + </div> |
| 69 | + Lense-thiring precesion : |
| 70 | + <img class="picture-round" src="bardeen.png"> |
| 71 | + </div> |
| 72 | + |
| 73 | + |
| 74 | + |
81 | 75 | <footer> © <a href="https://tdavidcl.github.io/index.html">Timothée David--Cléris</a> 2020 -- 2023</footer> |
82 | 76 |
|
83 | 77 |
|
|
0 commit comments