X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fconstructing_submeshes.doc;h=a17569f7cb9188541ad3df343491f3b68bc8e27e;hb=0635c9fc80f67d1e5dc0e94ec85f487286a92070;hp=571740e5f10425d2efe28a4e9766b9a763e5909f;hpb=79b1ac2b6df9117f16f11d444b1f165d477a1813;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/constructing_submeshes.doc b/doc/salome/gui/SMESH/input/constructing_submeshes.doc index 571740e5f..a17569f7c 100644 --- a/doc/salome/gui/SMESH/input/constructing_submeshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_submeshes.doc @@ -2,6 +2,23 @@ \page constructing_submeshes_page Constructing submeshes +Submesh is a mesh on a geometrical subobject created with algorithms +and/or hypotheses other than the algorithms and hypotheses assigned to +the parent mesh on the parent object. +

+If a geometrical subobject belongs to several geometrical objects +having different meshes or submeshes, it will be meshed with the +hypotheses of a submesh of a lower dimension.
+For example, a face of a box is meshed with a submesh using algorithms +and hypotheses other than the parent mesh on the whole box. The face +and the box share four edges, which will be meshed with algorithms and +hypotheses of the submesh on the face, because the face is a 2D object +while the box is a 3D object.
+ If the dimensions are the same, an arbitrary algorithm/hypothesis + will be used. This means that an edge shared by two faces each having + its own different submesh, will be meshed using algorithms and + hypotheses of any of the two, chosen randomly.
+ \n Construction of a submesh consists of: