Skip to content
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

Suggestion: GridGraph #1

Open
simonschoelly opened this issue Jul 4, 2019 · 2 comments
Open

Suggestion: GridGraph #1

simonschoelly opened this issue Jul 4, 2019 · 2 comments

Comments

@simonschoelly
Copy link
Member

Maybe it would be nice for numerical problems to have a graph that represents a multidimensional grid. Then there should be a way to access the vertices not only with an integer, but also with an instance of CartesianIndex.

@matbesancon
Copy link
Member

I see yes that would be interesting. Thing is, not sure we can represent infinite grids (what should nv and ne return?) but finite grids should be fine

@simonschoelly
Copy link
Member Author

I wouldn't do infinite graphs, just finite grids, maybe with the possibility to wrap around.

@matbesancon matbesancon mentioned this issue Jul 4, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants