[cig-commits] r7463 - in short/3D/PyLith/trunk/examples/3d: hex8 tet4

brad at geodynamics.org brad at geodynamics.org
Sun Jun 24 23:44:10 PDT 2007


Author: brad
Date: 2007-06-24 23:44:10 -0700 (Sun, 24 Jun 2007)
New Revision: 7463

Added:
   short/3D/PyLith/trunk/examples/3d/tet4/README
Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/README
   short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
Log:
Added description of files to README. Added endian switch comment to simulation configuration file for tet4 (uses LaGriT).

Modified: short/3D/PyLith/trunk/examples/3d/hex8/README
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/README	2007-06-25 06:34:43 UTC (rev 7462)
+++ short/3D/PyLith/trunk/examples/3d/hex8/README	2007-06-25 06:44:10 UTC (rev 7463)
@@ -26,3 +26,42 @@
 See the configuration files shearxy.cfg and dislocation.cfg on
 instructions on how to run these simulations. The configuration files
 also contain information about the simulation parameters.
+
+
+DESCRIPTION OF FILES
+
+box_hex8_1000m.exo - Exodus file containing mesh exported from CUBIT
+
+dislocation.cfg - Simulation parameters for fault slip problem
+
+finalslip.spatialdb - Spatial database for spatial variation of final slip
+
+fixeddisp_shear.spatialdb - Spatial database for spatial variation of
+the displacement field in the Dirichlet (prescribed displacement)
+boundary conditions for the shear problem
+
+fixeddisp_zero.spatialdb - Spatial database for spatial variation of
+the displacement field in the Dirichlet (prescribed displacement)
+boundary conditions for fault slip problem
+
+fourmaterials.odb - Material container with four materials
+
+geometry.jou - CUBIT journal file (script) to generate solid model geometry
+
+mat_elastic.spatialdb - Spatial database for spatial variation of the
+elastic material properties
+
+mesh_hex8_1000m.cub - Native CUBIT file containing finite-element mesh
+
+mesh_hex8_1000m.jou - CUBIT journal file (script) to run geometry
+script, generate the mesh, create blocks and nodesets, and export the
+mesh to an Exodus file
+
+pylithapp.cfg - General simulation parameters for the mesh
+
+shearxy.cfg - Simulation parameters for the shear problem
+
+sliprate.spatialdb - Spatial database for spatial variation of peak slip rate
+
+sliptime.spatialdb - Spatial database for spatial variation of slip
+initiation time

Added: short/3D/PyLith/trunk/examples/3d/tet4/README
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/README	2007-06-25 06:34:43 UTC (rev 7462)
+++ short/3D/PyLith/trunk/examples/3d/tet4/README	2007-06-25 06:44:10 UTC (rev 7463)
@@ -0,0 +1,58 @@
+The examples in this directory include (1) simple shearing of a box
+and (2) slip on a through-going, vertical, strike-slip fault in a box
+that is 6 km x 6 km x 4 km with linear tetrahedral cells that have
+edges nominally 1.0 km long.
+
+The box spans the volume:
+
+  -3 km <= x <= +3 km
+  -3 km <= y <= +3 km
+  -6 km <= z <= 0  km.
+
+The mesh is generated using LaGrit. A LaGrit script is included and is
+annotated to guide you through the process of generating the mesh.
+
+See the configuration files shearxy.cfg and dislocation.cfg on
+instructions on how to run these simulations. The configuration files
+also contain information about the simulation parameters.
+
+
+DESCRIPTION OF FILES
+
+dislocation.cfg - Simulation parameters for fault slip problem
+
+finalslip.spatialdb - Spatial database for spatial variation of final slip
+
+fixeddisp_shear.spatialdb - Spatial database for spatial variation of
+the displacement field in the Dirichlet (prescribed displacement)
+boundary conditions for the shear problem
+
+fixeddisp_zero.spatialdb - Spatial database for spatial variation of
+the displacement field in the Dirichlet (prescribed displacement)
+boundary conditions for fault slip problem
+
+fourmaterials.odb - Material container with four materials
+
+mat_elastic.spatialdb - Spatial database for spatial variation of the
+elastic material properties
+
+mesh_tet4_1000m.lagrit - LaGriT script to generate the mesh
+
+pylithapp.cfg - General simulation parameters for the mesh
+
+shearxy.cfg - Simulation parameters for the shear problem
+
+sliprate.spatialdb - Spatial database for spatial variation of peak slip rate
+
+sliptime.spatialdb - Spatial database for spatial variation of slip
+initiation time
+
+tet4_1000m_ascii.gmv - ASCII GMV file containing the finite-element mesh
+
+tet4_1000m_ascii.pset - ASCII Pset file containing the psets in the
+finite-element mesh
+
+tet4_1000m_binary.gmv - Binary GMV file containing the finite-element mesh
+
+tet4_1000m_binary.pset - ASCII Pset file containing the psets in the
+finite-element mesh

Modified: short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2007-06-25 06:34:43 UTC (rev 7462)
+++ short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2007-06-25 06:44:10 UTC (rev 7463)
@@ -20,7 +20,7 @@
 # mesh_generator
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator]
-debug = 1   ; uncomment to get very verbose mesh information
+debug = 0   ; uncomment to get very verbose mesh information
 
 # Change the default mesh importer to the LaGriT importer.
 importer = pylith.meshio.MeshIOLagrit
@@ -30,6 +30,11 @@
 filename_gmv = tet4_1000m_ascii.gmv
 filename_pset = tet4_1000m_ascii.pset
 
+# If using provided mesh or importing the mesh on a machine with a
+# different endian type than the one which created the mesh uncomment
+# the following line
+#flip_endian = True
+
 # ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------



More information about the cig-commits mailing list