[cig-commits] r16655 - in short/3D/PyLith/trunk/examples/3d/hex8: . common

brad at geodynamics.org brad at geodynamics.org
Thu May 6 09:59:10 PDT 2010


Author: brad
Date: 2010-05-06 09:59:10 -0700 (Thu, 06 May 2010)
New Revision: 16655

Added:
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
Removed:
   short/3D/PyLith/trunk/examples/3d/hex8/common/mesh/
   short/3D/PyLith/trunk/examples/3d/hex8/common/pylithapp.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/common/spatialdb/
   short/3D/PyLith/trunk/examples/3d/hex8/mesh_hex8_1000m.cub
Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
Log:
Temporarily disable including files in tarball while files get organized so that binbots don't complain.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2010-05-06 04:49:31 UTC (rev 16654)
+++ short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2010-05-06 16:59:10 UTC (rev 16655)
@@ -10,34 +10,6 @@
 # ----------------------------------------------------------------------
 #
 
-dist_noinst_DATA = \
-	README \
-	box_hex8_1000m.exo \
-	dislocation.cfg \
-	dislocation.jpg \
-	finalslip.spatialdb \
-	finalslip_rupture.spatialdb \
-	fixeddisp_axial.spatialdb \
-	fixeddisp_shear.spatialdb \
-	geometry.jou \
-	gravity.cfg \
-	gravity_istress.cfg \
-	hex8-gravity.jpg \
-	hex8-gravity_istress.jpg \
-	hex8-mesh.jpg \
-	initial_stress.spatialdb \
-	mat_elastic.spatialdb \
-	mat_maxwell.spatialdb \
-	mat_genmaxwell.spatialdb \
-	mat_powerlaw.spatialdb \
-	mesh_hex8_1000m.cub \
-	mesh_hex8_1000m.jou \
-	pylithapp.cfg \
-	savageprescott-t100.jpg \
-	savageprescott.cfg \
-	shear.jpg \
-	shearxy.cfg \
-	sliprate_creep.spatialdb \
-	sliptime.spatialdb
+dist_noinst_DATA =
 
 # End of file 

Deleted: short/3D/PyLith/trunk/examples/3d/hex8/common/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/common/pylithapp.cfg	2010-05-06 04:49:31 UTC (rev 16654)
+++ short/3D/PyLith/trunk/examples/3d/hex8/common/pylithapp.cfg	2010-05-06 16:59:10 UTC (rev 16655)
@@ -1,94 +0,0 @@
-# -*- Python -*-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# journal
-# ----------------------------------------------------------------------
-# Turn on some journals to show progress.
-[pylithapp.journal.info]
-timedependent = 1
-implicit = 1
-petsc = 1
-solverlinear = 1
-meshiocubit = 1
-implicitelasticity = 1
-faultcohesivekin = 1
-fiatlagrange = 1
-pylithapp = 1
-materials = 1
-powerlaw3d = 1
-##implicit = 1
-
-# ----------------------------------------------------------------------
-# mesh_generator
-# ----------------------------------------------------------------------
-[pylithapp.mesh_generator]
-#debug = 1   ; uncomment to get very verbose mesh information
-
-# Change the default mesh reader to the CUBIT reader.
-reader = pylith.meshio.MeshIOCubit
-
-[pylithapp.mesh_generator.reader]
-# Set filename of mesh to import.
-filename = box_hex8_1000m.exo
-
-# ----------------------------------------------------------------------
-# problem
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.formulation.time_step]
-# Define the total time for the simulation and the default time step size.
-total_time = 0.0*s ; total time of simulation
-
-# ----------------------------------------------------------------------
-# materials
-# ----------------------------------------------------------------------
-[pylithapp.timedependent]
-
-# Set materials to an array of 2 materials:
-#   'elastic' and 'viscoelastic'
-materials = [elastic,viscoelastic]
-
-# Change from default material (elastic, isotropic, 3-D material) to
-# Maxwell viscoelastic, isotropic 3-D material.
-materials.viscoelastic = pylith.materials.MaxwellIsotropic3D
-
-[pylithapp.timedependent.materials.elastic]
-label = Elastic material
-id = 1
-db_properties.iohandler.filename = mat_elastic.spatialdb
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
-# We do not define the database info for the viscoelastic material, since
-# a different database type may be used for some examples.
-[pylithapp.timedependent.materials.viscoelastic]
-label = Viscoelastic material
-id = 2
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
-# ----------------------------------------------------------------------
-# PETSc
-# ----------------------------------------------------------------------
-# Set the solver options.
-
-[pylithapp.petsc]
-pc_type = asm
-
-# Change the preconditioner settings.
-sub_pc_factor_shift_type = none
-
-ksp_rtol = 1.0e-8
-ksp_max_it = 500
-ksp_gmres_restart = 50
-
-ksp_monitor = true
-ksp_view = true
-ksp_converged_reason = true
-
-snes_monitor = true
-snes_view = true
-snes_converged_reason = true
-
-log_summary = true
-# start_in_debugger = true

Deleted: short/3D/PyLith/trunk/examples/3d/hex8/mesh_hex8_1000m.cub
===================================================================
(Binary files differ)

Copied: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg (from rev 16654, short/3D/PyLith/trunk/examples/3d/hex8/common/pylithapp.cfg)
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2010-05-06 16:59:10 UTC (rev 16655)
@@ -0,0 +1,94 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# journal
+# ----------------------------------------------------------------------
+# Turn on some journals to show progress.
+[pylithapp.journal.info]
+timedependent = 1
+implicit = 1
+petsc = 1
+solverlinear = 1
+meshiocubit = 1
+implicitelasticity = 1
+faultcohesivekin = 1
+fiatlagrange = 1
+pylithapp = 1
+materials = 1
+powerlaw3d = 1
+##implicit = 1
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator]
+#debug = 1   ; uncomment to get very verbose mesh information
+
+# Change the default mesh reader to the CUBIT reader.
+reader = pylith.meshio.MeshIOCubit
+
+[pylithapp.mesh_generator.reader]
+# Set filename of mesh to import.
+filename = box_hex8_1000m.exo
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.formulation.time_step]
+# Define the total time for the simulation and the default time step size.
+total_time = 0.0*s ; total time of simulation
+
+# ----------------------------------------------------------------------
+# materials
+# ----------------------------------------------------------------------
+[pylithapp.timedependent]
+
+# Set materials to an array of 2 materials:
+#   'elastic' and 'viscoelastic'
+materials = [elastic,viscoelastic]
+
+# Change from default material (elastic, isotropic, 3-D material) to
+# Maxwell viscoelastic, isotropic 3-D material.
+materials.viscoelastic = pylith.materials.MaxwellIsotropic3D
+
+[pylithapp.timedependent.materials.elastic]
+label = Elastic material
+id = 1
+db_properties.iohandler.filename = mat_elastic.spatialdb
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 3
+
+# We do not define the database info for the viscoelastic material, since
+# a different database type may be used for some examples.
+[pylithapp.timedependent.materials.viscoelastic]
+label = Viscoelastic material
+id = 2
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 3
+
+# ----------------------------------------------------------------------
+# PETSc
+# ----------------------------------------------------------------------
+# Set the solver options.
+
+[pylithapp.petsc]
+pc_type = asm
+
+# Change the preconditioner settings.
+sub_pc_factor_shift_type = none
+
+ksp_rtol = 1.0e-8
+ksp_max_it = 500
+ksp_gmres_restart = 50
+
+ksp_monitor = true
+ksp_view = true
+ksp_converged_reason = true
+
+snes_monitor = true
+snes_view = true
+snes_converged_reason = true
+
+log_summary = true
+# start_in_debugger = true



More information about the CIG-COMMITS mailing list