Data type defines geometry scale and rotation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | active |
Is deformation defined |
|||
real(kind=rk), | public | :: | matrix(3,3) |
matrix defining the deformation |
type tem_deformation_type !> Is deformation defined logical :: active !> matrix defining the deformation real(kind=rk) :: matrix(3,3) end type tem_deformation_type