Closed yijiangh closed 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.
problem.ch.dbcs
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
.