-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fix nitsche restart #1106
Fix nitsche restart #1106
Conversation
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.
So the mixer example that we are testing is still not working, am I correct? Even with mesh adaptation set to none?
|
Description of the problem Nitsche does not restart when the mesh was generated with simplices. See Nitsche model restart does not work with simplices #275 Description of the solution Fixes the issue by restarting the fully distributed triangulation for the solid correctly. How Has This Been Tested? Still pending a unit test, WIP Comments While running this test case I managed to find another bug, which is that the Nitsche model is unable of mesh adaptation once it has been restarted. This bug was there all the time. I will try to figure out something, in the meantime I will try to m erge this PR anyway. Co-authored-by: Laura Prieto Saavedra <[email protected]>
Description of the problem Nitsche does not restart when the mesh was generated with simplices. See Nitsche model restart does not work with simplices chaos-polymtl#275 Description of the solution Fixes the issue by restarting the fully distributed triangulation for the solid correctly. How Has This Been Tested? Still pending a unit test, WIP Comments While running this test case I managed to find another bug, which is that the Nitsche model is unable of mesh adaptation once it has been restarted. This bug was there all the time. I will try to figure out something, in the meantime I will try to m erge this PR anyway. Co-authored-by: Laura Prieto Saavedra <[email protected]> Former-commit-id: f96ecdd
Description of the problem Nitsche does not restart when the mesh was generated with simplices. See Nitsche model restart does not work with simplices #275 Description of the solution Fixes the issue by restarting the fully distributed triangulation for the solid correctly. How Has This Been Tested? Still pending a unit test, WIP Comments While running this test case I managed to find another bug, which is that the Nitsche model is unable of mesh adaptation once it has been restarted. This bug was there all the time. I will try to figure out something, in the meantime I will try to m erge this PR anyway. Co-authored-by: Laura Prieto Saavedra <[email protected]> Former-commit-id: f96ecdd
Description of the problem
Description of the solution
How Has This Been Tested?
Comments