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 parser and CG solvers #170

Closed mohamed82008 closed 7 months ago

mohamed82008 commented 7 months ago

This PR fixes #169 by parsing the CLOAD line correctly. The new regex was generated by ChatGPT! I also fixed and tested the CG FEA solvers.