Skip to content

Nodes indices and Coordinates in Updated Mesh Format #7

Answered by mtroemner
JulienKh asked this question in Q&A
Discussion options

You must be logged in to vote

To your questions:

  1. In the file ...-data-facets.dat the first value on each line (labeled as tet) is the tet number where that facet resides. In the file ...-data-tets.dat each tet is provided with the list of nodes with which it is comprised. Finally, the facets follow a pre-specified tet-node connectivity (i.e. left column facet 0 connected by node 0 and 1; second column facet 1 is connected by node 0 and 1;... right column facet 11 is connected by node 2 and 3):
    tetn1 = [0,0,0,0,0,0,1,1,1,1,2,2]
    tetn2 = [1,1,2,2,3,3,2,2,3,3,3,3]
    With this information the n1 and n2 can be fully-reconstructed as needed.

  2. In the file ...-data-facets.dat the second, third, and fourth values of each line …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mtroemner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants