[cig-commits] r22289 - short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Fri Jun 14 15:48:45 PDT 2013


Author: brad
Date: 2013-06-14 15:48:45 -0700 (Fri, 14 Jun 2013)
New Revision: 22289

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/greensfns.cfg
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/pylithapp.cfg
   short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step21.cfg
Log:
Backport step21 from trunk.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/greensfns.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/greensfns.cfg	2013-06-14 22:48:10 UTC (rev 22288)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/greensfns.cfg	2013-06-14 22:48:45 UTC (rev 22289)
@@ -40,9 +40,9 @@
 
 # Set the parameters for the fault interface condition.
 [greensfns.interfaces.fault]
-# Generate impulses for lateral slip only, no fault opening.
-# Fault DOF 0 corresponds to left-lateral slip.
-impulse_dof = [0]
+# Generate impulses for lateral slip and reverse slip, no fault opening.
+# Fault DOF 0 and 1 correspond to left-lateral and reverse slip.
+impulse_dof = [0, 1]
 
 # Set the amplitude of the slip impulses (amplitude is nonzero on only
 # a subset of the fault)

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/pylithapp.cfg	2013-06-14 22:48:10 UTC (rev 22288)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/pylithapp.cfg	2013-06-14 22:48:45 UTC (rev 22289)
@@ -68,9 +68,7 @@
 # ----------------------------------------------------------------------
 # Set the solver options.
 [pylithapp.petsc]
-#malloc = True
-#malloc_debug = True
-#malloc_dump = True
+malloc_dump =
 
 # Preconditioner settings.
 pc_type = asm
@@ -92,7 +90,7 @@
 snes_atol = 1.0e-9
 snes_max_it = 100
 snes_monitor = true
-linesearch_monitor = true
+snes_linesearch_monitor = true
 #snes_view = true
 snes_converged_reason = true
 

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step21.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step21.cfg	2013-06-14 22:48:10 UTC (rev 22288)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/3d/hex8/step21.cfg	2013-06-14 22:48:45 UTC (rev 22289)
@@ -84,9 +84,9 @@
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
-# Set label and ID for the fault.
+# Set label for the fault.
+# The label corresponds to the name of the nodeset in CUBIT.
 [pylithapp.problem.interfaces.fault]
-# The label corresponds to the name of the nodeset in CUBIT.
 id = 10
 label = fault
 
@@ -119,7 +119,7 @@
 [pylithapp.problem.interfaces.fault.output]
 writer = pylith.meshio.DataWriterHDF5SubSubMesh
 writer.filename = output/step21-fault.h5
-vertex_info_fields = [area]
+vertex_info_fields = [area, impulse_amplitude]
 
 # We will not be writing any cell_info or cell_data fields for material
 # output.
@@ -140,3 +140,5 @@
 distributor.write_partition = True
 distributor.data_writer = pylith.meshio.DataWriterHDF5Mesh
 distributor.data_writer.filename = output/step21-partition.h5
+
+# End of file



More information about the CIG-COMMITS mailing list