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:
eap 2011-03-11 13:13:58 +00:00
parent c1c7d4f3b3
commit 570cb9161c

View File

@ -339,6 +339,14 @@
hypos="NumberOfSegments"
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>
</meshers>