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

Improve handling of mesh stitching for non-conforming meshes #3599

Merged
merged 4 commits into from
Jul 6, 2023

Commits on Jun 28, 2023

  1. Update comment for stitch_meshes

    Philip Moseley committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d5fc261 View commit details
    Browse the repository at this point in the history
  2. stitch_meshes returns a boolean for whether or not nodes were merged

    This can help the user determine if two boundaries were unexpectedly non-coincident,
    because otherwise no error or warning message is given.
    Philip Moseley committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    217a213 View commit details
    Browse the repository at this point in the history
  3. New stitching flag to avoid partially merging boundary nodes

    This helps avoid the case where a stitched boundary surface has a mix of merged
    (coincident) nodes and unmerged hanging nodes.
    Philip Moseley committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e30c30b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Stitching functions return number of merged nodes

    Philip Moseley committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f8713a2 View commit details
    Browse the repository at this point in the history