JuliaTopOpt / TopOpt.jl

A package for binary and continuous, single and multi-material, truss and continuum, 2D and 3D topology optimization on unstructured meshes using automatic differentiation in Julia.
https://juliatopopt.github.io/TopOpt.jl/
Other
181 stars 30 forks source link

Fix INP set parser #172

Closed mohamed82008 closed 6 months ago

mohamed82008 commented 6 months ago

The INP set parser previously assumed that there is only 1 node per line. This PR relaxes this constraint.