Getting started
Features
API
License
Recover strain tensor from associated Voigt matricial form.
strain_vmf (torch.Tensor(1d)) – Strain tensor stored in Voigt matricial form.
n_dim (int) – Problem number of spatial dimensions.
comp_order_sym (tuple) – Strain/Stress components symmetric order.
device (torch.device, default=None) – Device on which torch.Tensor is allocated.
strain – Strain tensor recovered from Voigt matricial form.
torch.Tensor(2d)