You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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)
.The text was updated successfully, but these errors were encountered: