Metadata-Version: 2.1
Name: nutils
Version: 6.0
Summary: Numerical Utilities for Finite Element Analysis
Home-page: http://nutils.org
Author: Evalf
Author-email: info@nutils.org
License: MIT
Download-URL: https://github.com/nutils/nutils/releases
Platform: UNKNOWN
Requires-Python: >=3.5
Requires-Dist: numpy (>=1.12)
Requires-Dist: treelog (>=1.0b5)
Requires-Dist: stringly
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.6) ; extra == 'docs'
Requires-Dist: scipy (>=0.13) ; extra == 'docs'
Requires-Dist: matplotlib (>=1.3) ; extra == 'docs'
Provides-Extra: export_mpl
Requires-Dist: matplotlib (>=1.3) ; extra == 'export_mpl'
Requires-Dist: pillow (>2.6) ; extra == 'export_mpl'
Provides-Extra: import_gmsh
Requires-Dist: meshio ; extra == 'import_gmsh'
Provides-Extra: matrix_mkl
Requires-Dist: mkl ; extra == 'matrix_mkl'
Provides-Extra: matrix_scipy
Requires-Dist: scipy (>=0.13) ; extra == 'matrix_scipy'


Nutils is a Free and Open Source Python programming library for Finite Element
Method computations, developed by `Evalf Computing <http://evalf.com>`_ and
distributed under the permissive MIT license. Key features are a readable, math
centric syntax, an object oriented design, strict separation of topology and
geometry, and high level function manipulations with support for automatic
differentiation.

Nutils provides the tools required to construct a typical simulation workflow
in just a few lines of Python code, while at the same time leaving full
flexibility to build novel workflows or interact with third party tools. With
native support for Isogeometric Analysis (IGA), the Finite Cell method (FCM),
multi-physics, mixed methods, and hierarchical refinement, Nutils is at the
forefront of numerical discretization science. Efficient under-the-hood
vectorization and built-in parallellisation provide for an effortless
transition from academic research projects to full scale, real world
applications.


