Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jan 9, 2024
1 parent 396c946 commit 6516fa3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/schemes/boundary/dummy_particles/rhs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@
state_equation = (; sound_speed=0.0)
smoothing_kernel = SchoenbergCubicSplineKernel{2}()
smoothing_length = 1.2particle_spacing
search_radius = TrixiParticles.compact_support(smoothing_kernel,
smoothing_length)
search_radius = TrixiParticles.compact_support(smoothing_kernel, smoothing_length)

@testset "`$(nameof(typeof(density_calculator)))`" for density_calculator in density_calculators
# Run three times with different seed for the random initial condition
Expand All @@ -136,8 +135,7 @@
ic.density[1:center_particle],
pressure=ic.pressure[1:center_particle])

boundary = InitialCondition(ic.coordinates[:,
(center_particle + 1):end],
boundary = InitialCondition(ic.coordinates[:, (center_particle + 1):end],
ic.velocity[:, (center_particle + 1):end],
ic.mass[(center_particle + 1):end],
ic.density[(center_particle + 1):end],
Expand Down

0 comments on commit 6516fa3

Please sign in to comment.