mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-24 19:19:54 +00:00
parse_section() fixed to ignore parameters order
This commit is contained in:
@@ -46,6 +46,7 @@ end
|
||||
@test haskey(mesh.node_sets, :SYM12)
|
||||
@test haskey(mesh.element_sets, :CUBE)
|
||||
@test haskey(mesh.surfaces, :LOAD)
|
||||
@test haskey(mesh.surfaces, :ORDER)
|
||||
@test length(mesh.surfaces[:LOAD]) == 2
|
||||
@test mesh.surfaces[:LOAD][1] == (16, :S1)
|
||||
@test mesh.surface_types[:LOAD] == :ELEMENT
|
||||
|
||||
Vendored
+3
@@ -40,6 +40,9 @@
|
||||
*SURFACE, TYPE=ELEMENT, NAME=LOAD
|
||||
16, S1
|
||||
8, S1
|
||||
*SURFACE, NAME=ORDER , TYPE=ELEMENT
|
||||
16, S1
|
||||
8, S1
|
||||
*STEP
|
||||
*STATIC
|
||||
*BOUNDARY
|
||||
|
||||
Reference in New Issue
Block a user