Now both JuliaFEM and JuliaFEM.Preprocess export add_elements! and
it must be spesifically pointed out which one is used in test.
This commit is contained in:
Jukka Aho
2017-08-16 16:55:48 +03:00
parent 367c4711b3
commit 89af6faad5
+1 -1
View File
@@ -28,7 +28,7 @@ end
@test mesh.nodes == dic
vec = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
add_elements!(mesh,Dict(1=>(:Tet10,vec),
JuliaFEM.Preprocess.add_elements!(mesh,Dict(1=>(:Tet10,vec),
11=>(:Tet10,vec)))
@test mesh.elements[1] == vec
@test mesh.elements[11] == vec