connectivity information needs now to be given every element

This commit is contained in:
Jukka Aho
2017-01-05 07:22:15 +02:00
parent 7d46d33b6a
commit 78da7a9ecb
-8
View File
@@ -12,11 +12,3 @@ using JuliaFEM.Testing
# what went wrong
@test_throws KeyError assemble!(pr, el)
end
@testset "connectivity information missing" begin
el = Element(Quad4)
nodes = Vector{Float64}[[0,0],[1,0],[1,1],[0,1]]
update!(el, "geometry", nodes)
pr = Problem(Elasticity, "problem", 2)
@test_throws Exception assemble!(pr, el)
end