mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Precise doc on sub-mesh priority
This commit is contained in:
parent
2954414714
commit
3f36e2f8be
@ -217,7 +217,11 @@ These elements can be kept in the mesh.
|
|||||||
Changing sub-mesh priority
|
Changing sub-mesh priority
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
If the mesh contains concurrent :ref:`sub-meshes <constructing_submeshes_page>`, it is possible to change the priority of their computation, i.e. to change the priority of applying algorithms to the shared sub-shapes of the Mesh shape.
|
If the mesh contains concurrent :ref:`sub-meshes <constructing_submeshes_page>`, it is possible to change their :ref:`default priority <submesh_priority>`. Changing priority works in two ways:
|
||||||
|
|
||||||
|
* For sub-meshes with assigned algorithms of same dimension generating mesh of *several dimensions*, it sets the order in which the sub-meshes are computed.
|
||||||
|
* For the rest sub-meshes, it sets the order in which the sub-meshes are checked when looking for meshing parameters to apply to a sub-shape. Examples below present this way. To impose the order in which sub-meshes with uni-dimensional algorithms are computed, invoke **Compute Sub-mesh** command on sub-meshes in a desired order.
|
||||||
|
|
||||||
|
|
||||||
*To change sub-mesh priority:*
|
*To change sub-mesh priority:*
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ in one of the following ways:
|
|||||||
* In Mesh module, by clicking **Publish Sub-shape** button in a dialog showing :ref:`meshing errors <meshing_failed_anchor>`.
|
* In Mesh module, by clicking **Publish Sub-shape** button in a dialog showing :ref:`meshing errors <meshing_failed_anchor>`.
|
||||||
|
|
||||||
|
|
||||||
.. :submesh_priority:
|
.. _submesh_priority:
|
||||||
|
|
||||||
How hypotheses are selected among sub-meshes
|
How hypotheses are selected among sub-meshes
|
||||||
############################################
|
############################################
|
||||||
@ -62,7 +62,7 @@ of a sub-mesh where 1D algorithm is assigned:
|
|||||||
* **groups of solids** sharing the edge, if any
|
* **groups of solids** sharing the edge, if any
|
||||||
* the **main shape**
|
* the **main shape**
|
||||||
|
|
||||||
(This sequence of sub-shapes defines the priority of sub-meshes. Thus more
|
(This sequence of sub-shapes defines the **priority** of sub-meshes. Thus more
|
||||||
local, i.e. assigned to sub-shape of lower dimension, algorithms and
|
local, i.e. assigned to sub-shape of lower dimension, algorithms and
|
||||||
hypotheses have higher priority during the search of hypotheses to
|
hypotheses have higher priority during the search of hypotheses to
|
||||||
apply.)
|
apply.)
|
||||||
|
Loading…
Reference in New Issue
Block a user