We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0952029 commit 51425feCopy full SHA for 51425fe
doc/source/user_guide/tutorials/mesh/split_mesh.rst
@@ -122,6 +122,10 @@ Use the |split_mesh| operator to split an already existing |MeshedRegion| based
122
Currently you can split a mesh by material or eltype.
123
124
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.
129
130
Here, we split the |MeshedRegion| by material.
131
0 commit comments