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

Add this to your Cargo.toml (choose the right version):

toml [dependencies] russell_tensor = "*"