Skip to main content

Numerical Utilities for Finite Element Analysis

Project description

Nutils

Test Status Documentation Status License DOI

Nutils is a Free and Open Source Python programming library for Finite Element Method computations, developed by Evalf 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 forms an excellent platform for numerical 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.

Installation

Nutils is platform independent and is known to work on Linux, Windows and macOS.

A working installation of Python 3.5 or higher is required. Many different installers exist and there are no known issues with any of them. When in doubt about which to use, a safe option is to go with the official installer.

With Python installed, the recommended way to install the latest stable version of Nutils is through pip (included in the standard installer):

python3 -m pip install nutils

By default and without explicitly specifying the source of the given packages, pip installs packages from the Python Package Index. To install the latest development version of Nutils, pass a zip of branch main of the official repository to pip:

python3 -m pip install https://github.com/evalf/nutils/archive/main.zip

To view which version of Nutils is currently installed, run:

python3 -m pip show nutils

Nutils can be installed on a Windows machine using the WSL environment. If you want to assemble matrices in parallel using nutils on a Windows machine, then WSL is the way to go. Instructions to setup WSL are available here. After setting up WSL, nutils can be installed using the above instructions.

First steps

To confirm Nutils and its dependencies are installed correctly, try to run the Laplace example or any of the other examples included in this repostitory. Make sure to use the same version of an example as the version of Nutils that is currently installed.

When running an example from a terminal or editor with Python console, log messages should appear in the terminal or console. Simulateneously, a html file log.html and any produced figures are written to public_html/<script_name>/yyyy/mm/dd/hh-mm-ss in the home directory. In case a webserver is running and configured for user directories this automatically makes simulations remotely accessible. For convenience, public_html/log.html always redirects to the most recent simulation.

Docker

Docker container images with the latest and recent stable versions of Nutils preinstalled are available from ghcr.io/evalf/nutils. The container images includes all examples in this repository. To run an example, add the name of the example and any additional arguments to the command line. For example, you can run example laplace using the latest version of Nutils with

docker run --rm -it ghcr.io/evalf/nutils:latest laplace

HTML log files are generated in the /log directory of the container. If you want to store the log files in /path/to/log on the host, add -v /path/to/log:/log to the command line before the name of the image. Extending the previous example:

docker run --rm -it -v /path/to/log:/log ghcr.io/evalf/nutils:latest laplace

To run a Python script in this container, bind mount the directory containing the script, including all files necessary to run the script, to /app in the container and add the relative path to the script and any arguments to the command line. For example, you can run /path/to/script/example.py with Docker using

docker run --rm -it -v /path/to/script:/app:ro ghcr.io/evalf/nutils:latest example.py

Next steps and support

For the numerical background of all examples as well as line by line documentation see the overview of examples. Documentation of individual functions can be found in the API reference.

Most simulations will have components in common with the example scripts, so a mix-and-match approach is a good way to start building your own script. For questions that are not answered by the API reference there is the nutils-users support channel at #nutils-users:matrix.org. Note that you will need to create an account at any Matrix server in order to join this channel.

If you are using Nutils in academic research, please consider citing Nutils.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nutils-9.2.tar.gz (834.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nutils-9.2-py3-none-any.whl (314.1 kB view details)

Uploaded Python 3

File details

Details for the file nutils-9.2.tar.gz.

File metadata

  • Download URL: nutils-9.2.tar.gz
  • Upload date:
  • Size: 834.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nutils-9.2.tar.gz
Algorithm Hash digest
SHA256 1ba34bb3a1d1900dce74a658d386ded8a76b37018f08d26b40b53b434bcf94f7
MD5 3853c52e5b216b43c063ac1cd7dee398
BLAKE2b-256 63000b0034b15cc0b5caafcab7a8338916e1b49a172da750a4c0d2457d7da071

See more details on using hashes here.

File details

Details for the file nutils-9.2-py3-none-any.whl.

File metadata

  • Download URL: nutils-9.2-py3-none-any.whl
  • Upload date:
  • Size: 314.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for nutils-9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b256015b47a750898531d8c6a840b1bcf425b1afcefa710c94cf9bcde0fcb8fa
MD5 2c0658b43ba2531c7bf210b518303a2a
BLAKE2b-256 fb59c11bfa45a91bf03095918e052b785b4c6de321d40ca476f9b1041b1febd0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page