-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 1.03 KB
/
index.html
File metadata and controls
33 lines (31 loc) · 1.03 KB
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
---
layout: default
title: Home
---
<div class="widecenter">
<h1> Transform your mathematical formulation into a Python Finite Element simulation. </h1>
</div>
<div id="helmholtz">
<table class="center">
<tr>
<td>
<h2> Readability </h2>
<p>A Nutils script focuses on work flow and maths, unobscured by finite element infrastructure.</p>
</td>
<td>
<h2> Versatility </h2>
<p>The Nutils library provides tools; they do not enforce a strict work flow. Missing components can be added locally without losing interoperability.</p>
</td>
</tr>
<tr>
<td>
<h2> Compatibility </h2>
<p>Exposed objects are of native Python type or allow for easy conversion to leverage third party tools such as Numpy, Scipy and Matplotlib.</p>
</td>
<td>
<h2> Performance </h2>
<p>A Nutils code is self-optimizing and supports parallel computation. Typical scripting inefficiencies are discouraged by design.</p>
</td>
</tr>
</table>
</div>