-
Notifications
You must be signed in to change notification settings - Fork 5
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
Faster Dual Mesh Generation #71
Merged
Merged
Changes from 26 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c38c664
Played around with dual mesh generation
GeorgeR227 6d1ee68
Further improvements to subdivision code
GeorgeR227 625fe44
Using MVector to save memory costs
GeorgeR227 5a92870
Started work on make_dual_simplices_1d!
GeorgeR227 9f5664a
Further tweaks to 1D
GeorgeR227 dcce18f
Improvements to dual simplices 2D
GeorgeR227 c66bd64
Added faster dual mesh generation to tests
GeorgeR227 60640a6
Some final changes
GeorgeR227 7ae7b8d
Merge branch 'main' into gr/fast-mesh
GeorgeR227 0dd4a97
Remove personal testing file
GeorgeR227 59e86f3
Cleaned up the point_wrapper
GeorgeR227 06c5f05
Replaced copy_parts!
GeorgeR227 42dabec
Added primal_triangle test mesh
GeorgeR227 e267b10
Added fin mesh
GeorgeR227 ab1ea66
Revert "Added fin mesh"
GeorgeR227 4772a25
Clean up new tests
GeorgeR227 e55db29
Added initial dual mesh benchmarks
GeorgeR227 7dd038b
Moved FastMesh into seperate file
GeorgeR227 3a9467e
Added @inbounds to for loops
GeorgeR227 ca0d52d
Set dual volumes with SVector
lukem12345 a981727
Update subdivisions to use ACSets interface
GeorgeR227 9759b7e
Moved point inference higher
GeorgeR227 98786da
Integrated fast code into original
GeorgeR227 22496e7
Merge branch 'main' into gr/fast-mesh
GeorgeR227 b2b368e
Replace copy_parts!
GeorgeR227 8a79927
Remove FastMesh code
GeorgeR227 cb28c99
Updated to use built-in functionality
GeorgeR227 e6a9a63
Removed mesh array
GeorgeR227 09ff6d6
Revert "Removed mesh array"
GeorgeR227 8e480ea
Cleaned benchmarks some more
GeorgeR227 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
Oops, something went wrong.
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.
Can you add an issue to ACSets.jl that you are having to circumvent
copy_parts!
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.
Yes, I'll get one out once I've looked into the issue some more. I'm guessing this again stems from vectorized getting/setting plus other underlying issues.