-
Notifications
You must be signed in to change notification settings - Fork 35
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
Feat/tree functions #177
Merged
Merged
Feat/tree functions #177
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
439befb
adding default index for cells that won't be in the final mesh of -1 …
jcapriot 7e7c206
exposing edge and face indices of each cell in the TreeMesh to python
jcapriot 4d0a745
Function to find cells along a path of a constructed TreeMesh
jcapriot 0d1c227
embed function call strings from cython in the docstrings of those fu…
jcapriot 64884ae
Changing plotGrid to match implementation for TensorMesh
jcapriot 3ee61a0
adding much documention of TreeMesh functions
jcapriot 6e87ce0
Merge commit 'fe80c4561862aba1e130033ae148c75ebd7027ea' into feat/tre…
jcapriot d07fbd7
Initial representation methods for the TreeMesh
jcapriot 8a021c0
changing cells to centers in plotGrid
jcapriot e098438
moving the attribute definition into the functions for the properties…
jcapriot 0e7a38b
Merge branch 'master' into feat/tree_functions
micmitch 373c4a6
Merge branch 'master' into feat/tree_functions
lheagy 6d62006
Merge branch 'master' into feat/tree_functions
lheagy 6ab88e5
Merge branch 'master' into feat/tree_functions
lheagy 8608d36
Switching back from python 3.6 f-Strings to string.format form
jcapriot 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
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.
Thanks for the doc-strings :)