Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Feb 7, 2024
1 parent b22e88e commit e173ef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/systems/solid_system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,11 @@
smoothing_length = 0.362
nu = 0.25 # Poisson's ratio
E = 2.5 # Young's modulus
boundary_model = Val(:boundary_model)

initial_condition = InitialCondition(; coordinates, velocity, mass,
density=material_densities)
system = TotalLagrangianSPHSystem(initial_condition, smoothing_kernel,
smoothing_length, E, nu, boundary_model)
smoothing_length, E, nu)

# Initialize deformation_grad and pk1_corrected with arbitrary values
for particle in TrixiParticles.eachparticle(system)
Expand Down

0 comments on commit e173ef1

Please sign in to comment.