[cig-commits] r7351 - short/3D/PyLith/trunk/examples/twocells/twotri3

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Jun 21 14:02:27 PDT 2007


Author: willic3
Date: 2007-06-21 14:02:27 -0700 (Thu, 21 Jun 2007)
New Revision: 7351

Added:
   short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.spatialdb
Removed:
   short/3D/PyLith/trunk/examples/twocells/twotri3/dispbc.spatialdb
Modified:
   short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/twotri3.mesh
Log:
More work on examples, including moving around some files.
The axial and fault examples should be mostly set, except for testing.



Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2007-06-21 20:52:48 UTC (rev 7350)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2007-06-21 21:02:27 UTC (rev 7351)
@@ -1,14 +1,14 @@
 # -*- Python -*-
 
-# The settings in this file (implicit.cfg) will be read if it is
+# The settings in this file (axialdisp.cfg) will be read if it is
 # specified on the command line:
-# 'pylith implicit.cfg'
+# 'pylith axialdisp.cfg'
 
 # If this file is given, the settings in this file will override all
 # others except for parameters specified directly on the command line.
 
 # These setting define an implicit problem with Dirichlet (displacement)
-# boundary conditions.
+# boundary conditions extending the diamond-shaped mesh along the x-axis.
 
 [pylithapp]
 
@@ -46,4 +46,11 @@
 
 # The name of the file containing the spatial database for the BC
 # specification.
-db.iohandler.filename = dispbc.spatialdb
+db.iohandler.filename = axialdisp.spatialdb
+
+# ----------------------------------------------------------------------
+# output
+# Give basename for vtk output.
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.output]
+filename = axialdisp.vtk

Copied: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.spatialdb (from rev 7345, short/3D/PyLith/trunk/examples/twocells/twotri3/dispbc.spatialdb)

Deleted: short/3D/PyLith/trunk/examples/twocells/twotri3/dispbc.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/dispbc.spatialdb	2007-06-21 20:52:48 UTC (rev 7350)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/dispbc.spatialdb	2007-06-21 21:02:27 UTC (rev 7351)
@@ -1,15 +0,0 @@
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 2
-  value-names =  dof-0 dof-1
-  value-units =  m  m
-  num-locs = 2
-  data-dim = 1
-  space-dim = 2
-  cs-data = cartesian {
-    to-meters = 1.0
-    space-dim = 2
-  }
-}
--1.0  0.0  -0.1  0.0
- 1.0  0.0   0.1  0.0

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/twotri3.mesh
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/twotri3.mesh	2007-06-21 20:52:48 UTC (rev 7350)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/twotri3.mesh	2007-06-21 21:02:27 UTC (rev 7351)
@@ -1,4 +1,6 @@
 // Global mesh object.
+// This mesh defines a square domain with the corners lying along the
+// x and y axes.
 mesh = {
 
   // This is a two-dimensional mesh.



More information about the cig-commits mailing list