russell_tensor 0.1.3

Tensor analysis structures and functions for continuum mechanics
Documentation
# Russell Tensor - Tensor analysis structures and functions for continuum mechanics

_This crate is part of [Russell - Rust Scientific Library](https://github.com/cpmech/russell)_

🚧 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:

- [API reference (docs.rs)]https://docs.rs/russell_tensor

## Installation

Install OpenBLAS:

```bash
sudo apt-get install libopenblas-dev
```

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

```toml
[dependencies]
russell_tensor = "*"
```