Crate russell_tensor[][src]

Expand description

Russell - Rust Scientific Library

tensor: Tensor analysis structures and functions for continuum mechanics

Structs

Implements a second-order tensor, symmetric or not

Implements a fourth order-tensor, minor-symmetric or not

Constants

Maps the indices (i,j,k,l) of a fourth order tensor to the (i,j)-position in the component-matrix

Maps the indices (i,j) of a second order tensor to the i-position in the component-vector

Maps the index i in the component-vector to the indices (i,j) of the corresponding second order tensor

1/3

2/3

Functions

Returns package description

Returns a string representation of a 2D array

Performs the double dot (ddot) operation between two Tensor2 (inner product)

Performs the single dot (ddot) operation between two Tensor2 (matrix multiplication)