williamhunter / topy

Topology Optimization using Python
Other
481 stars 130 forks source link

parser looks more pythonic #19

Closed ISosnovik closed 7 years ago

ISosnovik commented 7 years ago

Parser looks more pythonic It uses 'with as' which is better for parallel programming Less nested architecture (for if elif)