https://github.com/feelpp/feelpp
Raw File
Tip revision: fab9457f5df733f809b27a28186ca3c21754412e authored by Christophe Prud'homme on 26 April 2019, 07:40:37 UTC
Fixes #1320
Tip revision: fab9457
markerhdf5_2D.geo
h = 0.05;
Point(1) = {-1.0, -1, 0, h};
Point(2) = {-1.0,  1, 0, h};
Point(3) = { 1.0,  1, 0, h};
Point(4) = { 1.0, -1, 0, h};
Line(1+4) = {1, 4};
Line(2+4) = {4, 3};
Line(3+4) = {3, 2};
Line(4+4) = {2, 1};
Line Loop(9) = {5,6,7,8};
Physical Line("Border") = {5,6,7,8};
Plane Surface(10) = {9};
Physical Surface("Omega") = {10};
back to top