-
Notifications
You must be signed in to change notification settings - Fork 63
Feature: Ancestor search #1714
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
Open
holke
wants to merge
56
commits into
main
Choose a base branch
from
feature-ancestor_search
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+842
−40
Open
Feature: Ancestor search #1714
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
3223c63
Add a comment to bin_search
holke a3422fc
Implement t8_forest_bin_search_upper
holke 5584c0f
Implement t8_forest_element_is_ancestor
holke 5d1564a
Add t8_forest_bin_search_first_descendant_ancenstor
holke ca8989e
fix bin_search_upper
holke d50a3d8
fix element_is_ancestor
holke b700bd7
document bin_search_lower
holke b28d548
document bin_search_upper
holke 67d6265
Add declaration of +t8_forest_bin_search_first_descendant_ancenstor. …
holke fb0cc9e
t8_forest_bin_search_first_descendant_ancenstor fix parameter
holke f168141
Documentation
holke ecd65df
Merge remote-tracking branch 'origin/main' into feature-ancestor_search
holke 511cbef
typo
holke 8f9b60e
Merge remote-tracking branch 'origin/main' into feature-ancestor_search
holke 488a6bb
Change docstring
holke 30bbb69
Add const to parameter
holke fd182a2
Merge branch 'main' into feature-ancestor_search
holke 70f4a37
Add element_is_ancestor function to the scheme interface and the defa…
holke f758a8b
Add a non-implementation i.e. abort of element_is_ancestor to the sta…
holke 18fe45a
Implement standalone version of is_ancestor
holke 0d8b09a
Add an is_ancestor test
holke 9acef23
Add an is_ancestor assertion to nca computation
holke f6c751b
Add is_ancestor check to nca unit test
holke 35402c7
typos
holke 9361571
Merge remote-tracking branch 'origin/main' into feature-ancestor_search
holke 4aa3363
Update src/t8_schemes/t8_scheme.hxx
holke 83a1fea
Merge branch 'main' into feature-ancestor_search
holke b561238
Merge branch 'main' into feature-ancestor_search
Davknapp 00a3965
Merge branch 'main' into feature-ancestor_search
holke 1fe100b
remove constexpr from is_ancestor function since it does not work wit…
holke f83f298
fix documentation
holke 26fab2d
Merge branch 'main' into feature-ancestor_search
Davknapp 4bd224c
Merge branch 'main' into feature-ancestor_search
holke 4dddb52
Merge branch 'main' into feature-ancestor_search
holke d3ea041
Add own header for reusable adapt functions to test environment
holke 746a4cc
Use new adapt callback in existing test
holke f4365b4
Start test for bin search
holke 331cc9b
Merge remote-tracking branch 'origin/feature-ancestor_search' into fe…
holke 9559150
Add first version of bin search lower test
holke 1579ae4
Continue test, crashes during search
holke b2ec0df
Fix parameter usage
holke df66454
correct function documentation
holke 17cf8e7
Add test for bin_search_upper
holke af53448
fix upper test
holke 8ce9d58
put commonly used print function in header
holke a69cde4
Merge remote-tracking branch 'origin/main' into feature-ancestor_search
holke 425b28e
Implemented test for lower and upper bindary serach
holke f9149b0
Move commonly used adapt function to own header
holke d92d6d9
put commonly used pretty print test function in header
holke 410083c
Merge branch 'feature-ancestor_search' into feature-test_upper_lower_…
holke 9c2d6d3
Merge remote-tracking branch 'origin/main' into feature-ancestor_search
holke 648c614
Made all leafs into leaves
holke 4ae1bcc
Apply suggestions from code review
holke aa02574
Update include path
holke c4cf0a2
Merge remote-tracking branch 'origin/feature-ancestor_search' into fe…
holke 468ea5a
Added test for ancestor search
holke 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.