Skip to content

Stitching debugging#3577

Merged
roystgnr merged 4 commits intolibMesh:develfrom
roystgnr:stitching_debugging
Jun 8, 2023
Merged

Stitching debugging#3577
roystgnr merged 4 commits intolibMesh:develfrom
roystgnr:stitching_debugging

Conversation

@roystgnr
Copy link
Copy Markdown
Member

@roystgnr roystgnr commented Jun 8, 2023

I didn't end up finding any functionality errors on the libMesh side of things, but there was an error in and some room to improve our console output, plus a few places where we should double-check for errors elsewhere.

roystgnr added 4 commits June 7, 2023 09:13
This turned out to be a red herring but it's a good idea in general.
This generally means an error happened earlier, but that still shouldn't
lead to a segfault rather than a clean error message.
libMesh::out << "In UnstructuredMesh::stitch_meshes:\n"
<< "This mesh has " << this_boundary_node_ids.size()
<< " nodes on boundary " << this_mesh_boundary_id << ".\n"
<< " nodes on boundary `"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is using a backtick for the opening apostrophe standard practice?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's common; not sure if I'd call it standard. I probably picked it up from some system where it was actually a necessary way of clarifying nested quotations-within-quotations, and it's overkill here, but I don't think it's hurting anything.

@moosebuild
Copy link
Copy Markdown

Job Coverage on 72ccc4c wanted to post the following:

Coverage

22174a #3577 72ccc4
Total Total +/- New
Rate 60.25% 60.25% +0.00% 100.00%
Hits 49422 49425 +3 5
Misses 32605 32605 - 0

Diff coverage report

Full coverage report

This comment will be updated on new commits.

@roystgnr roystgnr merged commit 6ca753d into libMesh:devel Jun 8, 2023
@roystgnr roystgnr deleted the stitching_debugging branch June 8, 2023 19:22
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.

3 participants