stressTensor edit page

The class stressTensor describes a (list) of stress tensors.

Syntax

% specify stress tensor by matrix
M = [1 0 0; 0 0 0; 0 0 0];
sigma = stressTensor(M)
% uniaxial stress in direction v
sigma = stressTensor.uniaxial(v)

Input

M 3x3 symmetric matrix
v vector3d

Output

sigma stressTensor

See also

slipSystem.SchmidFactor