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:
Install OpenBLAS:
bash
sudo apt-get install libopenblas-dev
👆 Check the crate version and update your Cargo.toml accordingly:
toml
[dependencies]
russell_tensor = "*"