-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·177 lines (159 loc) · 6.26 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Elemental: distributed-memory dense and sparse-direct linear algebra and optimization — Elemental</title>
<link rel="stylesheet" href="_static/elemental.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="About Elemental" href="about/index.html" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
<![endif]-->
<script>
videojs.options.flash.swf = "/videos/video-js.swf";
</script>
<link rel="stylesheet" href="_static/featured.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="_static/slides.min.jquery.js"></script>
<script>
$(function(){
$('#products').slides({
preload: true,
preloadImage: 'img/loading.gif',
effect: 'slide, fade',
crossfade: true,
slideSpeed: 350,
fadeSpeed: 500,
generateNextPrev: false,
generatePagination: false,
play: 5000,
hoverPause: false,
animationStart: function(current){
$('.caption').animate({
bottom:-35
},100);
if (window.console && console.log) {
// example return of current slide number
console.log('animationStart on slide: ', current);
};
},
animationComplete: function(current){
$('.caption').animate({
bottom:0
},200);
if (window.console && console.log) {
// example return of current slide number
console.log('animationComplete on slide: ', current);
};
},
slidesLoaded: function() {
$('.caption').animate({
bottom:0
},200);
}
});
});
</script>
<link rel="shortcut icon" href="_static/elemental.ico" />
</head><body>
<div class="wrapper">
<a href="/"><img src="_static/elemental.png" height="125px" alt="Elemental Banner" /></a>
<div id="access">
<div class="menu">
<ul>
<li class="page_item"><a href="/about/" title="Find out more about Elemental">About</a></li>
<li class="page_item"><a href="/download/" title="Obtain Elemental">Download</a></li>
<li class="page_item"><a href="/documentation/" title="Learn how to use Elemental">Documentation</a></li>
<li class="page_item"><a href="/citing/" title="Learn how to cite Elemental">Citing</a></li>
<li class="page_item"><a href="/contributing/" title="Learn how to contribute to Elemental">Contributing</a></li>
<li class="page_item"><a href="/support/" title="Who has helped support the development of Elemental">Support</a></li>
<li class="page_item"><a href="/help/" title="Where to go for help">Help</a></li>
</ul>
</div><!-- .menu -->
</div><!-- #access -->
</div><!-- #wrapper -->
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div id="leader">
<div id="feature-info">
<h1>Elemental</h1>
<p>
<a href="https://github.com/elemental/Elemental">Elemental</a> is
<a href="http://opensource.org/licenses/BSD-2-Clause">open-source</a>,
<a href="https://github.com/elemental/Elemental/commits/master">openly-developed</a>,
software for distributed-memory dense and sparse-direct linear algebra and
optimization which <a href="/about/">supports a wide range of functionality
not available elsewhere</a>.
</p>
<a href="https://travis-ci.org/elemental/Elemental"><img src="https://api.travis-ci.org/elemental/Elemental.svg?branch=master" alt="Build Status"></a>
<a href="https://gitter.im/elemental/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/elemental/chat"></a>
</div>
<div class="clear-block"></div>
</div>
<div id="leader">
<h2><a href="/download/">Elemental releases</a></h2>
<p>
The current recommended release of Elemental is
<a href="https://github.com/elemental/Elemental/releases/tag/v0.87.7">
version 0.87.7</a>. The documentation will soon be updated to reflect the
large amount of functionality added in this release.
</p>
<div class="clear-block"></div>
</div>
<div class="toctree-wrapper compound">
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="wrapper">
<div class="footer">
<div class="footer-nav">
<div class="span-6">
<h4>Usage documentation</h4>
<ul>
<li><a href="/documentation/">Documentation</a></li>
<li><a href="/download/">Download</a></li>
</ul>
</div>
<div class="span-6">
<h4>Developer resources</h4>
<ul>
<!--<li><a href="/buildbot/">Buildbot</a></li>--!>
<!--<li><a href="/benchbot/">Benchbot</a></li>--!>
<li><a href="https://github.com/elemental/Elemental/">Elemental on GitHub</a></li>
<li><a href="/compilers/">Supported compilers/toolchains</a></li>
<li><a href="/pub/">File archive</a></li>
</ul>
</div>
<!--<div class="span-6 last">
<h4>Search this site</h4>
<div id="searchbox">
<form class="search" action="/search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>--!>
</div>
<br/>
© Copyright 2013-2016, <a href="http://github.com/poulson">Jack Poulson</a>.<br/>
<a href="http://github.com/elemental/elemental-web.git">Modification</a> of
<a href="http://fenicsproject.org">fenicsproject.org</a>
[© Copyright 2013, The FEniCS Project].
</div>
</div>
</body>
</html>