Purpose of the fork is to try out improving performance and adapt the api to something I easier to use.
This will come with a lot of loss of functionality as what is kept is a reflection of what I want.
Also abandons backwards compability for py <3.10
Also, check out the:
- Discussion forum (intended for questions about the latest release)
- Developer forum (intended for questions about the main branch)
- Docs
- Code of Conduct
- Contributing
for more detailed information.
Everyone interacting in the setuptools project’s codebase, issue trackers, chat room/Discord, and mailing lists is expected to follow the Code of Conduct.
pyNastran is an interface library to the various Nastran file formats (BDF, OP2, OP4). Using the BDF interface, you can read/edit/write Nastran geometry without worrying about field formatting. Many checks are also performed to verify that your model is correct. Using the OP2 interface, you can read large result files quickly and efficiently. Additionally, you can also extract a subset of the result data and write OP2/F06 result files. For a more detailed list of features, see: