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

Add 'nodes' as supported indexable element for IJK grid properties #211

Closed
andy-beer opened this issue Sep 8, 2021 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@andy-beer
Copy link
Contributor

The PropertyCollection class does not currently handle 'nodes' as an indexable element for grid properties. This capability should be added for IJK grid properties.

Note that the shape of the points array (nodes) is different depending on whether an IJK grid is faulted (has split pillars) or not. Calling code would have to ensure that properties assigned to nodes are correctly set up, which is non-trivial when split pillars are present.

@andy-beer andy-beer added the enhancement New feature or request label Sep 8, 2021
@andy-beer andy-beer self-assigned this Sep 10, 2021
@andy-beer
Copy link
Contributor Author

An upcoming piece of work may also require 'nodes per cell' indexable elements for grid properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant