[cig-commits] r8329 - short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj

brad at geodynamics.org brad at geodynamics.org
Mon Nov 26 05:41:17 PST 2007


Author: brad
Date: 2007-11-26 05:41:16 -0800 (Mon, 26 Nov 2007)
New Revision: 8329

Modified:
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg
Log:
Fixed coordinate system and preconditioner settings.

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg	2007-11-26 07:08:27 UTC (rev 8328)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/pylithapp.cfg	2007-11-26 13:41:16 UTC (rev 8329)
@@ -19,14 +19,12 @@
 # If you want less output to stdout, you can turn these off.
 [pylithapp.journal.info]
 timedependent = 1
-explicit = 1
 implicit = 1
 petsc = 1
 solverlinear = 1
 meshioascii = 1
-homogeneous = 1
-implicitelasticity = 1
-quadrature2d = 1
+elasticityimplicit = 1
+elasticisotropic3d = 1
 fiatsimplex = 1
 
 # ----------------------------------------------------------------------
@@ -35,7 +33,7 @@
 # The settings below control the mesh generation (importing mesh info).
 # Turn on debugging output for mesh generation.
 [pylithapp.mesh_generator]
-debug = 1
+#debug = 1
 
 # This component specification means we are using PyLith ASCII format,
 # and we then specify the filename and number of space dimensions for
@@ -47,8 +45,8 @@
 
 [pylithapp.mesh_generator.importer.coordsys]
 datum_horiz = NAD27
-# datum_vert = mean sea level
-datum_vert = ellipsoid
+datum_vert = mean sea level
+ellipsoid = clrk66
 
 [pylithapp.mesh_generator.importer.coordsys.projector]
 projection = utm
@@ -88,7 +86,7 @@
 
 # The properties for this material are obtained from the SCEC CVM-H.
 db = spatialdata.spatialdb.SCECCVMH
-db.dataDir = /Users/willic3/geoframe/tools/vx52/bin
+db.data_dir = /Users/brad/data/sceccvm-h/vx52/bin
 
 # We are doing 3D quadrature for a tetrahedron.
 quadrature = pylith.feassemble.quadrature.Quadrature3D
@@ -103,7 +101,7 @@
 # Additional PETSc command-line arguments may be found in the PETSc
 # documentation.
 [pylithapp.petsc]
-pc_type = asm
+pc_type = jacobi
 ksp_rtol = 1.0e-8
 ksp_monitor = true
 ksp_view = true



More information about the cig-commits mailing list