Compute waves speed.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(riemann_pattern_compressible_pvl), | intent(inout) | :: | self | Riemann (states) pattern solution. |
pure subroutine compute_waves(self)
!< Compute waves speed.
class(riemann_pattern_compressible_pvl), intent(inout) :: self !< Riemann (states) pattern solution.
call self%compute_waves_
endsubroutine compute_waves