get_vertices() in Gridgen class only returns vertices in 2D plane #1974
Unanswered
flydream0428
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Because the cells in MODFLOW have flat tops and bottoms, there is not much to be gained by having all 8 vertices. It is a bit more efficient to access the 2D vertices and the cell top and bottom elevations, which should be available through Gridgen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may be purposely designed. But I expect to see 8 vertices rather than 4 when I call this function. Is there a good reason for this? Is there another function to get the 3D vertices?
Beta Was this translation helpful? Give feedback.
All reactions