-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (57 loc) · 2.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
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
<!DOCTYPE html>
<!--
This webpage is based on Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-27770796-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-27770796-1');
</script>
<meta charset="UTF-8">
<title>AMReX-Fluids: AMReX Based Fluid Codes</title>
<link rel="icon" href="web_icon.ico" type="image/x-icon">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body class="landing">
<!-- Banner -->
<section id="banner">
<h2>AMReX Based Fluid Codes</h2>
<ul class="actions">
<li>
<a href="https://amrex-fluids.github.io/amrex-hydro/docs_html/" class="button big">AMReX-Hydro -- helper routines for low Mach number flow modeling</a>
</li>
<br><br>
<li>
<a href="https://amrex-fluids.github.io/camr" class="button big">CAMR -- compressible flow modeling (with EB)</a>
</li>
<br><br>
<li>
<a href="https://amrex-fluids.github.io/IAMR" class="button big">IAMR -- incompressible flow modeling (with EB)</a>
</li>
<br><br>
<li>
<a href="https://amrex-fluids.github.io/incflo" class="button big">inclo -- incompressible flow modeling (with EB)</a>
</li>
</ul>
</section>
</body>
</html>