3 releases

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

#246 in Math

Download history 116/week @ 2024-08-13 147/week @ 2024-08-20 119/week @ 2024-08-27 3/week @ 2024-09-10

385 downloads per month

BSD-3-Clause

215KB
5K SLoC

ndgrid

ndgrid is an open-source library written in Rust for n-dimensional grids/meshes.

Using ndgrid

Rust

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

ndgrid = "0.1.2"

Python

You can install the latest release of ndgrid by running:

pip3 install ndgrid

Documentation

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

Testing

The 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 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

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

Dependencies

~74MB
~1M SLoC