pub type DeformationGradient = TensorRank2<3, 1, 0>;Expand description
The deformation gradient $\mathbf{F}$.
Aliased Type§
pub struct DeformationGradient(/* private fields */);Trait Implementations§
Source§impl Deformation for DeformationGradient
 
impl Deformation for DeformationGradient
Source§fn jacobian(&self) -> Result<Scalar, DeformationError>
 
fn jacobian(&self) -> Result<Scalar, DeformationError>
Calculates and returns the Jacobian. Read more
Source§fn left_cauchy_green(&self) -> LeftCauchyGreenDeformation
 
fn left_cauchy_green(&self) -> LeftCauchyGreenDeformation
Calculates and returns the left Cauchy-Green deformation. Read more
Source§fn right_cauchy_green(&self) -> RightCauchyGreenDeformation
 
fn right_cauchy_green(&self) -> RightCauchyGreenDeformation
Calculates and returns the right Cauchy-Green deformation. Read more