diff --git a/doc/changelog.d/933.documentation.md b/doc/changelog.d/933.documentation.md new file mode 100644 index 0000000000..6360766423 --- /dev/null +++ b/doc/changelog.d/933.documentation.md @@ -0,0 +1 @@ +Update automesh.rst \ No newline at end of file diff --git a/doc/source/user_guide/automesh.rst b/doc/source/user_guide/automesh.rst index a1ce8fb808..4575fac89f 100644 --- a/doc/source/user_guide/automesh.rst +++ b/doc/source/user_guide/automesh.rst @@ -13,7 +13,7 @@ For example, it creates mesh objects from the imported geometry. The volumetric meshing with given meshing parameters. .. note:: - The starting point for the volumetric meshing procedure is a valid surface mesh. + The starting point for the volumetric meshing procedure is a valid surface mesh defining any number of computed volumetric regions. If overlapping meshed faces are present then the mesh method may fail due to duplicate nodes on the face. Consider if the overlapping faces are intended to be in the same part and what the expected connectivity between the faces should be. If meshing adjacent volumes with disconnected overlapping faces between the volumes it is recommended that the volumes be in different parts. .. tip:: Volume mesh can be generated using the :func:`Mesh.volume_mesh() `