[cig-commits] r16990 - in short/3D/PyLith/trunk/examples/meshing: . surface_nurbs surface_nurbs/contours surface_nurbs/contours/journal surface_nurbs/dem

brad at geodynamics.org brad at geodynamics.org
Fri Jun 11 09:23:51 PDT 2010


Author: brad
Date: 2010-06-11 09:23:50 -0700 (Fri, 11 Jun 2010)
New Revision: 16990

Added:
   short/3D/PyLith/trunk/examples/meshing/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/README
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am
Log:
Added Makefiles.

Added: short/3D/PyLith/trunk/examples/meshing/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
@@ -0,0 +1,17 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+SUBDIRS = \
+	surface_nurbs
+
+
+# End of file 

Added: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
@@ -0,0 +1,22 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+SUBDIRS = \
+	contours \
+	dem
+
+
+dist_noinst_DATA = \
+	README
+
+
+# End of file 

Added: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/README
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/README	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/README	2010-06-11 16:23:50 UTC (rev 16990)
@@ -0,0 +1,7 @@
+These examples demonstrate how to create NURBS surfaces in CUBIT. 
+
+contours - Example of creating a nonplanar fault surface using surface
+           contours.
+
+dem - Example of creating a topographic surface using a grid of spline
+      curves.

Added: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
@@ -0,0 +1,25 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+SUBDIRS = \
+	journal
+
+
+dist_noinst_DATA = \
+	README \
+	cont2lines.cfg \
+	fill_contours.cfg \
+	hikurangi_shiftrot.txt
+
+
+
+# End of file 

Added: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
@@ -0,0 +1,16 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+SUBDIRS = 
+
+
+# End of file 

Added: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
@@ -0,0 +1,27 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+SUBDIRS = \
+	ulines \
+	vlines
+
+
+dist_noinst_DATA = \
+	README \
+	dem2lines.cfg \
+	mktopo.jou \
+	ruapehu-nzmg-1km.txt \
+	ulines.jou \
+	vlines.jou
+
+
+# End of file 



More information about the CIG-COMMITS mailing list