6 releases
0.4.1 | Jun 28, 2022 |
---|---|
0.2.1 | Jun 28, 2022 |
0.2.0 | May 14, 2022 |
0.1.3 | Oct 23, 2021 |
0.1.1 | Aug 24, 2021 |
#489 in Math
44 downloads per month
Used in 2 crates
435KB
7.5K
SLoC
Russell Tensor - Tensor analysis structures and functions for continuum mechanics
This crate is part of Russell - Rust Scientific Library
🚧 Work in progress...
This repository contains structures and functions to perform tensor analysis in continuum mechanics. We give focus to second and fourth order tensors expressed by their components placed in a vector or matrix. We also consider the Mandel basis.
Documentation:
Installation
Install OpenBLAS:
sudo apt-get install libopenblas-dev
Add this to your Cargo.toml (choose the right version):
[dependencies]
russell_tensor = "*"
lib.rs
:
Russell - Rust Scientific Library
tensor: Tensor analysis structures and functions for continuum mechanics
Dependencies
~7–10MB
~205K SLoC