Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Apr 18, 2024
1 parent e35975a commit da17b41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,v_fluid,
fluid.coordinates, v_fluid,
v_fluid .*
ones(size(fluid.coordinates)),
neighborhood_search)
Expand Down Expand Up @@ -94,7 +94,8 @@
boundary_system.boundary_model.viscosity)
TrixiParticles.adami_pressure_extrapolation!(boundary_model, boundary_system,
fluid_system, boundary.coordinates,
fluid.coordinates, v_fluid, v_fluid,
fluid.coordinates, v_fluid,
v_fluid,
neighborhood_search)

for particle in TrixiParticles.eachparticle(boundary_system)
Expand Down

0 comments on commit da17b41

Please sign in to comment.