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

Read mixed case GENERATE parameter for NSET and ELSET keyword #55

Closed benzwick closed 4 years ago

benzwick commented 4 years ago

Previously the GENERATE parameter was ignored if it was not uppercase and the data was treated as an ordinary NSET or ELSET.

ahojukka5 commented 4 years ago

Thank you!