suanPan
|
Functions | |
double | invariant1 (const vec &) |
compute the first invariant of the given 3D stress tensor, could be either normal or deviatoric stress More... | |
double | invariant2 (const vec &) |
compute the second invariant of the given 3D stress tensor, could be either normal or deviatoric stress More... | |
double | invariant3 (const vec &) |
compute the third invariant of the given 3D stress tensor, could be either normal or deviatoric stress More... | |
double | lode (vec) |
vec | lode_der (vec) |
mat | to_tensor (const vec &) |
vec | to_voigt (const mat &) |
double | norm (const vec &) |
double | norm (vec &&) |
double | double_contraction (const vec &, const vec &) |
double | double_contraction (vec &&, vec &&) |
double tensor::stress::double_contraction | ( | const vec & | a, |
const vec & | b | ||
) |
double tensor::stress::double_contraction | ( | vec && | a, |
vec && | b | ||
) |
double tensor::stress::invariant1 | ( | const vec & | S | ) |
compute the first invariant of the given 3D stress tensor, could be either normal or deviatoric stress
S | 3D stress tensor in Voigt notation |
double tensor::stress::invariant2 | ( | const vec & | S | ) |
compute the second invariant of the given 3D stress tensor, could be either normal or deviatoric stress
S | 3D stress tensor in Voigt notation |
double tensor::stress::invariant3 | ( | const vec & | S | ) |
compute the third invariant of the given 3D stress tensor, could be either normal or deviatoric stress
S | 3D stress tensor in Voigt notation |
double tensor::stress::lode | ( | vec | S | ) |
vec tensor::stress::lode_der | ( | vec | S | ) |
double tensor::stress::norm | ( | const vec & | in | ) |
double tensor::stress::norm | ( | vec && | in | ) |
mat tensor::stress::to_tensor | ( | const vec & | in_stress | ) |
vec tensor::stress::to_voigt | ( | const mat & | in_stress | ) |