#numeric #finite-element #n-dimensional #definition

ndelement

n-dimensional finite element definition library

3 releases

new 0.1.2 Sep 18, 2024
0.1.1 Sep 17, 2024
0.1.0 Aug 19, 2024

#765 in Math

Download history 237/week @ 2024-08-14 247/week @ 2024-08-21 338/week @ 2024-08-28 15/week @ 2024-09-04 346/week @ 2024-09-11

983 downloads per month
Used in ndgrid

BSD-3-Clause

230KB
5.5K SLoC

Rust 4.5K SLoC // 0.0% comments Python 701 SLoC // 0.0% comments

ndelement

ndelement is an open-source library written in Rust that can be used to create n-dimensional finite elements.

Using ndelement

Rust

You can use the latest release of ndelement by adding the following to [dependencies] section of your Cargo.toml file:

ndelement = "0.1.2"

Python

You can install the latest release of ndelement by running:

pip3 install ndelement

Documentation

The latest documentation of the main branch of this repo is available at bempp.github.io/ndelement/.

Testing

The Rust functionality of the library can be tested by running:

cargo test

The Python functionality of the library can be tested by running:

python -m pytest python/test

Examples

Examples of use can be found in the examples folder.

Getting help

Errors in the library should be added to the GitHub issue tracker.

Questions about the library and its use can be asked on the Bempp Discourse.

Licence

ndelement is licensed under a BSD 3-Clause licence. Full text of the licence can be found here.

Dependencies

~71MB
~1M SLoC