normalize_mode_shapes Subroutine

public subroutine normalize_mode_shapes(x)

Normalizes mode shape vectors such that the largest magnitude value in the vector is one.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(inout), dimension(:,:) :: x

The matrix of mode shape vectors with one vector per column.


Contents