ndelement is an open-source library written in Rust that can be used to create n-dimensional finite elements.
You can use the latest release of ndelement by adding the following to [dependencies]
section of your Cargo.toml file:
ndelement = "0.1.3"
You can install the latest release of ndelement by running:
pip3 install ndelement
The latest documentation of the main branch of this repo is available at bempp.github.io/ndelement/.
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 of use can be found in the examples folder.
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.
ndelement is licensed under a BSD 3-Clause licence. Full text of the licence can be found here.