Skip to content

Commit cd57b74

Browse files
committed
updated reference values
1 parent 9961052 commit cd57b74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/TestConstitutiveModels/PhysicalModelTests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ end
854854
# norm(∂Ψuu_(F(∇u))) - norm(∂Ψuu(F(∇u)))
855855
# norm(∂Ψu(F(∇u0)))
856856

857-
@test Ψ(F(∇u)) == 6440.959849358168
857+
@test Ψ(F(∇u)) == 0.10816855558641691
858858
@test norm(∂Ψu(F(∇u))) == 52.8548808805944
859859
@test isapprox(norm(∂Ψuu(F(∇u))), 18128.524371074407, rtol=1e-14)
860860
test_equilibrium_at_rest_2D(model)
@@ -882,7 +882,7 @@ end
882882
# norm(∂Ψu(F(∇u0)))
883883

884884

885-
@test Ψ(F(∇u), J_(F(∇u))) == 6457.022976353012
885+
@test Ψ(F(∇u), J_(F(∇u))) == 0.10922164405292278
886886
@test norm(∂Ψu(F(∇u), J_(F(∇u)))) == 52.980951554554586
887887
@test norm(∂Ψuu(F(∇u), J_(F(∇u)))) == 18172.854611409108
888888
test_equilibrium_at_rest_2D(model)

0 commit comments

Comments
 (0)