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
183 stars 30 forks source link

Visualizer not displaying supports for problems parsed from `.inp` files #137

Closed yijiangh closed 1 year ago

yijiangh commented 1 year ago

This is due to my bad usage of hardcoded Ferrite nodeset names to determining fixed dofs: https://github.com/JuliaTopOpt/TopOpt.jl/blob/7d7b14ee3001752943d111d3d17440cb52b50594/src/TopOptProblems/Visualization/makie.jl#L190-L199.

I will change these to using ConstraintHandler: problem.ch.dbcs.