-
Notifications
You must be signed in to change notification settings - Fork 55
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
Created a component test for vtk writer and reader #1361
Open
tunxu
wants to merge
25
commits into
main
Choose a base branch
from
feature-vtk_meshreader
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.
Open
Changes from 4 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7a483e4
Created a component test for vtk writer and reader
tunxu 8777830
Merge branch 'main' into feature-vtk_meshreader
tunxu 9f91688
Merged with main
tunxu af47744
Fixed indentation
tunxu f962762
search partition: add interface for replicated partition search
hannesbrandt 5e96f63
search partition: add author file
hannesbrandt d9b7f60
search partition: const forest and comments
hannesbrandt 75861d1
Design a C++ interface for search
holke ee06683
Add C Interface for search C++
holke 118f8ba
Add documentation
Davknapp 6b9a928
started implementation of search-class
Davknapp 3e4afc4
Add file for search-implementation
Davknapp fc2f9b1
bug fixes
Davknapp 4dff9fc
compiling, but buggy
Davknapp fa0f499
Fixed bug.
Davknapp 9e74658
minimize example to fix memory bug
Davknapp aee133f
Fix Memory bug.
Davknapp 40e1d39
Delete obsolete code
Davknapp 3791f71
More documentation
Davknapp 29f8a79
reorder initializer list
Davknapp 3d4f8c5
Should be implicitly installed via installed directories
Davknapp f29be47
Test search without queries seperatly.
Davknapp 639356e
Merge remote-tracking branch 'origin/feature-vtk_meshreader' into fea…
tunxu df9ceda
Removed unused variable
tunxu 914893a
Merge branch 'main' into feature-vtk_meshreader
tunxu 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
Submodule p4est
updated
19 files
+2 −2 | .github/workflows/ci.yml | |
+1 −1 | CMakeLists.txt | |
+0 −1 | cmake/options.cmake | |
+0 −1 | doc/author_dutka.txt | |
+0 −146 | doc/doxygen/connectivity.dox | |
+0 −197 | doc/doxygen/ghost.dox | |
+0 −17 | doc/release_notes.txt | |
+1 −1 | sc | |
+3 −13 | src/p4est.h | |
+8 −457 | src/p4est_geometry.c | |
+9 −60 | src/p4est_geometry.h | |
+24 −45 | src/p4est_ghost.h | |
+50 −76 | src/p4est_lnodes.h | |
+0 −1 | src/p4est_to_p8est.h | |
+2 −2 | src/p4est_wrap.c | |
+3 −13 | src/p8est.h | |
+7 −58 | src/p8est_geometry.h | |
+21 −43 | src/p8est_ghost.h | |
+49 −79 | src/p8est_lnodes.h |
Submodule sc
updated
42 files
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.
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.
I don't think that we should remove this function entirely. Even though it is not used internally at the moment this still can be a handy function for others.
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.
@Davknapp and I had a chat about that and it is fine that we removed it :)