-
Notifications
You must be signed in to change notification settings - Fork 299
Move side vertex average normal implementation from edge2 to edge #4292
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
Conversation
|
The "Test mac" failure is a PETSc environment issue and unrelated. The "Distributed make check sweep (odd)" failure is that weird intermittent MetaPhysicL error, unrelated. I'm glad they got my suspicions up, though, because this code is wrong in its new context! Consider the |
|
yeah I m still in finite volume land here. We have one test using Edge3, but mind you it s a straight one. Ok I ll find something that works better, at least for a lagrange mapping |
0dbd1b5 to
9f31363
Compare
|
This should be better now! Thanks for catching that. |
|
forgot to register the test.. |
9f31363 to
0bc5e25
Compare
|
should be good now. |
|
I did this geometrically with the mid point. |
|
ok no luck. I m seeing that the computation with FE disagrees with this simple approximation. |
|
ok this works! |
jwpeterson
left a comment
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.
Just a couple minor comments but if @roystgnr wants to merge as-is that's fine.
| "n/a # processor id specification file\n" | ||
| "n/a # p-level specification file\n" | ||
| "1 # n_elem at level 0, [ type (n0 ... nN-1) ]\n" | ||
| "27 0\n" |
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.
(General comment which I can address separately from this PR.)
So 27 is the ElemType enumeration value here. @roystgnr maybe we should update the xda comment that we typically write to make it clear that the first number is an ElemType rather than the vague "type" and the node ids aren't optional? At least I think that's what we were trying to imply with the parentheses?
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.
btw I generated this manually. I could not figure out the script (generated an empty file)
|
Job Min gcc on 8a1623c : invalidated by @jwpeterson Invalidate now that the PETSc on Min gcc has been updated |
|
Job Test mac on 8a1623c : invalidated by @jwpeterson |
- delete extra line deletion - rename reference nodeelem to nodeelem instead of node
8a1623c to
63dba73
Compare
as MOOSE has a test using edge3
refs #4257