[cig-commits] [commit] knepley/upgrade-petsc-interface: Move tests_auto/3dnew to tests_auto/3d. (ff8c198)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Feb 27 15:11:22 PST 2014


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/6577078423096c173f4628e4df1a2ecae818d3ee...ff8c198552ecaa8b0c392c980e2ae626799874b9

>---------------------------------------------------------------

commit ff8c198552ecaa8b0c392c980e2ae626799874b9
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Thu Feb 27 15:11:08 2014 -0800

    Move tests_auto/3dnew to tests_auto/3d.


>---------------------------------------------------------------

ff8c198552ecaa8b0c392c980e2ae626799874b9
 configure.ac                                           |   4 ++--
 tests_auto/{3dnew => 3d}/Makefile.am                   |   0
 tests_auto/{3dnew => 3d}/hex8/Makefile.am              |   0
 tests_auto/{3dnew => 3d}/hex8/TestHex8.py              |   0
 tests_auto/{3dnew => 3d}/hex8/TestLgDeformRigidBody.py |   0
 tests_auto/{3dnew => 3d}/hex8/TestLgDeformTraction.py  |   0
 tests_auto/{3dnew => 3d}/hex8/axial_disp.spatialdb     |   0
 tests_auto/{3dnew => 3d}/hex8/axialdisp.cfg            |   0
 tests_auto/{3dnew => 3d}/hex8/axialdisp_gendb.py       |   0
 tests_auto/{3dnew => 3d}/hex8/axialdisp_soln.py        |   0
 tests_auto/{3dnew => 3d}/hex8/geometry.jou             |   0
 tests_auto/{3dnew => 3d}/hex8/lgdeformrigidbody.cfg    |   0
 tests_auto/{3dnew => 3d}/hex8/lgdeformtraction.cfg     |   0
 tests_auto/{3dnew => 3d}/hex8/lgdeformtraction_soln.py |   0
 tests_auto/{3dnew => 3d}/hex8/matprops.spatialdb       |   0
 tests_auto/{3dnew => 3d}/hex8/mesh.exo                 | Bin
 tests_auto/{3dnew => 3d}/hex8/mesh.jou                 |   0
 tests_auto/{3dnew => 3d}/hex8/rigidbody_gendb.py       |   0
 tests_auto/{3dnew => 3d}/hex8/rigidbody_soln.py        |   0
 tests_auto/{3dnew => 3d}/hex8/testpylith.py            |   0
 tests_auto/{3dnew => 3d}/tet4/Makefile.am              |   0
 tests_auto/{3dnew => 3d}/tet4/README                   |   0
 tests_auto/{3dnew => 3d}/tet4/TestAxialDisp.py         |   0
 tests_auto/{3dnew => 3d}/tet4/TestShearDisp.py         |   0
 tests_auto/{3dnew => 3d}/tet4/TestShearDispNoSlip.py   |   0
 tests_auto/{3dnew => 3d}/tet4/TestTet4.py              |   0
 tests_auto/{3dnew => 3d}/tet4/axial_disp.spatialdb     |   0
 tests_auto/{3dnew => 3d}/tet4/axialdisp.cfg            |   0
 tests_auto/{3dnew => 3d}/tet4/axialdisp_gendb.py       |   0
 tests_auto/{3dnew => 3d}/tet4/axialdisp_soln.py        |   0
 tests_auto/{3dnew => 3d}/tet4/geometry.jou             |   0
 tests_auto/{3dnew => 3d}/tet4/matprops.spatialdb       |   0
 tests_auto/{3dnew => 3d}/tet4/mesh.exo                 | Bin
 tests_auto/{3dnew => 3d}/tet4/mesh.jou                 |   0
 tests_auto/{3dnew => 3d}/tet4/sheardisp.cfg            |   0
 tests_auto/{3dnew => 3d}/tet4/sheardisp_gendb.py       |   0
 tests_auto/{3dnew => 3d}/tet4/sheardisp_soln.py        |   0
 tests_auto/{3dnew => 3d}/tet4/sheardispnoslip.cfg      |   0
 tests_auto/{3dnew => 3d}/tet4/testpylith.py            |   0
 tests_auto/Makefile.am                                 |   2 +-
 40 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 58e6180..8bc9c66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -332,8 +332,8 @@ AC_CONFIG_FILES([Makefile
 		tests_auto/2d/Makefile
 		tests_auto/2d/tri3/Makefile
 		tests_auto/2d/quad4/Makefile
-		tests_auto/3dnew/Makefile
-		tests_auto/3dnew/tet4/Makefile
+		tests_auto/3d/Makefile
+		tests_auto/3d/tet4/Makefile
 		tests_auto/petsc/Makefile
 		tests_auto/eqinfo/Makefile
 		tests/Makefile
diff --git a/tests_auto/3dnew/Makefile.am b/tests_auto/3d/Makefile.am
similarity index 100%
rename from tests_auto/3dnew/Makefile.am
rename to tests_auto/3d/Makefile.am
diff --git a/tests_auto/3dnew/hex8/Makefile.am b/tests_auto/3d/hex8/Makefile.am
similarity index 100%
rename from tests_auto/3dnew/hex8/Makefile.am
rename to tests_auto/3d/hex8/Makefile.am
diff --git a/tests_auto/3dnew/hex8/TestHex8.py b/tests_auto/3d/hex8/TestHex8.py
similarity index 100%
rename from tests_auto/3dnew/hex8/TestHex8.py
rename to tests_auto/3d/hex8/TestHex8.py
diff --git a/tests_auto/3dnew/hex8/TestLgDeformRigidBody.py b/tests_auto/3d/hex8/TestLgDeformRigidBody.py
similarity index 100%
rename from tests_auto/3dnew/hex8/TestLgDeformRigidBody.py
rename to tests_auto/3d/hex8/TestLgDeformRigidBody.py
diff --git a/tests_auto/3dnew/hex8/TestLgDeformTraction.py b/tests_auto/3d/hex8/TestLgDeformTraction.py
similarity index 100%
rename from tests_auto/3dnew/hex8/TestLgDeformTraction.py
rename to tests_auto/3d/hex8/TestLgDeformTraction.py
diff --git a/tests_auto/3dnew/hex8/axial_disp.spatialdb b/tests_auto/3d/hex8/axial_disp.spatialdb
similarity index 100%
rename from tests_auto/3dnew/hex8/axial_disp.spatialdb
rename to tests_auto/3d/hex8/axial_disp.spatialdb
diff --git a/tests_auto/3dnew/hex8/axialdisp.cfg b/tests_auto/3d/hex8/axialdisp.cfg
similarity index 100%
rename from tests_auto/3dnew/hex8/axialdisp.cfg
rename to tests_auto/3d/hex8/axialdisp.cfg
diff --git a/tests_auto/3dnew/hex8/axialdisp_gendb.py b/tests_auto/3d/hex8/axialdisp_gendb.py
similarity index 100%
rename from tests_auto/3dnew/hex8/axialdisp_gendb.py
rename to tests_auto/3d/hex8/axialdisp_gendb.py
diff --git a/tests_auto/3dnew/hex8/axialdisp_soln.py b/tests_auto/3d/hex8/axialdisp_soln.py
similarity index 100%
rename from tests_auto/3dnew/hex8/axialdisp_soln.py
rename to tests_auto/3d/hex8/axialdisp_soln.py
diff --git a/tests_auto/3dnew/hex8/geometry.jou b/tests_auto/3d/hex8/geometry.jou
similarity index 100%
rename from tests_auto/3dnew/hex8/geometry.jou
rename to tests_auto/3d/hex8/geometry.jou
diff --git a/tests_auto/3dnew/hex8/lgdeformrigidbody.cfg b/tests_auto/3d/hex8/lgdeformrigidbody.cfg
similarity index 100%
rename from tests_auto/3dnew/hex8/lgdeformrigidbody.cfg
rename to tests_auto/3d/hex8/lgdeformrigidbody.cfg
diff --git a/tests_auto/3dnew/hex8/lgdeformtraction.cfg b/tests_auto/3d/hex8/lgdeformtraction.cfg
similarity index 100%
rename from tests_auto/3dnew/hex8/lgdeformtraction.cfg
rename to tests_auto/3d/hex8/lgdeformtraction.cfg
diff --git a/tests_auto/3dnew/hex8/lgdeformtraction_soln.py b/tests_auto/3d/hex8/lgdeformtraction_soln.py
similarity index 100%
rename from tests_auto/3dnew/hex8/lgdeformtraction_soln.py
rename to tests_auto/3d/hex8/lgdeformtraction_soln.py
diff --git a/tests_auto/3dnew/hex8/matprops.spatialdb b/tests_auto/3d/hex8/matprops.spatialdb
similarity index 100%
rename from tests_auto/3dnew/hex8/matprops.spatialdb
rename to tests_auto/3d/hex8/matprops.spatialdb
diff --git a/tests_auto/3dnew/hex8/mesh.exo b/tests_auto/3d/hex8/mesh.exo
similarity index 100%
rename from tests_auto/3dnew/hex8/mesh.exo
rename to tests_auto/3d/hex8/mesh.exo
diff --git a/tests_auto/3dnew/hex8/mesh.jou b/tests_auto/3d/hex8/mesh.jou
similarity index 100%
rename from tests_auto/3dnew/hex8/mesh.jou
rename to tests_auto/3d/hex8/mesh.jou
diff --git a/tests_auto/3dnew/hex8/rigidbody_gendb.py b/tests_auto/3d/hex8/rigidbody_gendb.py
similarity index 100%
rename from tests_auto/3dnew/hex8/rigidbody_gendb.py
rename to tests_auto/3d/hex8/rigidbody_gendb.py
diff --git a/tests_auto/3dnew/hex8/rigidbody_soln.py b/tests_auto/3d/hex8/rigidbody_soln.py
similarity index 100%
rename from tests_auto/3dnew/hex8/rigidbody_soln.py
rename to tests_auto/3d/hex8/rigidbody_soln.py
diff --git a/tests_auto/3dnew/hex8/testpylith.py b/tests_auto/3d/hex8/testpylith.py
similarity index 100%
rename from tests_auto/3dnew/hex8/testpylith.py
rename to tests_auto/3d/hex8/testpylith.py
diff --git a/tests_auto/3dnew/tet4/Makefile.am b/tests_auto/3d/tet4/Makefile.am
similarity index 100%
rename from tests_auto/3dnew/tet4/Makefile.am
rename to tests_auto/3d/tet4/Makefile.am
diff --git a/tests_auto/3dnew/tet4/README b/tests_auto/3d/tet4/README
similarity index 100%
rename from tests_auto/3dnew/tet4/README
rename to tests_auto/3d/tet4/README
diff --git a/tests_auto/3dnew/tet4/TestAxialDisp.py b/tests_auto/3d/tet4/TestAxialDisp.py
similarity index 100%
rename from tests_auto/3dnew/tet4/TestAxialDisp.py
rename to tests_auto/3d/tet4/TestAxialDisp.py
diff --git a/tests_auto/3dnew/tet4/TestShearDisp.py b/tests_auto/3d/tet4/TestShearDisp.py
similarity index 100%
rename from tests_auto/3dnew/tet4/TestShearDisp.py
rename to tests_auto/3d/tet4/TestShearDisp.py
diff --git a/tests_auto/3dnew/tet4/TestShearDispNoSlip.py b/tests_auto/3d/tet4/TestShearDispNoSlip.py
similarity index 100%
rename from tests_auto/3dnew/tet4/TestShearDispNoSlip.py
rename to tests_auto/3d/tet4/TestShearDispNoSlip.py
diff --git a/tests_auto/3dnew/tet4/TestTet4.py b/tests_auto/3d/tet4/TestTet4.py
similarity index 100%
rename from tests_auto/3dnew/tet4/TestTet4.py
rename to tests_auto/3d/tet4/TestTet4.py
diff --git a/tests_auto/3dnew/tet4/axial_disp.spatialdb b/tests_auto/3d/tet4/axial_disp.spatialdb
similarity index 100%
rename from tests_auto/3dnew/tet4/axial_disp.spatialdb
rename to tests_auto/3d/tet4/axial_disp.spatialdb
diff --git a/tests_auto/3dnew/tet4/axialdisp.cfg b/tests_auto/3d/tet4/axialdisp.cfg
similarity index 100%
rename from tests_auto/3dnew/tet4/axialdisp.cfg
rename to tests_auto/3d/tet4/axialdisp.cfg
diff --git a/tests_auto/3dnew/tet4/axialdisp_gendb.py b/tests_auto/3d/tet4/axialdisp_gendb.py
similarity index 100%
rename from tests_auto/3dnew/tet4/axialdisp_gendb.py
rename to tests_auto/3d/tet4/axialdisp_gendb.py
diff --git a/tests_auto/3dnew/tet4/axialdisp_soln.py b/tests_auto/3d/tet4/axialdisp_soln.py
similarity index 100%
rename from tests_auto/3dnew/tet4/axialdisp_soln.py
rename to tests_auto/3d/tet4/axialdisp_soln.py
diff --git a/tests_auto/3dnew/tet4/geometry.jou b/tests_auto/3d/tet4/geometry.jou
similarity index 100%
rename from tests_auto/3dnew/tet4/geometry.jou
rename to tests_auto/3d/tet4/geometry.jou
diff --git a/tests_auto/3dnew/tet4/matprops.spatialdb b/tests_auto/3d/tet4/matprops.spatialdb
similarity index 100%
rename from tests_auto/3dnew/tet4/matprops.spatialdb
rename to tests_auto/3d/tet4/matprops.spatialdb
diff --git a/tests_auto/3dnew/tet4/mesh.exo b/tests_auto/3d/tet4/mesh.exo
similarity index 100%
rename from tests_auto/3dnew/tet4/mesh.exo
rename to tests_auto/3d/tet4/mesh.exo
diff --git a/tests_auto/3dnew/tet4/mesh.jou b/tests_auto/3d/tet4/mesh.jou
similarity index 100%
rename from tests_auto/3dnew/tet4/mesh.jou
rename to tests_auto/3d/tet4/mesh.jou
diff --git a/tests_auto/3dnew/tet4/sheardisp.cfg b/tests_auto/3d/tet4/sheardisp.cfg
similarity index 100%
rename from tests_auto/3dnew/tet4/sheardisp.cfg
rename to tests_auto/3d/tet4/sheardisp.cfg
diff --git a/tests_auto/3dnew/tet4/sheardisp_gendb.py b/tests_auto/3d/tet4/sheardisp_gendb.py
similarity index 100%
rename from tests_auto/3dnew/tet4/sheardisp_gendb.py
rename to tests_auto/3d/tet4/sheardisp_gendb.py
diff --git a/tests_auto/3dnew/tet4/sheardisp_soln.py b/tests_auto/3d/tet4/sheardisp_soln.py
similarity index 100%
rename from tests_auto/3dnew/tet4/sheardisp_soln.py
rename to tests_auto/3d/tet4/sheardisp_soln.py
diff --git a/tests_auto/3dnew/tet4/sheardispnoslip.cfg b/tests_auto/3d/tet4/sheardispnoslip.cfg
similarity index 100%
rename from tests_auto/3dnew/tet4/sheardispnoslip.cfg
rename to tests_auto/3d/tet4/sheardispnoslip.cfg
diff --git a/tests_auto/3dnew/tet4/testpylith.py b/tests_auto/3d/tet4/testpylith.py
similarity index 100%
rename from tests_auto/3dnew/tet4/testpylith.py
rename to tests_auto/3d/tet4/testpylith.py
diff --git a/tests_auto/Makefile.am b/tests_auto/Makefile.am
index b6a5784..d827a0f 100644
--- a/tests_auto/Makefile.am
+++ b/tests_auto/Makefile.am
@@ -18,7 +18,7 @@
 
 SUBDIRS = \
 	2d \
-	3dnew \
+	3d \
 	petsc \
 	eqinfo
 



More information about the CIG-COMMITS mailing list