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

472 edgemesh trimesh multimesh tuple map updates after operations #482

Conversation

zlyfunction
Copy link
Collaborator

  1. Implemented the functor for updating the map between the edge mesh and the triangle mesh:
    • Registered the map for the new edges created by the split operation.
    • Updated the hash in the map for those edges that potentially underwent hash changes.
  2. Fixed bugs in the multi-mesh hash map functions.

@zlyfunction zlyfunction self-assigned this Oct 30, 2023
@zlyfunction zlyfunction linked an issue Oct 30, 2023 that may be closed by this pull request
4 tasks
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b82fba0) 85.76% compared to head (818490b) 86.29%.

Files Patch % Lines
src/wmtk/operations/tri_mesh/EdgeCollapse.cpp 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #482      +/-   ##
==========================================
+ Coverage   85.76%   86.29%   +0.52%     
==========================================
  Files         210      208       -2     
  Lines        6226     6289      +63     
==========================================
+ Hits         5340     5427      +87     
+ Misses        886      862      -24     
Flag Coverage Δ
wildmeshing 86.29% <98.30%> (+0.52%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zlyfunction zlyfunction marked this pull request as draft October 30, 2023 16:17
@zlyfunction zlyfunction requested review from mtao and daniel-zint and removed request for mtao November 16, 2023 00:31
@zlyfunction zlyfunction marked this pull request as ready for review November 16, 2023 00:33
@zlyfunction zlyfunction requested a review from JcDai November 16, 2023 03:38
Copy link
Collaborator

@mtao mtao left a comment

Choose a reason for hiding this comment

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

we said we would accept bascially as is and then fix after right?
feel free to merge

@zlyfunction zlyfunction merged commit 2c69fc9 into main Nov 17, 2023
9 checks passed
@zlyfunction zlyfunction deleted the 472-edgemesh-trimesh-multimesh-tuple_map-updates-after-operations branch November 17, 2023 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EdgeMesh-TriMesh multimesh tuple_map updates after operations
2 participants