Salome HOME
Correction to mapping and adding HXT in 3D
[plugins/gmshplugin.git] / tests / gmsh_triangulation_algorithms_for_square.py
index 8340c589e87b719c211f4eeff660f38f321d0e1c..452bde4426476e423bc655186f93365e45337384 100644 (file)
@@ -7,8 +7,8 @@ This file creates a square using GEOM then meshes the same using Gmsh's differen
 2. mesh Adapt             ----> Gmsh_Parameters.Set2DAlgo( 1 )
 3. Delaunay               ----> Gmsh_Parameters.Set2DAlgo( 2 )
 4. Frontal                ----> Gmsh_Parameters.Set2DAlgo( 3 )
-5. Delaunay For Quads     ----> Gmsh_Parameters.Set2DAlgo( 3 )
-6. Packing Parallelograms ----> Gmsh_Parameters.Set2DAlgo( 3 )
+5. Delaunay For Quads     ----> Gmsh_Parameters.Set2DAlgo( 4 )
+6. Packing Parallelograms ----> Gmsh_Parameters.Set2DAlgo( 5 )
 
 This file is solely for the propose of testing and we do overwrite the meshes.
 '''