-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
115 lines (96 loc) · 3.75 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
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>*Fast*: a compressible flow solver python package</title>
<link href="Fast.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="Images/FastIcon.png"> </link>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/searchtools.js"></script>
<script type="text/javascript" src="JavaScript/all.js" defer> </script>
</head>
<body>
<!-- Fast banner -->
<header class="headerIndex">
<img src="Images/FastTitre.png" id="FastTitre">
</header>
<!-- informations -->
<table>
<tr>
<td>
<img src="Images/icon5_new.png" class="icon">
<TEXTcenter>
<strong>Purpose:</strong> a suite of HPC CFD solvers available in a flexible Python architecture <a href="More.html">[more]</a>.<br>
</TEXTcenter>
<img src="Images/icon4_new.png" class="icon">
<TEXTcenter>
<strong>Authors: </strong>ONERA <a href="Authors.html">[more]</a>.<br>
</TEXTcenter>
<img src="Images/icon1_2_new.png" class="icon">
<TEXTcenter>
<strong>Current release:</strong> <strong>4.0</strong> (07/2024) <a href="ReleaseNotes.html">[Release notes]</a>.<br>
</TEXTcenter>
<!-- <img src="Images/icon6_new.png" class="icon"> -->
<!-- <TEXTcenter> -->
<!-- <strong>License:</strong> <a href="https://github.com/onera/Fast/blob/main/LICENCE">Gnu Lesser General Public License v3</a>.<br> -->
<!-- </TEXTcenter> -->
<img src="Images/icon3_new.png" class="icon"></a>
<TEXTcenter>
<strong>Questions or bug report: </strong> <a href="https://github.com/onera/Fast/tree/main">GitHub repository</a>.<br>
</TEXTcenter>
<!-- <img src="Images/icon0_new.png" class="icon"></a>
<TEXTcenter>
<strong>Miss the old theme?</strong> <button onclick="switchTheme()" id="fancyButton">Add some yellow</button><br>
</TEXTcenter> -->
</td>
</tr>
</table>
<!-- documentation search bar -->
<table class="darkBar">
<tr>
<td>
<strong>Reference documentation 4.0: </strong>
<form class="search" action="doc/search.html" method="get">
<!-- <input type="search" name="q" placeholder="Search documentation..."/> -->
<input type="search" name="q" placeholder="Search documentation..."/>
<input type="submit" value="Search" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<script type="text/javascript">$('#searchbox').show(0);</script>
</td>
</tr>
</table>
<!-- documentation -->
<table class="doc">
<tr>
<td>
<ul>
<li><a href="doc/Fast.html"><strong>Fast:</strong> General services for Fast solvers</a>
<li><a href="index.html"><strong>FastC:</strong> Common tools for Fast solvers</a>
<li><a href="doc/FastS.html"><strong>FastS:</strong> Navier-Stokes structured grid solver</a>
<li><a href="index.html"><strong>FastLBM:</strong> Lattice Boltzmann structured grid solver</a>
<li><a href="index.html"><strong>FastIBM:</strong> NS or LBM structured grid solvers optimized for Cartesian grids in an immersed boundary context</a>
</ul>
</td>
</tr>
</table>
<!-- Other links -->
<table class="darkBar">
<tr>
<td>
<strong>More:</strong>
<a href="https://github.com/onera/Fast/issues" >Get support</a> -
<a href="index.html" >Gallery</a> -
<a href="index.html" >Tutorials</a> -
<a href="https://github.com/onera/Fast/tags" >Download</a> -
<a href="Citations.html" >Citations</a>
<br>
</td>
</tr>
</table>
<footer>
<a href="http://www.onera.fr"><img src="Images/logo-onera3.png"></a>
</footer>
</body>
</html>