topy icon indicating copy to clipboard operation
topy copied to clipboard

Topology Optimization using Python

Results 12 topy issues
Sort by recently updated
recently updated
newest added

Hi, I'm a beginner and I'm not too familiar with this kind of issues. I've followed the install instructions and when I run ToPy with one of the example files...

``` DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support...

S-V frac is always 0.00

I installed ToPy successfully on Windows, but when I try to execute it with the example "python .\optimise.py .\beam_2d_reci_10_iters.tpd" I keep having the error : IOError: [Errno 2] No such...

Hello, In order to accelerate a project, I'm attempting to utilize topy with a custom build of pysparse that is built with superlu_dist. The problem is that the include files...

help wanted

SuperLU is via Pysparse, CHOLMOD is via CVXOPT. Both are direct sparse solvers, from what I've read it seems as though CHOLMOD might be faster, since it is specifically for...

enhancement

When specifying ``` FX_TR: 31; 65 ``` in a TPD file, and you use a comma instead of a semicolon ``` FX_TR: 31, 65 ``` then ToPy crashes.

bug

Hey folks I've been thinking for a while about possible things that can be done. However, there are some problems that have to be discussed. First, I think that the...

enhancement
question

As there are several examples, the tests could just check whether the results of the optimization of these examples are correct.

hacktoberfest

Hi, is there a way to obtain a GMSH file as output rather than a png file? Thank you! Marti