Skip to content

Commit 6a11152

Browse files
committed
Update comment
1 parent b5d7a2a commit 6a11152

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/io/msh.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)