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

use Metis by default: Chaco can produce nicer partitions but is

currently a lot less stable on some machines (cf. Dave)
parent 5baa55b5
No related branches found
No related tags found
No related merge requests found
...@@ -1021,12 +1021,7 @@ StringXNumber MeshOptions_Number[] = { ...@@ -1021,12 +1021,7 @@ StringXNumber MeshOptions_Number[] = {
{ F|O, "OptimizeNetgen" , opt_mesh_optimize_netgen , 0. , { F|O, "OptimizeNetgen" , opt_mesh_optimize_netgen , 0. ,
"Optimize the mesh using Netgen to improve the quality of tetrahedral elements" }, "Optimize the mesh using Netgen to improve the quality of tetrahedral elements" },
{ F|O, "Partitioner" , opt_mesh_partition_partitioner, { F|O, "Partitioner" , opt_mesh_partition_partitioner, 2. ,
#if defined(HAVE_CHACO)
1.,
#else
2.,
#endif
"Partitioner software (1=Chacho, 2=METIS)" }, "Partitioner software (1=Chacho, 2=METIS)" },
{ F|O, "Points" , opt_mesh_points , 0. , { F|O, "Points" , opt_mesh_points , 0. ,
"Display mesh vertices (nodes)?" }, "Display mesh vertices (nodes)?" },
......
...@@ -17,8 +17,7 @@ GMSH_SHORT_LICENSE = "GNU General Public License" ...@@ -17,8 +17,7 @@ GMSH_SHORT_LICENSE = "GNU General Public License"
GMSH_VERSION_FILE = Common/GmshVersion.h GMSH_VERSION_FILE = Common/GmshVersion.h
GMSH_DATE = `date "+%Y%m%d"` GMSH_DATE = `date "+%Y%m%d"`
GMSH_API = Geo/GModel.h\ GMSH_API = Geo/GModel.h Geo/GEntity.h Geo/GPoint.h\
Geo/GEntity.h Geo/GPoint.h\
Geo/GVertex.h Geo/GEdge.h Geo/GEdgeLoop.h Geo/GFace.h Geo/GRegion.h\ Geo/GVertex.h Geo/GEdge.h Geo/GEdgeLoop.h Geo/GFace.h Geo/GRegion.h\
Geo/MVertex.h Geo/MEdge.h Geo/MFace.h Geo/MElement.h\ Geo/MVertex.h Geo/MEdge.h Geo/MFace.h Geo/MElement.h\
Geo/discreteVertex.h Geo/discreteEdge.h Geo/discreteFace.h Geo/discreteRegion.h\ Geo/discreteVertex.h Geo/discreteEdge.h Geo/discreteFace.h Geo/discreteRegion.h\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment