https://github.com/feelpp/feelpp
Raw File
Tip revision: a1d1df957b672495252b9b4642bb556e44fa6dca authored by Christophe Prud'homme on 23 November 2021, 00:21:36 UTC
up #1734
Tip revision: a1d1df9
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