-
Notifications
You must be signed in to change notification settings - Fork 3
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
Optimised Abaqus interface #24
Conversation
tmnp19
commented
May 28, 2024
- Optimised the way the field outputs are written and treated inside piglot. Now piglot only writes the fields and the set names that are present in the YAML file and automatically extrapolates to nodes units that are calculated at the integration points;
- Added errors to check for non-linear fields in linear simulations;
- Fixed some bugs on the implementation of the selected instance on abaqus;
- Generalised the reading of Abaqus input fiiles.
… generated anymore
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
=======================================
Coverage 93.61% 93.61%
=======================================
Files 27 27
Lines 2131 2131
=======================================
Hits 1995 1995
Misses 136 136 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the effort, these are nice improvements. I've left some minor comments that should be quick to address. We should be able to merge this quickly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, I'll get this merged. Thanks for the work!