-
Notifications
You must be signed in to change notification settings - Fork 18
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
Hackathon/edge mesh #378
Merged
Merged
Hackathon/edge mesh #378
Changes from 5 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
ba90699
add dummy files
Zhouyuan-Chen 5095f98
fixed problem
Zhouyuan-Chen f792fb4
added throws for safety
Zhouyuan-Chen d412649
implemented some EdgeMesh functions
Zhouyuan-Chen 96325c6
add EdgeMeshOperationExecutor and DEBUG_EdgeMesh
Zhouyuan-Chen b749fac
add EdgeMesh_example and test code
Zhouyuan-Chen 01ba6f1
fix a bug for EdgeMesh::initialize, the loop's condition wrong.
Zhouyuan-Chen d9e3742
Merge remote-tracking branch 'origin/main' into hackathon/edge_mesh
zlyfunction 37392a7
get the desired frame for edgemesh operation executor
zlyfunction b551d2d
implement edgemesh split_edge
zlyfunction 913e166
fimish edgemesh split_edge with return tuple
zlyfunction 455c867
correct edgemsh split without aorientation assumptions
zlyfunction a75edd4
implement edge mesh connectivity
JcDai b6e2844
take care of the case of self loop
zlyfunction 588530a
a complete draft of edge mesh operations
zlyfunction 2f50e69
Merge branch 'hackathon/edge_mesh' of https://github.com/wildmeshing/…
JcDai b006e30
implemented edge mesh
JcDai 1a91445
add 1d topology unit test
JcDai 7f9f178
add implementation for operations in edgemesh clas
JcDai 0f1e5c4
fix typo
JcDai 4b549e2
add debug_edgemesh examples
JcDai d6f79e0
fix bug
JcDai 51e750d
rename tmoe to emoe
zlyfunction 9d210e5
add 1d tuple tests
JcDai 4c1fc6d
Merge branch 'hackathon/edge_mesh' of https://github.com/wildmeshing/…
JcDai 6cd9330
Merge remote-tracking branch 'origin/main' into hackathon/edge_mesh
JcDai 8443678
clean codes
JcDai 93078ed
fix collapse
zlyfunction 0191bc1
add test simplices_to_delete_for_split_1D
zlyfunction f9339ea
add test simplices_to_delete
zlyfunction e680734
add split and collapse test, need fix collapse
zlyfunction 36f5b4b
fix ccw, still need fix collapse
zlyfunction d5ae116
add more 1d topology test
JcDai 8cbc009
Merge branch 'hackathon/edge_mesh' of https://github.com/wildmeshing/…
JcDai 436714d
fix collapse, seems to be correct
zlyfunction 3af5411
Merge branch 'hackathon/edge_mesh' of https://github.com/wildmeshing/…
JcDai d3fd978
add is_simplex_deleted function in DEBUG_EdgeMesh
zlyfunction 8163b71
fix collapse edge ev update
zlyfunction 36ef0f2
fix bug for self loop otopo init
JcDai 4fff8d8
Merge branch 'main' into hackathon/edge_mesh
e43b219
collapse test add return_tuple check and delete simplex test
4f59656
fix bug in update ve in collapse edge
e20fd21
finish testing collapse edge
add571d
fix bug in split_edge ev update
22c615a
finish split test
zlyfunction 3844c20
refactor based on comments
JcDai 57f8aae
Merge remote-tracking branch 'origin/main' into hackathon/edge_mesh
JcDai cf18878
add throw
JcDai 56e6040
redo changes in TriMesh
JcDai d3cd444
rollback the redo for Trimesh
JcDai 29a6674
refactor based on comments
zlyfunction fd11974
reuse hash acc in tests
zlyfunction 88f62a7
fix DEBUG_EdgeMesh::operator==
zlyfunction 0409e9b
Merge branch 'main' into hackathon/edge_mesh
zlyfunction 281e5cc
Merge branch 'main' of https://github.com/wildmeshing/wildmeshing-too…
zlyfunction 6540991
modify to fit the changes happend in main branch
zlyfunction 3ee54bc
typo in comment
zlyfunction 25251ca
fix compile
zlyfunction e991d24
delete TODO in comments
zlyfunction File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this TODO still a TODO?