[cig-commits] r16991 - in short/3D/PyLith/trunk: . doc/userguide/cover examples examples/meshing/surface_nurbs/contours examples/meshing/surface_nurbs/dem examples/meshing/surface_nurbs/dem/ulines examples/meshing/surface_nurbs/dem/vlines tests tests/2d tests/2d/maxwell tests/2d/slipdir tests/3d tests/3d/slipdir

brad at geodynamics.org brad at geodynamics.org
Fri Jun 11 10:02:19 PDT 2010


Author: brad
Date: 2010-06-11 10:02:19 -0700 (Fri, 11 Jun 2010)
New Revision: 16991

Added:
   short/3D/PyLith/trunk/doc/userguide/cover/cover_small.jpg
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/vlines/Makefile.am
   short/3D/PyLith/trunk/tests/2d/Makefile.am
   short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am
   short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am
   short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am
Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/examples/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am
   short/3D/PyLith/trunk/tests/3d/Makefile.am
   short/3D/PyLith/trunk/tests/Makefile.am
Log:
Added missing Makefiles for inclusion of examples in source distribution.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2010-06-11 16:23:50 UTC (rev 16990)
+++ short/3D/PyLith/trunk/configure.ac	2010-06-11 17:02:19 UTC (rev 16991)
@@ -292,8 +292,12 @@
 		tests_auto/2d/quad4/Makefile
 		tests_auto/petsc/Makefile
 		tests/Makefile
+		tests/2d/Makefile
+		tests/2d/maxwell/Makefile
+		tests/2d/slipdir/Makefile
 		tests/3d/Makefile
 		tests/3d/matprops/Makefile
+		tests/3d/slipdir/Makefile
                 doc/Makefile
 		doc/developer/Makefile
 		doc/install/Makefile
@@ -325,6 +329,13 @@
 		examples/twocells/twotet4/Makefile
 		examples/twocells/twotet4-geoproj/Makefile
 		examples/twocells/twotri3/Makefile
+		examples/meshing/Makefile
+		examples/meshing/surface_nurbs/Makefile
+		examples/meshing/surface_nurbs/contours/Makefile
+		examples/meshing/surface_nurbs/contours/journal/Makefile
+		examples/meshing/surface_nurbs/dem/Makefile
+		examples/meshing/surface_nurbs/dem/ulines/Makefile
+		examples/meshing/surface_nurbs/dem/vlines/Makefile
 		templates/Makefile
 		share/Makefile
 		])

Added: short/3D/PyLith/trunk/doc/userguide/cover/cover_small.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/doc/userguide/cover/cover_small.jpg
___________________________________________________________________
Name: svn:mime-type
   + image/jpeg

Modified: short/3D/PyLith/trunk/examples/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
+++ short/3D/PyLith/trunk/examples/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -14,6 +14,7 @@
 	3d \
 	bar_shearwave \
 	greensfns \
+	meshing \
 	twocells
 
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -17,7 +17,9 @@
 dist_noinst_DATA = \
 	README \
 	cont2lines.cfg \
+	cont2lines.py \
 	fill_contours.cfg \
+	fill_contours.py \
 	hikurangi_shiftrot.txt
 
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -18,6 +18,7 @@
 dist_noinst_DATA = \
 	README \
 	dem2lines.cfg \
+	dem2lines.py \
 	mktopo.jou \
 	ruapehu-nzmg-1km.txt \
 	ulines.jou \

Added: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -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/vlines/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/vlines/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/vlines/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -0,0 +1,16 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+SUBDIRS =
+
+
+# End of file 

Added: short/3D/PyLith/trunk/tests/2d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/tests/2d/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -0,0 +1,18 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+SUBDIRS = \
+	maxwell \
+	slipdir
+
+
+# End of file 

Added: short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -0,0 +1,26 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+dist_noinst_DATA = \
+	README \
+	axialdisp2d.cfg \
+	axialdisp3d.cfg \
+	planestrain2d.cfg \
+	planestrain3d.cfg \
+	pylithapp.cfg \
+	sheardisp2d.cfg \
+	sheardisp3d.cfg \
+	twohex8.mesh \
+	twoquad4.mesh
+
+
+# End of file 

Added: short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -0,0 +1,32 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+dist_noinst_DATA =\
+	fault_x.cfg \
+	fault_x.exo \
+	fault_x.jou \
+	fault_xy1.cfg \
+	fault_xy1.exo \
+	fault_xy1.jou \
+	fault_xy2.cfg \
+	fault_xy2.exo \
+	fault_xy2.jou \
+	fault_y.cfg \
+	fault_y.exo \
+	fault_y.jou \
+	matprops.spatialdb \
+	pylithapp.cfg \
+	slip.spatialdb \
+	sliptime.spatialdb
+
+
+# End of file 

Modified: short/3D/PyLith/trunk/tests/3d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/3d/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
+++ short/3D/PyLith/trunk/tests/3d/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -10,6 +10,8 @@
 # ----------------------------------------------------------------------
 #
 
-SUBDIRS = matprops
+SUBDIRS = \
+	matprops \
+	slipdir
 
 # End of file 

Added: short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am	                        (rev 0)
+++ short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -0,0 +1,38 @@
+# -*- Makefile -*-
+#
+# ----------------------------------------------------------------------
+#
+#                           Brad T. Aagaard
+#                        U.S. Geological Survey
+#
+# <LicenseText>
+#
+# ----------------------------------------------------------------------
+#
+
+dist_noinst_DATA = \
+	fault_x.cfg \
+	fault_x.exo \
+	fault_x.jou \
+	fault_xy.cfg \
+	fault_xy.exo \
+	fault_xy.jou \
+	fault_xz1.cfg \
+	fault_xz1.exo \
+	fault_xz1.jou \
+	fault_xz2.cfg \
+	fault_xz2.exo \
+	fault_xz2.jou \
+	fault_y.cfg \
+	fault_y.exo \
+	fault_y.jou \
+	fault_z.cfg \
+	fault_z.exo \
+	fault_z.jou \
+	matprops.spatialdb \
+	pylithapp.cfg \
+	slip.spatialdb \
+	sliptime.spatialdb
+
+
+# End of file 

Modified: short/3D/PyLith/trunk/tests/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/Makefile.am	2010-06-11 16:23:50 UTC (rev 16990)
+++ short/3D/PyLith/trunk/tests/Makefile.am	2010-06-11 17:02:19 UTC (rev 16991)
@@ -10,6 +10,8 @@
 # ----------------------------------------------------------------------
 #
 
-SUBDIRS = 3d
+SUBDIRS = \
+	2d \
+	3d
 
 # End of file 



More information about the CIG-COMMITS mailing list