File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,16 +121,16 @@ where
121121 ) ) ;
122122 }
123123
124- // Note: The following checks is commented out because it leads to missing nodes.
124+ // Note: The following check is commented out because it can lead to missing nodes.
125125 // Probable explanation:
126126 // The MSH `node_block`'s `entity_dim` does not seem to correspond to the geometrical
127127 // dimension of the points. Rather it seems to correspond to the dimension of the "physical"
128128 // object represented by the node block.
129129 // When creating primitives in Gmsh for example, the nodes of a triangulation of a sphere are
130130 // divided into node_blocks representing its equator, surface and volume and all of them are
131131 // referenced by the volumetric elements.
132- // In addition, all node blocks have to be read in order for the global `node_tag` indexing to
133- // 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 .
134134 // TODO: Revisit this after some more experience with loading MSH files and delete this.
135135 /*
136136 if node_block
You can’t perform that action at this time.
0 commit comments