Skip to content
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

Adding SubsetInfo for CheckUnconnectedSides debug bridge function #25

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

stephanmg
Copy link
Member

Also fixes for GCC 8.2.0 and the fix (jlong->jstring) for VRL registry.

stephanmg and others added 15 commits December 1, 2018 05:47
The function checks for unconnected sides of base element types in a
grid, i.e. Edge, Face, Volume. Previously however, if the function found
unconnected sides of a given type, e.g. unconnected Edge elements,
only all unconnected Edge elements would be printed and the function
returned, ignoring to check other relevant element types, e.g. Face and Volume
for unconnected sides. This hid other unconnected sides of other element
type from the user. The function now does not return and prints debug
information for unconnected sides for the three base element types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant