[cig-commits] r13990 - cs/cigma/trunk/examples/utils/triangle

luis at geodynamics.org luis at geodynamics.org
Wed Jan 28 09:05:23 PST 2009


Author: luis
Date: 2009-01-28 09:05:23 -0800 (Wed, 28 Jan 2009)
New Revision: 13990

Added:
   cs/cigma/trunk/examples/utils/triangle/square1.poly
   cs/cigma/trunk/examples/utils/triangle/square2.poly
Log:
Geometric specification of square domain that we discretize with Triangle

Added: cs/cigma/trunk/examples/utils/triangle/square1.poly
===================================================================
--- cs/cigma/trunk/examples/utils/triangle/square1.poly	                        (rev 0)
+++ cs/cigma/trunk/examples/utils/triangle/square1.poly	2009-01-28 17:05:23 UTC (rev 13990)
@@ -0,0 +1,15 @@
+# A rectangle with four points in 2D, no attributes, no boundary marker
+4 2 0 0
+# List of the rectangle vertices
+1   -1.0 -1.0
+2   +1.0 -1.0
+3   +1.0 +1.0
+4   -1.0 +1.0
+# Four segments, no boundary markers
+4 0
+1   1 2
+2   2 3
+3   3 4
+4   4 1
+# No holes
+0

Added: cs/cigma/trunk/examples/utils/triangle/square2.poly
===================================================================
--- cs/cigma/trunk/examples/utils/triangle/square2.poly	                        (rev 0)
+++ cs/cigma/trunk/examples/utils/triangle/square2.poly	2009-01-28 17:05:23 UTC (rev 13990)
@@ -0,0 +1,15 @@
+# A rectangle with four points in 2D, no attributes, no boundary marker
+4 2 0 0
+# List of the rectangle vertices
+1   -1.0 -1.0
+2   +1.0 -1.0
+3   +1.0 +1.0
+4   -1.0 +1.0
+# Four segments, no boundary markers
+4 0
+1   1 2
+2   2 3
+3   3 4
+4   4 1
+# No holes
+0



More information about the CIG-COMMITS mailing list