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

pp

parent 4aeb7380
Branches
Tags
No related merge requests found
...@@ -460,7 +460,6 @@ void CreateOutputFile(std::string fileName, int format) ...@@ -460,7 +460,6 @@ void CreateOutputFile(std::string fileName, int format)
break; break;
} }
int numViews = (int)opt_post_nb_views(0, GMSH_GET, 0), numSteps = 0; int numViews = (int)opt_post_nb_views(0, GMSH_GET, 0), numSteps = 0;
for(int i = 0; i < numViews; i++){ for(int i = 0; i < numViews; i++){
if(opt_view_visible(i, GMSH_GET, 0)) if(opt_view_visible(i, GMSH_GET, 0))
numSteps = std::max(numSteps, numSteps = std::max(numSteps,
... ...
......
Geometry.OCCFixSmallEdges = 1;
Geometry.OCCFixSmallFaces = 1;
Merge "tank.brep"; Merge "tank.brep";
n = 1; n = 1;
...@@ -12,7 +9,7 @@ Transfinite Line {54, 26, 24, 2, 16, 9, 4, 69, 91, 73, 71, ...@@ -12,7 +9,7 @@ Transfinite Line {54, 26, 24, 2, 16, 9, 4, 69, 91, 73, 71,
81, 51, 79, 52, 77, 98, 100, 62, 86, 102, 63, 87, 103, 81, 51, 79, 52, 77, 98, 100, 62, 86, 102, 63, 87, 103,
84, 60, 38, 40, 65, 89, 75, 49} = 10*n; // indep. 84, 60, 38, 40, 65, 89, 75, 49} = 10*n; // indep.
Transfinite Line {5, 7, 18, 28, 45, 47, 43, 67, 34, 58, Transfinite Line {5, 7, 17, 18, 28, 45, 46, 66, 47, 43, 67, 34, 58,
59, 33, 108, 109, 110, 107} = 2*n; // indep. 59, 33, 108, 109, 110, 107} = 2*n; // indep.
Transfinite Line {101, 85, 83, 82, 99, 88, 76, 74} = 2*n; // indep. Transfinite Line {101, 85, 83, 82, 99, 88, 76, 74} = 2*n; // indep.
...@@ -22,9 +19,9 @@ n2 = 5*n; ...@@ -22,9 +19,9 @@ n2 = 5*n;
n3 = 6*n; n3 = 6*n;
Transfinite Line {23, 27} = n1; Transfinite Line {23, 27} = n1;
Transfinite Line {17, 37, 1, 14, 29, 8, 22, 21, 19, 6, 3, Transfinite Line {18, 37, 1, 14, 29, 8, 22, 21, 19, 6, 3,
15, 30, 10, 70, 72, 90, 92, 31, 11, 35, 57, 93, 96, 15, 30, 10, 70, 72, 90, 92, 31, 11, 35, 57, 93, 96,
104, 106, 41, 42, 46, 44, 68, 66} = n2; 104, 106, 41, 42, 44, 47, 67, 68} = n2;
Transfinite Line {20} = n3; Transfinite Line {20} = n3;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment