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

remove extra volumes - this file should be cleaned up :-)

parent 89d0cbd8
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ Include "mstrip_param.pro" ; ...@@ -2,9 +2,9 @@ Include "mstrip_param.pro" ;
TRANS = 1 ; TRANS = 1 ;
Mesh.Algorithm3D = 4; // 3D mesh algorithm (1=Delaunay, 4=Frontal) //Mesh.Algorithm3D = 10; // 3D mesh algorithm (1=Delaunay, 4=Frontal)
Mesh.Optimize = 1; // Optimize the mesh to improve the quality of tetrahedral elements //Mesh.Optimize = 1; // Optimize the mesh to improve the quality of tetrahedral elements
Mesh.Smoothing = 5; //Mesh.Smoothing = 5;
//Mesh.CharacteristicLengthFactor = 2 ; //Mesh.CharacteristicLengthFactor = 2 ;
...@@ -400,3 +400,4 @@ Hide { Point{ Point '*' }; Line{ Line '*' }; } ...@@ -400,3 +400,4 @@ Hide { Point{ Point '*' }; Line{ Line '*' }; }
nice_view[] = Boundary{ Surface{ skin_mstrip[], skin_ground[], skin_feed[] }; }; nice_view[] = Boundary{ Surface{ skin_mstrip[], skin_ground[], skin_feed[] }; };
Show { Line{ nice_view[] }; } Show { Line{ nice_view[] }; }
*/ */
Delete { Volume{3,4,5,27,28,31,34,38,39,47,48,49,50,51}; }
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