File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ FastPow = "0.1"
5050FileIO = " 1"
5151ForwardDiff = " 1"
5252GPUArraysCore = " 0.2"
53- JSON = " 0.21 "
53+ JSON = " 1 "
5454KernelAbstractions = " 0.9"
5555MuladdMacro = " 0.2"
5656OrdinaryDiffEq = " 6.91"
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ TrixiTest = "0a316866-cbd0-4425-8bcb-08103b2c1f26"
1717
1818[compat ]
1919CSV = " 0.10"
20- CairoMakie = " 0.13, 0. 15"
20+ CairoMakie = " 0.15"
2121DataFrames = " 1.6"
2222GLM = " 1.9"
2323Glob = " 1.3"
24- JSON = " 0.21 "
24+ JSON = " 1 "
2525OrdinaryDiffEq = " 6.49"
2626Plots = " 1"
2727Polyester = " 0.7"
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