mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-27 04:10:54 +00:00
Fixed abaqus_read_mesh() 1.0E+00 problem
This commit is contained in:
@@ -55,3 +55,9 @@ end
|
||||
elements = create_surface_elements(mesh,:LOAD)
|
||||
@test get_connectivity(elements[1]) == [8,10,9]
|
||||
end
|
||||
|
||||
@testset "parse nodes from abaqus .inp file to Mesh (NX export)" begin
|
||||
fn = joinpath(Pkg.dir("JuliaFEM"), "test", "testdata","nx_export_problem.inp")
|
||||
mesh = abaqus_read_mesh(fn)
|
||||
@test length(mesh.nodes) == 3
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user