Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113708308
triangle.geo
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 20, 13:42
Size
647 B
Mime Type
text/plain
Expires
Thu, May 22, 13:42 (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
25307151
Attached To
rAKA akantu
triangle.geo
View Options
// Mesh size
h = 0.05; // Top cube
// Dimensions of top cube
Lx = 1;
Ly = 1;
// ------------------------------------------
// Geometry
// ------------------------------------------
// Base Cube
Point(101) = { 0.0, 0.0, 0.0, h}; // Bottom Face
Point(102) = { Lx, 0.0, 0.0, h}; // Bottom Face
Point(103) = { Lx, Ly, 0.0, h}; // Bottom Face
Point(104) = { 0.0, Ly, 0.0, h}; // Bottom Face
// Base Cube
Line(101) = {101,102}; // Bottom Face
Line(102) = {102,103}; // Bottom Face
Line(103) = {103,104}; // Bottom Face
Line(104) = {104,101}; // Bottom Face
// Base Cube
Line Loop(101) = {101:104};
// Base Cube
Plane Surface(101) = {101};
Event Timeline
Log In to Comment