-
Notifications
You must be signed in to change notification settings - Fork 51
feat: add icosahedral mesh layout with grid-to-mesh connectivity #76
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
yuvraajnarula
wants to merge
61
commits into
mllam:main
Choose a base branch
from
yuvraajnarula:feature/icosahedral-connectivity
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 16 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
ed4c359
feat : icosahedral mesh layout
yuvraajnarula 2b3445f
feat : .ipynb for demo functioning of the layout
yuvraajnarula 814d2af
chore : added lib support
yuvraajnarula e9244a9
feat: integrate trimesh icosahedral generation utility
mandeepsingh2007 41f5f6a
chore
yuvraajnarula bf299ed
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
yuvraajnarula 28fc83e
refactor : Extend m2m_connectivity to include 'icosahedral'
yuvraajnarula 3fbf49c
feat : Implemented the mesh generation functions in icosahedral.py
yuvraajnarula a3f1e03
feat : ipynb implementation
yuvraajnarula 22b9590
chore : fixed m2g graph plotting(g2m plotting bugs left)
yuvraajnarula 0a4f718
chore : g2m bugs solved (Missing longitude coverage still -90 to +90°…
yuvraajnarula 271a4a5
chore : m2m bug fixed + visuals enhanced
yuvraajnarula 09ca697
feat : tests for icosahedral.py
yuvraajnarula f64c79b
chore : changes as per test/
yuvraajnarula d2d4b82
chore : changelog.md
yuvraajnarula 4b27680
refactor : optimize mesh-to-grid connectivity with spatial indexing
yuvraajnarula b661760
chore : added missing early exit in find_containing_triangle + implem…
yuvraajnarula 5af2411
feat: use 3D Cartesian vdiff for icosahedral graphs
Joltsy10 689e8bd
chore : fixed icosahedral mesh test and add fallback:
yuvraajnarula 0030377
feat: use 3D Cartesian vdiff for icosahedral graphs
Joltsy10 00a0bf3
refactor: Fix incorrect calculation of finer_start in create_hierarch…
yuvraajnarula b5ada6f
refactor: handle none returns from find_containing_triangle in connec…
yuvraajnarula a7fe346
refactor : optimized compute_max_edge_length by vectorizing
yuvraajnarula 9675742
refactor : vectorized connect_grid_to_mesh
yuvraajnarula 5d774f6
refactor :grid_spacing argument
yuvraajnarula 7e5a4f0
fix: correct icosahedral barycentric weights, grid spacing level sele…
yuvraajnarula 30a09bd
feat: Add face-adjacent connectivity and containing triangle M2G visu…
Joltsy10 a41e588
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
Joltsy10 46761ff
feat : linting
yuvraajnarula 79db89b
chore : doc fixes
yuvraajnarula 3e9d698
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
yuvraajnarula c8f439d
chore : .ipynb fixes + linting
yuvraajnarula 831e7fe
chore : changelog.md
yuvraajnarula b7e2f4d
chore : linting
yuvraajnarula 7996a21
chore : Deleted .pkl
yuvraajnarula 97b5d9f
Merge branch 'mllam:main' into feature/icosahedral-connectivity
mandeepsingh2007 081a59e
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
yuvraajnarula 91e21e8
refactor(icosahedral): rename G/DG to lowercase, add type annotations…
mandeepsingh2007 92fa6c4
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
yuvraajnarula f460044
refactor splitting ipynb
yuvraajnarula bef3c6f
chore : updated pyproject
yuvraajnarula c042c37
chore : linting
yuvraajnarula 83108df
fix: replace icosahedral vdiff with tangential plane displacement
Joltsy10 4fada8d
chore : linting
yuvraajnarula 1acf85e
chore
yuvraajnarula dbe2843
feat : Feature Dimension Detection
yuvraajnarula e7a9edc
refactor : .ipynb doc -> doc/internals
yuvraajnarula 026f792
chore : linting
yuvraajnarula c10b686
chore : reverted usage.ipynb
yuvraajnarula 90a613e
chore : usage.ipynb
yuvraajnarula 0e1ff33
chore : linting
yuvraajnarula 37848db
fix: remove pos3d from mesh nodes, detect icosahedral graphs via mesh…
Joltsy10 ccf1f12
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
Joltsy10 b0639a7
feat : added 3d visualization support
yuvraajnarula 99e6916
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
yuvraajnarula 107703b
chore : linting
yuvraajnarula b00ca64
feat : hierachal mesh graph with concentric circles
yuvraajnarula 6a7a689
chore : linting
yuvraajnarula b269a9c
Merge branch 'main' into feature/icosahedral-connectivity
yuvraajnarula 1d17a2f
chore : reverted back to 2d visualization
yuvraajnarula d5da03c
Merge branch 'feature/icosahedral-connectivity' of https://github.com…
yuvraajnarula 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
Large diffs are not rendered by default.
Oops, something went wrong.
|
yuvraajnarula marked this conversation as resolved.
Outdated
|
Binary file not shown.
Large diffs are not rendered by default.
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.