[cig-commits] r14857 - in short/3D/PyLith/branches/pylith-swig: . examples/twocells/twotet4 examples/twocells/twotet4-geoproj examples/twocells/twotri3

brad at geodynamics.org brad at geodynamics.org
Mon May 4 14:27:03 PDT 2009


Author: brad
Date: 2009-05-04 14:27:02 -0700 (Mon, 04 May 2009)
New Revision: 14857

Modified:
   short/3D/PyLith/branches/pylith-swig/TODO
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/dislocation.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/pylithapp.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/axialdisp.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/dislocation.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/pylithapp.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/dislocation.cfg
   short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/pylithapp.cfg
Log:
Updated settings for examples.

Modified: short/3D/PyLith/branches/pylith-swig/TODO
===================================================================
--- short/3D/PyLith/branches/pylith-swig/TODO	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/TODO	2009-05-04 21:27:02 UTC (rev 14857)
@@ -6,9 +6,6 @@
 
 0. SWIG conversion [Brad]
 
-  (1) Bugs
-    time step values (adaptive)
-
   (3) Full-scale tests (few 1-D, 2-D, and 3-D)
 
     Analytical solutions, time stepping, multiple faults

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/axialdisp.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/axialdisp.cfg	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/axialdisp.cfg	2009-05-04 21:27:02 UTC (rev 14857)
@@ -61,5 +61,5 @@
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.material.output]
-cell_filter = pylith.meshio.CellFilterAvg
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = axialdisp-statevars.vtk

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/dislocation.cfg	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/dislocation.cfg	2009-05-04 21:27:02 UTC (rev 14857)
@@ -83,7 +83,6 @@
 mat_db.iohandler.filename = matprops.spatialdb
 
 # The quadrature for a 3D fault is 2D.
-quadrature = pylith.feassemble.quadrature.Quadrature2Din3D
 quadrature.cell.shape = triangle
 
 # Give the spatial databases specifying the fault slip.

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/pylithapp.cfg	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4/pylithapp.cfg	2009-05-04 21:27:02 UTC (rev 14857)
@@ -40,7 +40,7 @@
 # This component specification means we are using PyLith ASCII format,
 # and we then specify the filename and number of space dimensions for
 # the mesh.
-[pylithapp.mesh_generator.importer]
+[pylithapp.mesh_generator.reader]
 filename = twotet4.mesh
 coordsys.space_dim = 3
 
@@ -80,10 +80,9 @@
 
 # The properties for this material are given in the spatial database file
 # 'matprops.spatialdb'.
-db.iohandler.filename = matprops.spatialdb
+properties_db.iohandler.filename = matprops.spatialdb
 
 # We are doing 3D quadrature for a tetrahedron.
-quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell.shape = tetrahedron
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/dislocation.cfg	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/dislocation.cfg	2009-05-04 21:27:02 UTC (rev 14857)
@@ -91,7 +91,6 @@
 # mat_db.iohandler.filename = matprops.spatialdb
 
 # The quadrature for a 3D fault is 2D.
-quadrature = pylith.feassemble.quadrature.Quadrature2Din3D
 quadrature.cell.shape = triangle
 
 # Give the spatial databases specifying the fault slip.

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/pylithapp.cfg	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twotet4-geoproj/pylithapp.cfg	2009-05-04 21:27:02 UTC (rev 14857)
@@ -38,19 +38,19 @@
 # This component specification means we are using PyLith ASCII format,
 # and we then specify the filename and number of space dimensions for
 # the mesh.
-[pylithapp.mesh_generator.importer]
+[pylithapp.mesh_generator.reader]
 coordsys = spatialdata.geocoords.CSGeoProj
 filename = twotet4.mesh
 coordsys.space_dim = 3
 
 # Specify the information defining the geographic projected coordinate
 # system for the mesh.
-[pylithapp.mesh_generator.importer.coordsys]
+[pylithapp.mesh_generator.reader.coordsys]
 datum_horiz = NAD27
 datum_vert = mean sea level
 ellipsoid = clrk66
 
-[pylithapp.mesh_generator.importer.coordsys.projector]
+[pylithapp.mesh_generator.reader.coordsys.projector]
 projection = utm
 proj-options = +zone=11
 
@@ -84,11 +84,10 @@
 id = 1
 
 # The properties for this material are obtained from the SCEC CVM-H.
-db = spatialdata.spatialdb.SCECCVMH
-db.data_dir = /home/brad/data/sceccvm-h/vx53/bin
+properties_db = spatialdata.spatialdb.SCECCVMH
+properties_db.data_dir = /home/brad/data/sceccvm-h/vx53/bin
 
 # We are doing 3D quadrature for a tetrahedron.
-quadrature = pylith.feassemble.quadrature.Quadrature3D
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/dislocation.cfg	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/dislocation.cfg	2009-05-04 21:27:02 UTC (rev 14857)
@@ -84,7 +84,6 @@
 mat_db.iohandler.filename = matprops.spatialdb
 
 # The quadrature for a 2D fault is 1D with a linear shape.
-quadrature = pylith.feassemble.quadrature.Quadrature1Din2D
 quadrature.cell.shape = line
 
 # Give the spatial databases specifying the fault slip.

Modified: short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/pylithapp.cfg	2009-05-04 21:26:45 UTC (rev 14856)
+++ short/3D/PyLith/branches/pylith-swig/examples/twocells/twotri3/pylithapp.cfg	2009-05-04 21:27:02 UTC (rev 14857)
@@ -38,7 +38,7 @@
 # This component specification means we are using PyLith ASCII format,
 # and we then specify the filename and number of space dimensions for
 # the mesh.
-[pylithapp.mesh_generator.importer]
+[pylithapp.mesh_generator.reader]
 filename = twotri3.mesh
 coordsys.space_dim = 2
 
@@ -79,10 +79,9 @@
 
 # The properties for this material are given in the spatial database file
 # 'matprops.spatialdb'.
-db.iohandler.filename = matprops.spatialdb
+properties_db.iohandler.filename = matprops.spatialdb
 
 # We are doing 2D quadrature for a triangle.
-quadrature = pylith.feassemble.quadrature.Quadrature2D
 quadrature.cell.shape = triangle
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list