[cig-commits] r15036 - in short/3D/PyLith/trunk: examples/bar_shearwave/hex8 examples/bar_shearwave/quad4 examples/bar_shearwave/tet4 examples/bar_shearwave/tri3 unittests/pytests/bc unittests/pytests/faults unittests/pytests/feassemble unittests/pytests/materials unittests/pytests/meshio unittests/pytests/topology

brad at geodynamics.org brad at geodynamics.org
Fri May 22 10:01:27 PDT 2009


Author: brad
Date: 2009-05-22 10:01:26 -0700 (Fri, 22 May 2009)
New Revision: 15036

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am
Log:
Updated file lists for source distribution.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -21,7 +21,7 @@
 	mesh_hex8_200m.jou \
 	shearwave.cfg \
 	shearwave_slip.spatialdb \
-	shearwave_sliprate.spatialdb \
+	shearwave_risetime.spatialdb \
 	shearwave_sliptime.spatialdb
 
 # End of file 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -21,7 +21,7 @@
 	mesh_quad4_200m.jou \
 	shearwave.cfg \
 	shearwave_slip.spatialdb \
-	shearwave_sliprate.spatialdb \
+	shearwave_risetime.spatialdb \
 	shearwave_sliptime.spatialdb
 
 # End of file 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -21,7 +21,7 @@
 	mesh_tet4_200m.lagrit \
 	shearwave.cfg \
 	shearwave_slip.spatialdb \
-	shearwave_sliprate.spatialdb \
+	shearwave_risetime.spatialdb \
 	shearwave_sliptime.spatialdb
 
 # End of file 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -21,7 +21,7 @@
 	mesh_tri3_200m.jou \
 	shearwave.cfg \
 	shearwave_slip.spatialdb \
-	shearwave_sliprate.spatialdb \
+	shearwave_risetime.spatialdb \
 	shearwave_sliptime.spatialdb
 
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -22,9 +22,9 @@
 
 noinst_PYTHON = \
 	TestAbsorbingDampers.py \
-	TestNeumann.py \
-	TestDirichletPoints.py \
-	TestDirichletBoundary.py
+	TestDirichletBC.py \
+	TestDirichletBoundary.py \
+	TestNeumann.py
 
 
 # End of file 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -23,10 +23,9 @@
 noinst_PYTHON = \
 	TestBruneSlipFn.py \
 	TestConstRateSlipFn.py \
-	TestFault.py \
-	TestFaultCohesive.py \
-	TestFaultCohesiveKin.py \
 	TestEqKinSrc.py \
+	TestFaultCohesiveKin.py \
+	TestLiuCosSlipFn.py \
 	TestSingleRupture.py \
 	TestStepSlipFn.py
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -25,6 +25,7 @@
 	TestFIATSimplex.py \
 	TestCellGeometry.py \
 	TestMeshQuadrature.py \
+	TestSubMeshQuadrature.py \
 	TestElasticityExplicit.py \
 	TestElasticityImplicit.py
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -23,6 +23,7 @@
 noinst_PYTHON = \
 	TestHomogeneous.py \
 	TestMaterial.py \
+	TestElasticMaterial.py \
 	TestElasticStrain1D.py \
 	TestElasticStress1D.py \
 	TestElasticPlaneStrain.py \

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -26,8 +26,10 @@
 	TestMeshIOLagrit.py \
 	TestVertexFilterVecNorm.py \
 	TestCellFilterAvg.py \
-	TestOutputManager.py \
-	TestOutputSolnSubset.py
+	TestOutputManagerMesh.py \
+	TestOutputManagerSubMesh.py \
+	TestOutputSolnSubset.py \
+	TestDataWriterVTK.py
 
 if ENABLE_CUBIT
   TESTS += testcubit.py

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am	2009-05-22 16:14:32 UTC (rev 15035)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am	2009-05-22 17:01:26 UTC (rev 15036)
@@ -29,7 +29,12 @@
 noinst_PYTHON = \
 	TestMesh.py \
 	TestSubMesh.py \
-	TestFieldsManager.py \
+	TestFieldBase.py
+	TestMeshField.py \
+	TestSubMeshField.py \
+	TestMeshFields.py \
+	TestSolutionFields.py \
+	TestJacobian.py \
 	TestMeshGenerator.py \
 	TestMeshGenSimple.py \
 	TestMeshImporter.py



More information about the CIG-COMMITS mailing list