class matlantis_features.features.elasticity.tensors.DeformTensorList(data: List[List[DeformTensor]])#

Bases: object

Tensor list object for the deformation tensors.

Methods

__init__(data)

Initialize an instance.

from_strain_tensors(strain_list)

Create deform tensor list from the strain tensor list.

__init__(data: List[List[DeformTensor]]) None#

Initialize an instance.

Parameters

data (list[list[DeformTensor]]) – 2D-list of the deformation tensors.

classmethod from_strain_tensors(strain_list: StrainTensorList) DeformTensorList#

Create deform tensor list from the strain tensor list.

Parameters

strain_list (StrainTensorList) – Strain tensor list object converted to the deform tensor list.

Returns

Deform tensor list object.

Return type

DeformTensorList