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

*** empty log message ***

parent 51a29c3e
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ StringXString GeneralOptions_String[] = {
#if defined(WIN32)
"notepad.exe %s" ,
#elif defined(__APPLE__)
"open -e %s" ,
"open -t %s" ,
#else
"emacs %s &" ,
#endif
......@@ -697,7 +697,12 @@ StringXNumber GeneralOptions_Number[] = {
"Display size of points (in pixels)" },
{ F|O, "PolygonOffsetAlwaysOn" , opt_general_polygon_offset_always , 0. ,
"Always apply polygon offset, instead of trying to detect when it is required" },
{ F|O, "PolygonOffsetFactor" , opt_general_polygon_offset_factor , 1.0 ,
{ F|O, "PolygonOffsetFactor" , opt_general_polygon_offset_factor ,
#if defined(__APPLE__)
0.5 ,
#else
1.0 ,
#endif
"Polygon offset factor (offset = factor * DZ + r * units)" },
{ F|O, "PolygonOffsetUnits" , opt_general_polygon_offset_units , 1. ,
"Polygon offset units (offset = factor * DZ + r * units)" },
......
......@@ -21,13 +21,10 @@ Line Loop(10) = {4,1,2,3};
Plane Surface(11) = {9,10};
Extrude Surface {11, {0,0.0,2.0}}
{
Layers { {2,1,2} , {100,200,100} , {.05,.95,1.} } ;
Layers { {2,1,2} , {.05,.95,1.} } ;
};
Coherence;
Physical Surface(54) = {53};
Physical Surface(55) = {11};
Physical Surface(56) = {40,44,48,52};
Physical Surface(57) = {53};
//Surface Loop(58) = {53,24,11,28,32,36,40,44,48,52};
//Complex Volume(59) = {58};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment