forked from nutils/nutils.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (26 loc) · 1.34 KB
/
about.html
File metadata and controls
30 lines (26 loc) · 1.34 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
---
layout: default
title: About
---
<p>The Nutils project is a collaborative programming effort aimed
at the creation of a modern, general purpose Python programming library for
finite element applications. The nutils are under active development, and are
presently in use for academic research by Phd and MSc students.</p>
<p>Identifying features are a heavily object oriented
design, strict separation of topology and geometry, and CAS-like function
arithmetic such as found in maple and mathematica. Primary design goals are:</p>
<ul>
<li><b>Readability</b>. Finite element scripts built on top of nutils should
focus on work flow and maths, unobscured by finite element infrastructure.</li>
<li><b>Flexibility</b>. The nutils are tools; they do not enforce a strict
work flow. Missing components can be added locally without loosing
interoperability.</li>
<li><b>Compatibility</b>. Exposed objects are of native python type or allow
for easy conversion to leverage third party tools.</li>
<li><b>Speed</b>. Nutils are self-optimizing and support parallel
computation. Typical scripting inefficiencies are discouraged by design.</li>
</ul>
<p>For more information about the project contact <a
href="mailto:info@nutils.org">info@nutils.org</a>, or dive right in with the
example scripts in our <a href="https://github.com/nutils/nutils">github</a>
repository.</p>