cratepy.ioput.incoutputfiles.homresoutput.compute_spatial_log_strain¶
- compute_spatial_log_strain(def_gradient)[source]¶
Spatial logarithmic strain from deformation gradient.
\[\boldsymbol{\varepsilon} = \frac{1}{2} \ln (\boldsymbol{F} \boldsymbol{F}^{T})\]where \(\boldsymbol{\varepsilon}\) is the spatial logarithmic strain tensor and \(\boldsymbol{F}\) is the deformation gradient.
- Parameters:
def_gradient (numpy.ndarray (2d)) – Deformation gradient.
- Returns:
spatial_log_strain – Spatial logarithmic strain.
- Return type:
numpy.ndarray (2d)