v0.15.0
Loading...
Searching...
No Matches
paper_network.geo
Go to the documentation of this file.
1// Gmsh project created on Tue Jan 17 23:22:23 2023
2SetFactory("OpenCASCADE");
3lx = 20;
4ly = 5;
5Rectangle(1) = {0, 0, 0, lx, ly, 0};
6Physical Curve("ESSENTIAL", 1) = {4};
7Physical Surface("INITIAL", 2) = {1};