ndelement 0.4.0

Finite element definition library.
docs.rs failed to build ndelement-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ndelement-0.3.0

ndelement

DefElement verification crates.io docs.rs PyPI

ndelement is an open-source Rust library for defining and tabulating finite elements on 1D, 2D, or 3D reference cells.

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.4.0"

Python

You can install the latest release of ndelement by running:

pip3 install ndelement

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

python -m pytest ndelement/python/test

Documentation

The latest documentation of nelement is available at bempp.github.io/nd/rust/ndelement (Rust) and bempp.github.io/nd/python/ndelement (Python).

Testing

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

cargo test

Examples

Examples of use can be found in the examples folder.

Getting help

Errors in should be added to the nd Codeberg issue tracker.

Questions about use can be asked on the Bempp Discourse.

Licence

ndelement is licensed under a BSD 3-Clause licence.