JuliaFEM / AbaqusReader.jl

AbaqusReader.jl is a parse for ABAQUS FEM models. It's capable of parsing the geometry accurately, including surface sets, node sets, and other relevant geometrical data used in FEM calculations. Other option is to parse whole model, including boundary conditions, material data and load steps.
https://juliafem.github.io/AbaqusReader.jl/latest
MIT License
37 stars 22 forks source link

Added element type :Hex20 #44

Closed carlomontec closed 6 years ago

carlomontec commented 6 years ago

Allows reading of model with ABAQUS C3D20 elements.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.03%) to 98.529% when pulling af646e525ee407c39b4a358a61a942faf7bd1571 on carlomontec:fix_C3D20 into 4380c390ec248773ef1b3b980a694529fc2dea05 on JuliaFEM:master.

ahojukka5 commented 6 years ago

LGTM, thanks for a contribution. Coverage decreased a bit but the causes are elsewhere.