-
Notifications
You must be signed in to change notification settings - Fork 8
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
mixd dual #164
Conversation
@felipegonzalezco is there a case where |
I can not really review this due to me not knowing how the dual file/definition is implemented/setup for mixd. |
dual information provides element id number of neighboring element at that subelement. A subelement without a neighboring element would be a boundary element, which won't be modified. |
Sure, in cases where you have immersed boundaries, mrng overwrites the dual info. That's why both files are required in XNS |
Ok, that means we shouldn't write over the mrng array. I will update this |
extends mixd export to properly set dual information, if needed. This is required for some MUM, e.g., VRDMUM. For easier use, this PR also adds
to_subelements()
to Faces and Volumes.@felipegonzalezco - as discussed
fixes #159