Replies: 1 comment
-
A mesh encloses the geometry (node coordinates) and connectivity (element definition from nodes). I think that the
It is essentially a 3D grid. Even more compact is the |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I employed a command similar to the one mentioned above to generate the grid file. Due to the domain being in the shape of a cube and being subdivided using hexahedral elements, the resulting grid is essentially a structured mesh. It doesn't require node-to-node connection information—facemap. Nevertheless, the resulting .msh file happens to be an unstructured mesh file that encloses facemap.
Consequently, the resultant files are larger in size, which could lead to a slowdown in the program when producing time-varying grid output during subsequent computations.
In this case, Is there a way to output a structured grid format?
Thank you in advance,
Best,
Zixun
Beta Was this translation helpful? Give feedback.
All reactions