Skip to content

Commit

Permalink
threaded version
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Jul 19, 2024
1 parent 626dceb commit d094e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemes/boundary/open_boundary/mirroring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function interpolate_values!(system, v_ode, u_ode, semi, t; prescribed_density=f

interpolated_velocity = [zero_svector(system) for _ in 1:ndims(system)]

for particle in each_moving_particle(system)
@threaded system for particle in each_moving_particle(system)
particle_coords = current_coords(u_open_boundary, system, particle)
ghost_node_position = mirror_position(particle_coords, boundary_zone)

Expand Down

0 comments on commit d094e4d

Please sign in to comment.