gctl_potential/data/cylinder2d/cylinder2d.geo
2025-01-17 13:17:10 +08:00

11 lines
163 B
GLSL

//+
SetFactory("OpenCASCADE");
Circle(1) = {0, -100, 0, 20, 0, 2*Pi};
//+
Curve Loop(1) = {1};
//+
Plane Surface(1) = {1};
//+
Physical Surface("Body", 2) = {1};