fixed surface pressure test

This commit is contained in:
Jukka Aho
2016-07-10 23:41:11 +03:00
parent 1344d3b95c
commit a63dd19fe3
4 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
importall Base
using JuliaFEM
"""
+1 -1
View File
@@ -49,7 +49,7 @@ end
e2["displacement 3"] = 0.0
e3 = Element(Tri3, [4, 3, 2])
update!(e3, "geometry", nodes)
e3["displacement traction force n"] = 96.0
update!(e3, "surface pressure", -96.0)
p1 = Problem(Elasticity, "tetra", 3)
p2 = Problem(Dirichlet, "bc", 3, "displacement")
push!(p1, e1, e3)
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.