[cig-commits] r11395 - in short/3D/PyLith/trunk/examples: 3d/tet4 twocells/twohex8 twocells/twoquad4

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Mar 10 13:23:08 PDT 2008


Author: willic3
Date: 2008-03-10 13:23:08 -0700 (Mon, 10 Mar 2008)
New Revision: 11395

Added:
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.jpg
Modified:
   short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.spatialdb
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
Log:
Minor changes to the example problems.



Modified: short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2008-03-10 20:15:53 UTC (rev 11394)
+++ short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2008-03-10 20:23:08 UTC (rev 11395)
@@ -33,7 +33,7 @@
 # If using provided mesh or importing the mesh on a machine with a
 # different endian type than the one which created the mesh, then
 # uncomment the following line
-#flip_endian = True
+flip_endian = True
 
 # If using version of LaGriT compiled on a 64-bit Linux machine with 
 # 64-bit Fortran record headers, then uncomment the following line.

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.spatialdb
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.spatialdb	2008-03-10 20:15:53 UTC (rev 11394)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.spatialdb	2008-03-10 20:23:08 UTC (rev 11395)
@@ -3,7 +3,7 @@
 // This database is used to specify the boundary conditions for the axial
 // displacement example.
 
-// This follows the format for a Simple DB (the only type presently available).
+// This follows the format for a Simple DB.
 SimpleDB {
 
   // There are 3 values specified in the database, corresponding to the
@@ -37,7 +37,7 @@
 
 // This is where the data is specified.
 // As described in axialdisp.cfg, this database will be used to specify
-// data along edges (pylith.bc.BCSixSides).
+// data along edges.
 // The entries are:
 // X-coord, Y-coord, Z-coord, dof-0, dof-1, dof-2.
 -1.0  0.0  0.0  -0.01  0.0  0.0

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg	2008-03-10 20:15:53 UTC (rev 11394)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.cfg	2008-03-10 20:23:08 UTC (rev 11395)
@@ -94,7 +94,7 @@
 db = spatialdata.spatialdb.SimpleDB
 
 # We are assigning the label 'Dirichlet BC +x edge' to the database.
-db.label = Dirichlet BC +x edge
+db.label = Neumann BC +x edge
 
 # The name of the file containing the spatial database for the BC
 # specification.

Added: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2008-03-10 20:15:53 UTC (rev 11394)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2008-03-10 20:23:08 UTC (rev 11395)
@@ -127,5 +127,6 @@
 filename = dislocation-fault.vtk
 
 # Give basename for VTK output of state variables.
-[pylithapp.timedependent.materials.material.output.writer]
-filename = dislocation-statevars.vtk
+[pylithapp.timedependent.materials.material.output]
+cell_filter = pylith.meshio.CellFilterAvg
+writer.filename = dislocation-statevars.vtk



More information about the cig-commits mailing list