mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-28 23:22:54 +00:00
connectivity information needs now to be given every element
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user