topopt icon indicating copy to clipboard operation
topopt copied to clipboard

A Python Library for Topology Optimization

Results 2 topopt issues
Sort by recently updated
recently updated
newest added

Congratulations for your project. I found it very useful for mine. I want to achieve bi-material optimization including inertial effects. Do you have any ideas or thoughts about how to...

File "setup.py", line 6, in import topopt File "/home/marwa/topopt/topopt/__init__.py", line 4, in from . import boundary_conditions File "/home/marwa/topopt/topopt/boundary_conditions.py", line 28 def __init__(self, nelx: int, nely: int): ^ SyntaxError: invalid syntax