We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd57b74 commit c84ff2cCopy full SHA for c84ff2c
1 file changed
test/TestConstitutiveModels/PhysicalModelTests.jl
@@ -763,7 +763,7 @@ end
763
764
765
766
- @test Ψ(F(∇u), H0(∇φ), N) == 4.000172569336671
+ @test Ψ(F(∇u), H0(∇φ), N) == 0.0001725693366710852
767
@test norm(∂Ψu(F(∇u), H0(∇φ), N)) == 0.07482084634773895
768
@test norm(∂Ψφ(F(∇u), H0(∇φ), N)) == 2.793633631007779e-6
769
@test norm(∂Ψuu(F(∇u), H0(∇φ), N)) == 21.74472389462642
@@ -804,7 +804,7 @@ end
804
# norm(∂Ψφφ_(H0(∇φ))) -norm(∂Ψφφ(F(∇u), H0(∇φ), N))
805
806
807
- @test Ψ(F(∇u), H0(∇φ), N) == 4.000172469501178
+ @test Ψ(F(∇u), H0(∇φ), N) == 0.0001724695011788059
808
@test norm(∂Ψu(F(∇u), H0(∇φ), N)) == 0.07482089298212842
809
@test norm(∂Ψφ(F(∇u), H0(∇φ), N)) == 2.8384487487963508e-6
810
@test norm(∂Ψuu(F(∇u), H0(∇φ), N)) == 21.744723980670503
0 commit comments