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.
ndelement
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:
= "0.4.0"
Python
You can install the latest release of ndelement by running:
The Python functionality of the library can be tested by running:
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:
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.