ndelement is an open-source Rust library for defining and tabulating finite elements on 1D, 2D, or 3D reference cells.
You can use the latest release of ndelement by adding the following to [dependencies] section of your Cargo.toml file:
ndelement = "0.4.0"You can install the latest release of ndelement by running:
pip3 install ndelementThe Python functionality of the library can be tested by running:
python -m pytest ndelement/python/testThe latest documentation of nelement is available at bempp.github.io/nd/rust/ndelement (Rust) and bempp.github.io/nd/python/ndelement (Python).
The Rust functionality of the library can be tested by running:
cargo testExamples of use can be found in the examples folder.
Errors in should be added to the nd Codeberg issue tracker.
Questions about use can be asked on the Bempp Discourse.
ndelement is licensed under a BSD 3-Clause licence.