File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1743,11 +1743,11 @@ contains
17431743 if (wave_speeds == 1 ) then
17441744 if (elasticity) then
17451745 s_L = min (vel_L(idx) - sqrt (c_L* c_L + &
1746- (((4_wp * G_L)/ 3_wp ) + tau_e_L(idx_tau))/ rho_L), vel_R(idx) - sqrt (c_R* c_R + &
1747- (((4_wp * G_R)/ 3_wp ) + tau_e_R(idx_tau))/ rho_R))
1746+ (((4._wp * G_L)/ 3._wp ) + tau_e_L(idx_tau))/ rho_L), vel_R(idx) - sqrt (c_R* c_R + &
1747+ (((4._wp * G_R)/ 3._wp ) + tau_e_R(idx_tau))/ rho_R))
17481748 s_R = max (vel_R(idx) + sqrt (c_R* c_R + &
1749- (((4_wp * G_R)/ 3_wp ) + tau_e_R(idx_tau))/ rho_R), vel_L(idx) + sqrt (c_L* c_L + &
1750- (((4_wp * G_L)/ 3_wp ) + tau_e_L(idx_tau))/ rho_L))
1749+ (((4._wp * G_R)/ 3._wp ) + tau_e_R(idx_tau))/ rho_R), vel_L(idx) + sqrt (c_L* c_L + &
1750+ (((4._wp * G_L)/ 3._wp ) + tau_e_L(idx_tau))/ rho_L))
17511751 s_S = (pres_R - tau_e_R(idx_tau) - pres_L + &
17521752 tau_e_L(idx_tau) + rho_L* vel_L(idx)* (s_L - vel_L(idx)) - &
17531753 rho_R* vel_R(idx)* (s_R - vel_R(idx)))/ (rho_L* (s_L - vel_L(idx)) - &
You can’t perform that action at this time.
0 commit comments