File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,17 @@ where
121121 ) ) ;
122122 }
123123
124- // Note: The MSH `node_block`'s `entity_dim` does not seem to correspond to the geometrical
124+ // Note: The following check is commented out because it can lead to missing nodes.
125+ // Probable explanation:
126+ // The MSH `node_block`'s `entity_dim` does not seem to correspond to the geometrical
125127 // dimension of the points. Rather it seems to correspond to the dimension of the "physical"
126128 // object represented by the node block.
127129 // When creating primitives in Gmsh for example, the nodes of a triangulation of a sphere are
128130 // divided into node_blocks representing its equator, surface and volume and all of them are
129131 // referenced by the volumetric elements.
130- // In addition, all node blocks have to be read in order for the global `node_tag` indexing to
131- // be consistent work.
132+ // In addition, all node blocks have to be read anyway in order for the global `node_tag` indexing to
133+ // work consistently.
134+ // TODO: Revisit this after some more experience with loading MSH files and delete this.
132135 /*
133136 if node_block
134137 .entity_dim
You can’t perform that action at this time.
0 commit comments