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:

bash sudo apt-get install libopenblas-dev

Crates.io

👆 Check the crate version and update your Cargo.toml accordingly:

toml [dependencies] russell_tensor = "*"