X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fconstructing_submeshes.doc;h=917fd5f65e434515d46350c874b401e55705569d;hb=e00fb4f780381a3b1324514a951b635b6be88c11;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..917fd5f65 100644 --- a/doc/salome/gui/SMESH/input/constructing_submeshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_submeshes.doc @@ -1,38 +1,91 @@ /*! -\page constructing_submeshes_page Constructing submeshes +\page constructing_submeshes_page Constructing sub-meshes -\n Construction of a submesh consists of: +Sub-mesh is a mesh on a geometrical sub-object created with algorithms +and/or hypotheses other than the algorithms and hypotheses assigned to +the parent mesh on the parent geometrical object. + +If a geometrical sub-object belongs to several geometrical objects +having different meshes or sub-meshes, it will be meshed with the +hypotheses of a sub-mesh of a lower dimension.
+For example, a face of a box is meshed with a sub-mesh 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 sub-mesh 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 sub-mesh, will be meshed using algorithms and + hypotheses of any of the two, chosen randomly. This indeterminacy can + be fixed by defining \ref submesh_order_anchor "Sub-mesh priority". The + default sub-meshes priority is such that multi-dimensional algorithms + are processed first. +
+ +\n Construction of a sub-mesh consists of: -
To construct a submesh: +
To construct a sub-mesh: \par -From the \b Mesh menu select Local Hyp. or click "Create +From the \b Mesh menu select Create Sub-mesh or click "Create Sum-mesh" button in the toolbar. -\image html image33.gif -
"Create Sum-mesh" button
+
+ \image html image33.gif + "Create Sub-mesh" button +
\par The following dialog box will appear: +\par \image html createmesh-inv2.png \par It allows to define the \b Name, the parent \b Mesh and the \b Geometry (e.g. a face if the parent mesh has been built on box) of the -submesh. You can define algorithms and hypotheses in the same way as +sub-mesh. You can define algorithms and hypotheses in the same way as in \ref constructing_meshes_page "Create mesh" menu. \par -In the Object Browser the structure of the new submesh will be +If the parent mesh is already computed, then you can define the +\b Geometry by picking mesh elements computed on a sub-shape of interest +in the 3D Viewer, i.e. you do not have to extract this sub-shape +in Geometry module beforehand. To start element selection, press \a +Selection button to the right of \b Geometry label. If this button is +already down, then click it to release and then click it again. The +following pop-up menu allowing to choose a way of geometry definition will +appear. + +\par +\image html choose_geom_selection_way.png + +\par +Direct geometry selection enables selecting the sub-shape in the Object +Browser. +Find geometry by mesh element selection activates the following dialog. + +\par +\image html find_geom_by_mesh_elem.png + +\par +In this dialog, Element Type defines kind of element to pick in the +Viewer. +Instead of picking an element in the Viewer, you can type its +ID in Element ID field. + Geometry name field allows defining a name of the sub-shape. + + +\par +In the Object Browser the structure of the new sub-mesh will be displayed as follows: \image html image10.jpg @@ -40,14 +93,14 @@ displayed as follows: \par It contains:
See Also a sample TUI Script of a -\ref tui_construction_submesh "Construct Submesh" operation. +\ref tui_construction_submesh "Construct Sub-mesh" operation. */