mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-26 03:44:45 +00:00
abaqus reader tests pass
This commit is contained in:
@@ -39,7 +39,6 @@ function parse_node_section(model, header, data)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
function parse_element_section(model, header, data)
|
||||
info("Parsing elements")
|
||||
eldims = Dict(
|
||||
@@ -71,7 +70,6 @@ function parse_element_section(model, header, data)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
function parse_nodeset_section(model, header, data)
|
||||
nset_name = header["options"]["NSET"]
|
||||
info("Creating node set $nset_name")
|
||||
@@ -84,7 +82,6 @@ function parse_nodeset_section(model, header, data)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
function parse_abaqus(fid::IOStream)
|
||||
model = Dict()
|
||||
section = nothing
|
||||
|
||||
Reference in New Issue
Block a user