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 face_node_coordinates and edge_node_coordinates properties #48

Closed
Huite opened this issue Jan 23, 2023 · 0 comments
Closed

Add face_node_coordinates and edge_node_coordinates properties #48

Huite opened this issue Jan 23, 2023 · 0 comments

Comments

@Huite
Copy link
Collaborator

Huite commented Jan 23, 2023

A Ugrid2d currently has node_coordinates, edge_coordinates, face_coordinates. These all refer to vertices, or the vertices that form the centroids.

To separate between them, it would be good to also define the face_node_coordinates, which are all the nodes coordinates for a face, shape (n_face, n_max_node_per_face, 2). Fill values should be marked with NaN. Similary, edge_node_coordinates, with shape (n_edge, 2, 2).

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

1 participant