Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Jan 28, 2025
1 parent d4d4067 commit 523c5e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/TrixiParticles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ include("setups/setups.jl")
include("schemes/schemes.jl")
include("preprocessing/preprocessing.jl")


# Note that `semidiscretization.jl` depends on the system types and has to be
# included separately. `gpu.jl` in turn depends on the semidiscretization type.
include("general/semidiscretization.jl")
Expand Down
6 changes: 3 additions & 3 deletions src/general/semidiscretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,9 @@ function update_nhs!(neighborhood_search, system::ParticlePackingSystem,
neighbor::ParticlePackingSystem, u_system, u_neighbor)
# The current coordinates of particles changes over time
update!(neighborhood_search, system,
current_coordinates(u_system, system),
current_coordinates(u_neighbor, neighbor),
points_moving=(true, true))
current_coordinates(u_system, system),
current_coordinates(u_neighbor, neighbor),
points_moving=(true, true))
end

function update_nhs!(neighborhood_search,
Expand Down
1 change: 0 additions & 1 deletion src/preprocessing/particle_packing/system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ end
return du
end


function write_u0!(u0, system::ParticlePackingSystem)
(; initial_condition) = system

Expand Down

0 comments on commit 523c5e2

Please sign in to comment.