From fd1edc03a55bb153c6411378c849aaf7b4bf8b4c Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 16 Feb 2014 10:28:11 +0000
Subject: [PATCH]

---
 benchmarks/stl/skull.geo | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/benchmarks/stl/skull.geo b/benchmarks/stl/skull.geo
index 25230c5d64..39de148a36 100644
--- a/benchmarks/stl/skull.geo
+++ b/benchmarks/stl/skull.geo
@@ -1,18 +1,12 @@
-Mesh.Algorithm = 6; //(1=MeshAdapt, 2=Automatic, 5=Delaunay, 6=Frontal, 7=bamg, 8=delquad)
 
-Mesh.RemeshParametrization=0; //(0=harmonic_circle, 1=conformal, 2=rbf, 3=harmonic_plane, 4=convex_circle, 5=convex_plane, 6=harmonic square" 
-Mesh.RemeshAlgorithm=2; //(0) nosplit (1) automatic (2) split metis
+Geometry.HideCompounds = 0; // show underlying STL
 
-Mesh.CharacteristicLengthFactor=0.2;
-//Mesh.Algorithm3D = 4; //Frontal (4) Delaunay(1)
+Mesh.RemeshAlgorithm=1; //(0) nosplit (1) automatic (2) split metis
 
-Merge "skullU.stl";
-CreateTopology;
+Mesh.CharacteristicLengthFactor=0.2;
 
-Compound Surface(200)={1} ;
+Merge "skull.stl";
 
-Surface Loop(300)={200};
-Volume(301)={300};
+Compound Surface(200)={1};
 
 Physical Surface (501)={200};
-Physical Volume(502)={301};
-- 
GitLab