We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9961052 commit cd57b74Copy full SHA for cd57b74
1 file changed
test/TestConstitutiveModels/PhysicalModelTests.jl
@@ -854,7 +854,7 @@ end
854
# norm(∂Ψuu_(F(∇u))) - norm(∂Ψuu(F(∇u)))
855
# norm(∂Ψu(F(∇u0)))
856
857
- @test Ψ(F(∇u)) == 6440.959849358168
+ @test Ψ(F(∇u)) == 0.10816855558641691
858
@test norm(∂Ψu(F(∇u))) == 52.8548808805944
859
@test isapprox(norm(∂Ψuu(F(∇u))), 18128.524371074407, rtol=1e-14)
860
test_equilibrium_at_rest_2D(model)
@@ -882,7 +882,7 @@ end
882
883
884
885
- @test Ψ(F(∇u), J_(F(∇u))) == 6457.022976353012
+ @test Ψ(F(∇u), J_(F(∇u))) == 0.10922164405292278
886
@test norm(∂Ψu(F(∇u), J_(F(∇u)))) == 52.980951554554586
887
@test norm(∂Ψuu(F(∇u), J_(F(∇u)))) == 18172.854611409108
888
0 commit comments