[cig-commits] [commit] willic3/fix-plasticity: Added missing makefiles. (bdf62cb)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Nov 17 17:24:09 PST 2014


Repository : https://github.com/geodynamics/pylith

On branch  : willic3/fix-plasticity
Link       : https://github.com/geodynamics/pylith/compare/5265cabb42a53c87bf4721228408b095415f7e13...277fe483ec698db53f09cac0833b3ef621c4eb7f

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

commit bdf62cbd1abbf20267b407e1a5d30d90892d0f4d
Author: Charles Williams <C.Williams at gns.cri.nz>
Date:   Tue Nov 18 14:16:53 2014 +1300

    Added missing makefiles.


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

bdf62cbd1abbf20267b407e1a5d30d90892d0f4d
 tests/3d/plasticity/{threehex8 => initialstress}/mesh/Makefile.am   | 4 ++--
 .../3d/plasticity/initialstress/spatialdb}/Makefile.am              | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/tests/3d/plasticity/threehex8/mesh/Makefile.am b/tests/3d/plasticity/initialstress/mesh/Makefile.am
similarity index 93%
copy from tests/3d/plasticity/threehex8/mesh/Makefile.am
copy to tests/3d/plasticity/initialstress/mesh/Makefile.am
index 3c67f05..ebe21d5 100644
--- a/tests/3d/plasticity/threehex8/mesh/Makefile.am
+++ b/tests/3d/plasticity/initialstress/mesh/Makefile.am
@@ -17,8 +17,8 @@
 #
 
 dist_noinst_DATA = \
+	box_hex8_cube.exo \
 	geometry.jou \
-	mesh_threehex8.jou \
-	threehex8.exo
+	mesh_hex8_cube.jou
 
 # End of file 
diff --git a/examples/2d/gravity/output/Makefile.am b/tests/3d/plasticity/initialstress/spatialdb/Makefile.am
similarity index 84%
copy from examples/2d/gravity/output/Makefile.am
copy to tests/3d/plasticity/initialstress/spatialdb/Makefile.am
index a73fd55..b800d1d 100644
--- a/examples/2d/gravity/output/Makefile.am
+++ b/tests/3d/plasticity/initialstress/spatialdb/Makefile.am
@@ -17,7 +17,9 @@
 #
 
 dist_noinst_DATA = \
-	deform_view.pvsm
-
+	initial_stress.spatialdb \
+	mat_elastic.spatialdb \
+	mat_plastic.spatialdb \
+	x_velbc.spatialdb
 
 # End of file 



More information about the CIG-COMMITS mailing list