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

disable parts of cases

parent 4b300a24
No related branches found
No related tags found
No related merge requests found
......@@ -1245,7 +1245,7 @@ double triangulation::geodesicDistance ()
if (Fixed.size() == v2t.size())break;
}
/*
char name[256];
sprintf(name,"geodesicDistance%d.pos",iter);
FILE *f = fopen(name,"w");
......@@ -1262,7 +1262,7 @@ double triangulation::geodesicDistance ()
}
fprintf(f,"};\n");
fclose(f);
*/
return CLOSEST;
}
......
General.MeshDiscrete=1 ;
Merge "sphere.stl";
// FIXME: re-add this once we have a good reparam
//Merge "sphere.stl";
//out[] = Extrude{
// Surface{1}; Layers{5, 0.1}; Recombine;
//};
//the volume of the boundary layer is created
//with the extrusion
//here we create the volume of the inside of the sphere
// the volume of the boundary layer is created with the extrusion
// here we create the volume of the inside of the sphere
//Surface Loop(100)={1};
//Volume(101)={100};
......@@ -26,9 +26,9 @@ ss[] = Surface {:};
// discrete):
Compound Surface{ss[]};
// And we can create the volume based on the new compound entities
Surface Loop(1) = {ss[]};
Volume(1) = {1};
// FIXME: re-add this when we use a good parametrization
//Surface Loop(1) = {ss[]};
//Volume(1) = {1};
// element size imposed by a size field
Field[1] = MathEval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment