mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
0021197: EDF 1772 SMESH: Automatic meshing hypothesis
+ <hypotheses-set name="Automatic Triangulation" + hypos="MaxLength" + algos="Regular_1D, MEFISTO_2D"/> + + <hypotheses-set name="Automatic Quadrangulation" + hypos="NumberOfSegments" + algos="Regular_1D, Quadrangle_2D"/>
This commit is contained in:
parent
c1c7d4f3b3
commit
570cb9161c
@ -339,6 +339,14 @@
|
|||||||
hypos="NumberOfSegments"
|
hypos="NumberOfSegments"
|
||||||
algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
|
algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
|
||||||
|
|
||||||
|
<hypotheses-set name="Automatic Triangulation"
|
||||||
|
hypos="MaxLength"
|
||||||
|
algos="Regular_1D, MEFISTO_2D"/>
|
||||||
|
|
||||||
|
<hypotheses-set name="Automatic Quadrangulation"
|
||||||
|
hypos="NumberOfSegments"
|
||||||
|
algos="Regular_1D, Quadrangle_2D"/>
|
||||||
|
|
||||||
</hypotheses-set-group>
|
</hypotheses-set-group>
|
||||||
|
|
||||||
</meshers>
|
</meshers>
|
||||||
|
Loading…
Reference in New Issue
Block a user