Skip to content
Snippets Groups Projects
Commit 98bffcb9 authored by Denis Louis's avatar Denis Louis
Browse files

resolve merge conflicts

parents 3bec5b86 2dcc4863
No related branches found
No related tags found
1 merge request!7Coupling
......@@ -65,10 +65,6 @@ Curve Loop(3) = {12, 9, 10, 11};
Plane Surface(1) = {1, 2, 3};
Curve Loop(4) = {12,11,10,9};
Plane Surface(2) = {4};
Transfinite Curve {1} = nx_out + 1 Using Progression 1;
Transfinite Curve {2} = ny_out + 1 Using Progression 1;
Transfinite Curve {3} = nx_out + 1 Using Progression 1;
......@@ -84,7 +80,7 @@ Transfinite Curve {10} = nx2 + 1 Using Progression 1;
Transfinite Curve {11} = ny2 + 1 Using Progression 1;
Transfinite Curve {12} = nx2 + 1 Using Progression 1;
Recombine Surface {1};
//Recombine Surface {1};
Physical Curve("outside", 5) = {1, 2, 3, 4};
Physical Curve("hole1", 6) = {5, 6, 7, 8};
......
......@@ -61,4 +61,4 @@ SetNumber("Boundary Conditions/outside/dirichlet", phi_out);
Physical Curve("BEM_boundary", 7) = {1,2,3,4,5,6,7,8}; // à rajouter pour pas que ça bug avec nouveau code
Physical Surface("BEM_domain", 8) = {1}; // à rajouter pour pas que ça bug avec nouveau code
\ No newline at end of file
Physical Surface("BEM_domain", 8) = {1}; // à rajouter pour pas que ça bug avec nouveau code
......@@ -54,4 +54,4 @@ SetNumber("Boundary Conditions/outlet/dirichlet", phi_outlet);
Physical Curve("BEM_boundary", 8) = {1,2,3,4,5,6,7,8}; // à rajouter pour pas que ça bug avec nouveau code
Physical Surface("BEM_domain", 9) = {1}; // à rajouter pour pas que ça bug avec nouveau code
\ No newline at end of file
Physical Surface("BEM_domain", 9) = {1}; // à rajouter pour pas que ça bug avec nouveau code
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