test for 1.0E1 format added for abaqus reader

This commit is contained in:
Tero Frondelius
2016-10-26 21:27:17 +03:00
parent d6638ea631
commit f28bad7f7f
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -49,4 +49,5 @@ end
@test length(mesh.surfaces[:LOAD]) == 2
@test mesh.surfaces[:LOAD][1] == (16, :S1)
@test mesh.surface_types[:LOAD] == :ELEMENT
@test length(Set(map(size, values(mesh.nodes)))) == 1
end
+4 -4
View File
@@ -1,14 +1,14 @@
*NODE, NSET=NALL
1, 4.07417, 3.51532, 4.43035
2, 6.24583, 4.69753, 6.40067
3, 10.00000, 10.00000, 0.00000
4, 10.00000, 0.00000, 0.00000
3, 1.0e1, 10.00000, 0.00000
4, 1.0E1, 0.00000, 0.00000
5, 0.00000, 0.00000, 0.00000
6, 0.00000, 10.00000, 0.00000
7, 0.00000, 10.00000, 10.00000
8, 0.00000, 0.00000, 10.00000
9, 10.00000, 10.00000, 10.00000
10, 10.00000, 0.00000, 10.00000
9, 100.0e-1, 10.00000, 10.00000
10, 100.0E-1, 0.00000, 10.00000
*ELEMENT, TYPE=C3D4, ELSET=CUBE
1, 8, 10, 1, 2
2, 4, 1, 10, 2