-
Notifications
You must be signed in to change notification settings - Fork 286
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
Update abaqus_io.C #2316
Update abaqus_io.C #2316
Conversation
Added support for reading ABAQUS .inp file with *Surface referring to element sets
Deleted trailing whitespaces
Fixed duplicate variable names and indentation
You may have already fixed this, but the complex numbers build failed because there was a warning and we have -Werror turned on for that build.
|
@jwpeterson thanks a lot for looking into this for me! Just got this fixed :) |
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.
There are some general indentation and whitespace issues with the patch, but I can fix those before merge.
Switched to using libmesh_map_find
Stored elem_id_or_set as John suggested
Fixed a typo
FYI @yw5aj I sent you an invite to join a libMesh group whose PRs are tested automatically. I started all the tests manually just now but I'm confused, yesterday your PR seemed to be testing fine on its own... |
No, I was activating them.
…On Thu, Oct 31, 2019 at 8:15 AM John W. Peterson ***@***.***> wrote:
FYI @yw5aj <https://github.com/yw5aj> I sent you an invite to join a
libMesh group whose PRs are tested automatically. I just started all the
tests manually just now but I'm confused, yesterday your PR seemed to be
testing just fine on its own...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2316?email_source=notifications&email_token=AAXFOIE6ZFNO53CJA67KCUDQRLSB5A5CNFSM4JHA3ZFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECX5ZDY#issuecomment-548396175>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXFOIEMBYLQSS5TA5BLLBDQRLSB5ANCNFSM4JHA3ZFA>
.
|
…lement sets Co-authored-by: Yuxiang Wang <shwang@aligntech.com> Refs libMesh#2316.
Replaced by #2317 |
Added support for reading ABAQUS .inp file with *Surface referring to element sets