russell_tensor 0.5.0

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
```

[![Crates.io](https://img.shields.io/crates/v/russell_tensor.svg)](https://crates.io/crates/russell_tensor)

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

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