-
Notifications
You must be signed in to change notification settings - Fork 576
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
Modify the getNodalFieldSolution function in FEI. #1992
Conversation
Previous to this change, the nodal loop would continue if the node was a shared node and was not attached to the local element. This continue was causing issues in parallel when the nodal data was being synched across processor after a FETI solve when the run involved element death. This created many issues and support tickets we have been working through for a long time. This was a great team effort with Alan, Kendall, Mike, and Patrick. Alan and Kendall will work on pushing this change to Trilinos.
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
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.
These changes appear to be reasonable and have been verified to fix an issue for an important customer.
Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ jwillenbring ]! |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTINGBuild Information
Jenkins Parameters
Build Information
Jenkins Parameters
Using Repos:
Pull Request Author: alanw0 |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSEDBuild Information
Jenkins Parameters
Build Information
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ jwillenbring ]! |
Status Flag 'Pull Request AutoTester' - Pull Request MUST BE MERGED MANUALLY BY Project Team - Master Automerge is disabled (in .cfg file) |
These changes fixed an issue for an important customer and passed the pull request testing. I am going to merge. |
Previous to this change, the nodal loop would continue if the node was
a shared node and was not attached to the local element. This continue
was causing issues in parallel when the nodal data was being synched across
processor after a FETI solve when the run involved element death.
This created many issues and support tickets in the Sierra system that
we have been working through for a long time.
This was a great team effort with Alan, Kendall, Mike, and Patrick.
Alan and Kendall will work on pushing this change to Trilinos.
@trilinos/fei
Description
Motivation and Context
Related Issues
How Has This Been Tested?
Screenshots
Checklist
Additional Information