Tens4OS3DTransform Function

public function Tens4OS3DTransform(T, M)

Arguments

Type IntentOptional Attributes Name
type(Tens4OS3D), intent(in) :: T

Apply the transformation given by the matrix R to a 4th order tensor i.e. C_{ijkl} = R_{ip}.R_{jq}.R_{kr}.R{ls} A_{pqrs}

type(Mat3D), intent(in) :: M

Return Value type(Tens4OS3D)