Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Apr 18, 2024
1 parent 5c6d6bc commit e35975a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/schemes/boundary/dummy_particles/dummy_particles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
boundary_system.boundary_model.viscosity)
TrixiParticles.adami_pressure_extrapolation!(boundary_model, boundary_system,
fluid_system, boundary.coordinates,
fluid.coordinates,
fluid.coordinates,v_fluid,
v_fluid .*
ones(size(fluid.coordinates)),
neighborhood_search)
Expand Down Expand Up @@ -94,7 +94,7 @@
boundary_system.boundary_model.viscosity)
TrixiParticles.adami_pressure_extrapolation!(boundary_model, boundary_system,
fluid_system, boundary.coordinates,
fluid.coordinates, v_fluid,
fluid.coordinates, v_fluid, v_fluid,
neighborhood_search)

for particle in TrixiParticles.eachparticle(boundary_system)
Expand Down

0 comments on commit e35975a

Please sign in to comment.