-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·110 lines (103 loc) · 5.91 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
<!DOCTYPE HTML>
<!--
Horizons by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MUI Coupling Library</title>
<link rel="icon" href="images/mui_logo.png">
<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="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<!-- Logos -->
<a href="https://mxui.github.io" title="Home" class="image logo"><img src="images/mui_logo_web.png" alt="MxUI Coupling Framework"></a>
<div class="container">
<!-- Logo Text -->
<h1 id="logotext">MUI Coupling Library</h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="doxygen/html/index.html" target="_blank">Documentation</a></li>
<li><a href="examples.html">Coupling Examples</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<!-- Banner -->
<div id="banner">
<div class="container">
<section>
<header class="major">
<span class="byline">The MUI code coupling library is a joint effort between <a target=”_blank” href="https://www.brown.edu/">Brown University</a>,
<a target=”_blank” href="https://www.lbl.gov/">Lawrence Berkeley National Laboratory</a>, <a target=”_blank” href="https://stfc.ukri.org/">UK Research & Innovation Science & Technology Facilities Council</a> and <a target=”_blank” href="http://www.research.ibm.com/">IBM Research</a>. The main library is jointly licensed as <a target="_blank" href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> or <a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0">Apache v2.0</a>.
</span>
<br><br>
<span class="byline">Libraries and tutorial cases associated with MUI are provided through <a target="_blank" href="https://github.com/MxUI">GitHub</a></span>
<br>
<a class="github-button" href="https://github.com/MxUI" aria-label="Follow @MxUI on GitHub">Follow @MxUI</a>
<a class="github-button" href="https://github.com/MxUI/MUI" data-icon="octicon-star" aria-label="Star MxUI/MUI on GitHub">Star</a>
<a class="github-button" href="https://github.com/MxUI/MUI/fork" data-icon="octicon-repo-forked" aria-label="Fork MxUI/MUI on GitHub">Fork</a>
<a class="github-button" href="https://github.com/MxUI/MUI/archive/master.zip" data-icon="octicon-cloud-download" aria-label="Download MxUI/MUI on GitHub">Download</a>
</header>
</section>
</div>
</div>
</div>
</div>
<!-- Featured -->
<div class="wrapper style2" style="font-size: 1.2em;">
<section class="container">
<p>The Multiscale Universal Interface (MUI) provides a C++ header-only implementation that is based around the MPI
Multiple-Program Multiple-Data (MPMD) paradigm and quickly embeds into new and existing codes. It enables either tight or loose coupling of the
physics of a problem by creating an interface between the codes that data such as velocity, force or pressure is passed through. MUI is a high-level library
that enables message passing in complex multi-program scenarios using only a few lines of additional code and with no need to keep track of complex communication
world patterns. Wrappers are provided for Python, C and Fortran.
</p>
<p>It is especially useful in supercomputing environments, where it can minimise communications between ranks of two or more MPI-parallelised codes.
MUI also provides capability to interpolate data both in space and time, it provides a number of default interpolations and is also
designed to be easily extensible.
</p>
<p><b>Tang Y.-H., Kudo, S., Bian, X., Li, Z., & Karniadakis, G. E. <i>Multiscale Universal Interface: A Concurrent Framework for Coupling Heterogeneous Solvers</i>,
Journal of Computational Physics, 2015, 297.15, 13-31.</b>
</p>
<section class="image feature">
<img src="images/MUI_overview.png" alt="">
</container>
</section>
</div>
<!-- Footer -->
<div id="footer">
<div class="container" style="text-align:center;">
<a class="github-button" href="https://github.com/MxUI" data-size="large" aria-label="Follow @MxUI on GitHub">Follow @MxUI</a>
<a class="github-button" href="https://github.com/MxUI/MUI" data-size="large" data-icon="octicon-star" aria-label="Star MxUI/MUI on GitHub">Star</a>
<a class="github-button" href="https://github.com/MxUI/MUI/fork" data-size="large" data-icon="octicon-repo-forked" aria-label="Fork MxUI/MUI on GitHub">Fork</a>
<a class="github-button" href="https://github.com/MxUI/MUI/archive/master.zip" data-size="large" data-icon="octicon-cloud-download" aria-label="Download MxUI/MUI on GitHub">Download</a>
<!-- Copyright -->
<div class="copyright">
© Copyright the MxUI consortium
</div>
</div>
</div>
</body>
</html>