[cig-commits] r16053 - short/3D/PyLith/branches/pylith-friction/playpen/friction

surendra at geodynamics.org surendra at geodynamics.org
Sun Nov 29 22:25:01 PST 2009


Author: surendra
Date: 2009-11-29 22:25:01 -0800 (Sun, 29 Nov 2009)
New Revision: 16053

Modified:
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8-shear-sliding.cfg
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-sliding.cfg
   short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-stick.cfg
Log:
Cleaned up friction example files

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8-shear-sliding.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8-shear-sliding.cfg	2009-11-30 06:11:30 UTC (rev 16052)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twohex8-shear-sliding.cfg	2009-11-30 06:25:01 UTC (rev 16053)
@@ -152,15 +152,15 @@
 # ----------------------------------------------------------------------
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
-filename = twohex8-shear-dirichletBC.vtk
+filename = twohex8-shear-sliding.vtk
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
-writer.filename = twohex8-shear-dirichletBC-fault.vtk
+writer.filename = twohex8-shear-sliding-fault.vtk
 vertex_info_fields = []
 vertex_data_fields = []
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = twohex8-shear-dirichletBC-statevars.vtk
+writer.filename = twohex8-shear-sliding-statevars.vtk

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-sliding.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-sliding.cfg	2009-11-30 06:11:30 UTC (rev 16052)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-sliding.cfg	2009-11-30 06:25:01 UTC (rev 16053)
@@ -41,7 +41,7 @@
 # and we then specify the filename and number of space dimensions for
 # the mesh.
 [pylithapp.mesh_generator.reader]
-filename = twoquad4-shear.mesh
+filename = twoquad4.mesh
 coordsys.space_dim = 2
 
 # ----------------------------------------------------------------------
@@ -194,14 +194,14 @@
 # ----------------------------------------------------------------------
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
-filename = twoquad4-shear-dirichletBC.vtk
+filename = twoquad4-shear-sliding.vtk
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
-writer.filename = twoquad4-shear-dirichletBC-fault.vtk
+writer.filename = twoquad4-shear-sliding-fault.vtk
 vertex_info_fields = [strike_dir,normal_dir,initial_traction]
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = twoquad4-shear-dirichletBC-statevars.vtk
+writer.filename = twoquad4-shear-sliding-statevars.vtk

Modified: short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-stick.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-stick.cfg	2009-11-30 06:11:30 UTC (rev 16052)
+++ short/3D/PyLith/branches/pylith-friction/playpen/friction/twoquad4-shear-stick.cfg	2009-11-30 06:25:01 UTC (rev 16053)
@@ -41,7 +41,7 @@
 # and we then specify the filename and number of space dimensions for
 # the mesh.
 [pylithapp.mesh_generator.reader]
-filename = twoquad4-shear.mesh
+filename = twoquad4.mesh
 coordsys.space_dim = 2
 
 # ----------------------------------------------------------------------
@@ -204,14 +204,14 @@
 # ----------------------------------------------------------------------
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output.writer]
-filename = twoquad4-shear.vtk
+filename = twoquad4-shear-stick.vtk
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
-writer.filename = twoquad4-shear-fault.vtk
+writer.filename = twoquad4-shear-stick-fault.vtk
 vertex_info_fields = [strike_dir,normal_dir,initial_traction]
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = twoquad4-shear-statevars.vtk
+writer.filename = twoquad4-shear-stick-statevars.vtk



More information about the CIG-COMMITS mailing list