-
Notifications
You must be signed in to change notification settings - Fork 1
/
codes.html
74 lines (72 loc) · 4.23 KB
/
codes.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>OP DSL - Projects</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>
<a href="https://op-dsl.github.io/">
<img src="https://op-dsl.github.io/images/op-dsl_logo_small.png" width="300px">
</a>
</h1>
</h1>
<hr/>
<h1><a href="index.html">< Home</a></h1>
<hr />
<h1><a href="codes.html">Users & Codes</a></h1>
<hr />
<h1><a href="projects.html">Projects</a></h1>
<hr />
<h1><a href="papers.html">Papers</a></h1>
<hr />
<h1><a href="about.html">About</a></h1>
<hr />
<p class="view"><a href="https://github.com/OP-DSL">View My GitHub Profile</a></p>
</header>
<section>
<h1>OP DSL - Codes</h1><hr />
<p>This page lists a number of applications that are build using the OPS and OP2 DSLs.</p>
<h3>OP2</h3>
<ul>
<li>Rolls-Royce Hydra - turbomachinery design code, written in Fortran</li>
<li><a href="https://github.com/reguly/volna">VOLNA</a> - non-linear shallow water equations solver, written in C.</li>
<li>BookLeaf - 2D Arbitrary Lagrangian-Eulerian FEM code, written in Fortran. Part of <a href="http://uk-mac.github.io/">UK-MAC</a>.</li>
<li><a href="http://www.basement.ethz.ch">BASEMENT</a> - river morphology simulator, being developed at ETH Zürich, written in C and Python.</li>
<li><a href="https://github.com/warwick-hpsc/MG-CFD-app-OP2">MG-CFD</a> - 3D unstructured multigrid, finite-volume computational fluid dynamics (CFD) mini-app for inviscid-flow.</li>
</ul>
<h3>OPS</h3>
<ul>
<li> <a href="https://opensbli.github.io/">OpenSBLI</a> - A framework for the automated derivation of finite difference solvers from high-level problem descriptions.</li>
<li> <a href="http://uk-mac.github.io/">UK-MAC</a> Mini-Apps : <a href="http://uk-mac.github.io/CloverLeaf/">CloverLeaf 2D</a> (2D Structured mesh hydrodynamics), <a href="http://uk-mac.github.io/CloverLeaf3D/">CloverLeaf 3D</a> (3D Structured mesh hydrodynamics) and <a href="http://uk-mac.github.io/TeaLeaf/">TeaLeaf 2D</a> (2D Structured mesh sparse linear solvers).</li>
<li> <a href="https://github.com/inmeso/mplb">Multi-platform lattice Boltzmann code (MPLB) </a> developed as part of the <a href="https://gow.epsrc.ukri.org/NGBOViewGrant.aspx?GrantRef=EP/P022243/1">HiLeMMS</a> project at STFC.</li>
</ul>
<!-- <p>If you would like to contribute a new mini-app, or a language port of an exisiting one, then we would like to hear from you. Please contact us via the <a href="https://github.com/op-dsl">Github page</a> or <a class="meta-link" href="mailto:pcav-github@dcs.warwick.ac.uk" itemprop="email">pcav-github@dcs.warwick.ac.uk</a>.</p>
-->
<hr />
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
<!-- <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-36190086-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
-->
</body>
</html>