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

comparing results with master

parent d32eed50
No related branches found
No related tags found
1 merge request!8SECOND PROGRESS DEADLINE
Lx = 10;
Ly = 1;
nx = 20;
ny = 2;
nx = 200;
ny = 20;
Point(1) = {0, 0, 0, 1.0};
Point(2) = {Lx, 0, 0, 1.0};
......
scale = 1e-6;
scale = 4e-6;
Lx_poutre = 5*scale;
Ly_poutre = 2*scale;
h_poutre = 2*scale;
h_tot = 10*scale;
width = 10*scale;
nx = 10; // prend beaucoup de temps àpd de 200x40
ny = 4;
nx = 100; // prend beaucoup de temps àpd de 200x40
ny = 40;
Point(1) = {0, h_poutre, 0, 2};
Point(2) = {Lx_poutre, h_poutre, 0, 2};
......
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