Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytacsadapt updates #19

Merged
merged 7 commits into from
Mar 6, 2024
Merged

Conversation

bradenfrigoletto24
Copy link
Contributor

A set of small updates made to the pytacsadapt interface.
Recent changes include:

  • Fixed a minor typo found in QuadForest::getNodeConn()
  • Updated the error localization for quads; placed the absolute value sign after the sum for an element to allow for error cancellation between the different basis functions within an element
  • Changed the total output error evaluation to be the sum of the element errors instead of the nodal errors
  • Updated the model history storage to have the output correction stored in its own group
  • Updated the .gitignore to now ignore *.hdf5 files, which is the format used for the pytacsadapt model history information
  • Updated the simple plate example for demonstrating pytacsadapt

- moved the absolute value function to allow for error concellation within an element
- total output error changed to the sum of the element errors
- output correction given its own group in hdf5 file
- added *.hdf5 files to be ignored
- updated example to use most recent features of pytacsadapt
- fixed the units in the script to generate the plate geometry
@gjkennedy gjkennedy merged commit bdfc486 into smdogroup:master Mar 6, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants