Skip to content

Commit 51425fe

Browse files
add explanation on the MeshesContainer labels when you use the split_mesh operator on the split_mesh.rst tutorial
1 parent 0952029 commit 51425fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/user_guide/tutorials/mesh/split_mesh.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ Use the |split_mesh| operator to split an already existing |MeshedRegion| based
122122
Currently you can split a mesh by material or eltype.
123123

124124
When you split a |MeshedRegion| the split parts are stored in the DPF collection called |MeshesContainer|.
125+
Th |MeshesContainer| have a two different labels for each |MeshedRegion|:
126+
127+
- A "body" label;
128+
- A label with the property used to split the mesh. Here, the "mat" label.
125129

126130
Here, we split the |MeshedRegion| by material.
127131

0 commit comments

Comments
 (0)