forked from smdogroup/tacs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding BDF writer to pyTACS (smdogroup#198)
* Adding BDF writing methods for MaterialProperties class * Adding BDF writing methods for IsoShellConstitutive class * Adding BDF writing methods for SolidConstitutive class * Adding BDF writing methods for OrthotropicPly class * Adding BDF writing methods for CompositeShellConstitutive * Adding BDF writing methods for BasicBeamConstitutive * Adding BDF writing methods for DOFSpringConstitutive * Adding getConstitutive * Adding writeBDF method to pyTACS * Adding minor comments * Adding concentrated masses to bdf writer * Adding design variable update to bdf writer * Removing writebdf call in crm example * Adding more comments * Adding some docstrings to cython * Adding PROD to cython * Minor reodering of `writeBDF` * Fixing comment handling in bdfwriter * Adding load writer to StaticProblem class * Making bdf writing methods complex-safe * Adding boundary conditions to bdf header * Adding new test for writeBDF * Modifying beam procedure in writeBDF * Adding new bdf writer test * Adding new bdf writer to mphys * Adding more docstrings to cython * Minor docstring fix * Minor docstring fix * Updating mass coments in `writeBDF` * Adding composite test to integration tests * Adding composite writebdf test to integration tests * Minor edits to `writeBDF` procedure * Tweaking composite test * Moving mphys write_bdf function to coupling group
- Loading branch information
Showing
21 changed files
with
1,430 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.