-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
157 lines (149 loc) · 6.03 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!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-Codes: Block-Structured AMR Software Framework and Applications</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">
<!-- Header -->
<header id="header">
<nav id="nav">
<ul>
<li><a href="https://amrex-codes.github.io/amrex/overview.html">Overview</a></li>
<li><a href="https://amrex-codes.github.io/amrex/science.html">Science</a></li>
<li><a href="https://amrex-codes.github.io/amrex/gallery.html">Gallery</a></li>
<li><a href="https://amrex-codes.github.io/amrex/help.html" class="button special">Get Help</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>AMReX-Codes</h2>
<p>Block-Structured AMR Software Framework and Applications</p>
<ul class="actions">
<li>
<a href="https://amrex-codes.github.io/amrex" class="button big">AMReX</a>
</li>
</ul>
<br> <br>
<p>AMReX-based codes and modules
<ul class="actions">
<li>
<a href="https://github.com/AMReX-Codes/pyamrex" class="button medium">pyAMReX -- GPU-enabled, zero-copy AMReX Python bindings including AI/ML </a>
</li>
</ul>
<br>
<ul class="actions">
<ul class="actions">
<li>
<a href="https://amrex-astro.github.io/Castro" class="button medbig">Castro -- compressible astrophysics </a>
</li>
<li>
<a href="https://amrex-astro.github.io/MAESTROeX" class="button medbig">MAESTROeX -- low Mach number astrophysics </a>
</li>
<li>
<a href="https://amrex-astro.github.io/Nyx" class="button medbig">Nyx - computational cosmology</a>
</li>
</ul>
<br>
<ul class="actions">
<li>
<a href="https://github.com/AMReX-FHD"class="button medbig">AMReX-FHD -- fluctuating hydrodynamics</a>
</li>
<li>
<a href="https://amrex-combustion.github.io/PeleLM" class="button medbig">PeleLM -- low Mach number combustion</a>
</li>
<li>
<a href="https://github.com/AMReX-Combustion/PeleC" class="button medbig">PeleC -- compressible combustion</a>
</li>
</ul>
<br>
<ul class="actions">
<li>
<a href="https://github.com/AMReX-Microelectronics/artemis" class="button medbig">ARTEMIS</a>
</li>
<li>
<a href="https://github.com/AMReX-Microelectronics/FerroX" class="button medbig">FerroX</a>
</li>
<li>
<a href="https://github.com/AMReX-Codes/ExaEpi" class="button medbig">ExaEpi -- agent-based epidemiological modeling</a>
</li>
</ul>
<br>
<ul class="actions">
<li>
<a href="https://github.com/AMReX-Fluids/AMReX-Hydro" class="button medium">AMReX-Hydro -- helper routines for low Mach number flow modeling</a>
</li>
<li>
<a href="https://mfix.netl.doe.gov/doc/mfix-exa/guide/latest/" class="button medium">MFIX-Exa</a>
</li>
</ul>
<br>
<ul class="actions">
<li>
<a href="https://amrex-fluids.github.io/IAMR" class="button medium">IAMR -- incompressible flow (with EB)</a>
</li>
<li>
<a href="https://amrex-fluids.github.io/incflo" class="button medium">incflo -- incompressible flow (with EB)</a>
</li>
<li>
<a href="https://amrex-fluids.github.io/CAMR" class="button medium">CAMR -- compressible flow modeling (with EB)</a>
</li>
</ul>
<br>
<ul class="actions">
<li>
<a href="https://github.com/ECP-WarpX/WarpX" class="button medium">WarpX -- an advanced, time-based electromagnetic & electrostatic Particle-In-Cell code.</a>
</li>
<li>
<a href="https://github.com/ECP-WarpX/impactx" class="button medium">ImpactX -- an s-based beam dynamics code including space charge effects </a>
</li>
</ul>
<br>
<ul class="actions">
<li>
<a href="https://github.com/Hi-PACE/hipace" class="button medium">HiPACE++ -- Highly efficient Plasma Accelerator Emulation, quasistatic particle-in-cell code </a>
</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<ul class="copyright">
<li>Copyright © LF Charities. All rights reserved.
LF Charities' <a href="https://lf-charities.org/policies">terms & policies are available here</a>. LF Charities registers and uses trademarks.
Please see our <a href="https://lf-charities.org/trademark-policy/">Trademark Usage</a> page.</li>
</ul>
</div>
</div>
</footer>
</body>
</html>