Skip to content
Snippets Groups Projects
Commit 53498ac6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

set node renum=0 by default (weird side effects on some meshes: need to
take closer look)
parent 185e29a8
No related branches found
No related tags found
No related merge requests found
......@@ -969,7 +969,7 @@ StringXNumber MeshOptions_Number[] = {
"Random factor used in 2D and 3D meshing algorithm (test other values when the algorithm fails)" },
{ F|O, "RecombineAlgo" , opt_mesh_recombine_algo , 1 ,
"Recombine algorithm (1=mixed triangles-quadrangles, 2=all quadrangles)" },
{ F|O, "RenumberNodes" , opt_mesh_renumber_nodes_continuous , 1. ,
{ F|O, "RenumberNodes" , opt_mesh_renumber_nodes_continuous , 0. ,
"Renumber nodes to remove holes in the numbering sequence" },
{ F, "SaveAll" , opt_mesh_save_all , 0. ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment