We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dce78 commit e7369d0Copy full SHA for e7369d0
src/schemes/fluid/entropically_damped_sph/rhs.jl
@@ -76,7 +76,7 @@ function interact!(dv, v_particle_system, u_particle_system,
76
@inbounds dv_shifting!(dv_particle, shifting_technique(particle_system),
77
particle_system, neighbor_system,
78
v_particle_system, v_neighbor_system,
79
- particle, neighbor, m_a, m_b, rho_a, rho_b,
+ particle, neighbor, m_a, m_b, rho_a, rho_b, v_a, v_b,
80
pos_diff, distance, grad_kernel, correction)
81
82
@inbounds surface_tension_force!(dv_particle, surface_tension_a,
0 commit comments