mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-21 10:23:37 +00:00
all tests pass now
This commit is contained in:
@@ -181,7 +181,7 @@ function assemble{El<:Elasticity2DVolumeElements}(problem::Problem{Elasticity},
|
||||
|
||||
if haskey(element, "displacement load")
|
||||
b = element("displacement load", ip, time)
|
||||
f += w*vec(N'*b)
|
||||
f += w*vec(b*N)
|
||||
end
|
||||
|
||||
for i=1:dim
|
||||
|
||||
Reference in New Issue
Block a user