smdogroup / tacs

Finite-element library for analysis and adjoint-based gradient evaluation
Apache License 2.0
111 stars 75 forks source link

pyTACS option `writeCoordinateFrame` is not supported #288

Open A-CGray opened 11 months ago

A-CGray commented 11 months ago

The writeCoordinateFrame options in pyTACS uses the TACS.OUTPUT_COORDINATES flag which no longer exists, resulting in an error if you set the option to True

timryanb commented 11 months ago

TACS.OUTPUT_COORDINATES might not be used anymore, but TACS.OUTPUT_LOADS definitely is and should work (see here).

A-CGray commented 11 months ago

TACS.OUTPUT_COORDINATES might not be used anymore, but TACS.OUTPUT_LOADS definitely is and should work (see here).

Oh yeah my bad, I searched for the wrong thing in the source code and thought that OUTPUT_LOAD wasn't being used anywhere