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
This is currently ignored by the gmsh reader. In https://github.com/SNLComputation/omega_h/blob/master/src/Omega_h_gmsh.cpp#L268-L270
the physical tag is read but not stored. How would you suggest to do it? Could this information be stored in a csv like structure where a pair (a2ab, ab2b) would point from each physical entity a to all the tets b that are in it?
The text was updated successfully, but these errors were encountered:
Before the section
$Nodes
, a file from gmsh typically have a section such asThis is currently ignored by the gmsh reader. In
https://github.com/SNLComputation/omega_h/blob/master/src/Omega_h_gmsh.cpp#L268-L270
the physical tag is read but not stored. How would you suggest to do it? Could this information be stored in a csv like structure where a pair (a2ab, ab2b) would point from each physical entity
a
to all the tetsb
that are in it?The text was updated successfully, but these errors were encountered: