File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 253253 time_step= 0.001 )
254254
255255 u0 = zeros (TrixiParticles. u_nvariables (system),
256- TrixiParticles. n_moving_particles (system))
256+ TrixiParticles. n_integrated_particles (system))
257257 TrixiParticles. write_u0! (u0, system)
258258
259259 @test u0 == coordinates
279279 time_step= 0.001 )
280280
281281 v0 = zeros (TrixiParticles. v_nvariables (system),
282- TrixiParticles. n_moving_particles (system))
282+ TrixiParticles. n_integrated_particles (system))
283283 TrixiParticles. write_v0! (v0, system)
284284
285285 @test v0 == velocity
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ include("boundary_system.jl")
55include (" open_boundary_system.jl" )
66include (" dem_system.jl" )
77include (" packing_system.jl" )
8+ include (" iisph_system.jl" )
You can’t perform that action at this time.
0 commit comments