[cig-commits] r7448 - in short/3D/PyLith/trunk/examples/twocells: twohex8 twoquad4 twotet4

brad at geodynamics.org brad at geodynamics.org
Sun Jun 24 16:52:45 PDT 2007


Author: brad
Date: 2007-06-24 16:52:44 -0700 (Sun, 24 Jun 2007)
New Revision: 7448

Modified:
   short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg
Log:
Switched back to jacobi (zero pivot for dislocations with block jacobi). Removed setting fault type, just use the default.

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2007-06-24 23:44:12 UTC (rev 7447)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2007-06-24 23:52:44 UTC (rev 7448)
@@ -83,9 +83,6 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces]
 
-# This fault is a cohesive element fault with kinematically-specified slip.
-fault = pylith.faults.FaultCohesiveKin
-
 # Define fault properties.
 [pylithapp.timedependent.interfaces.fault]
 

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2007-06-24 23:44:12 UTC (rev 7447)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2007-06-24 23:52:44 UTC (rev 7448)
@@ -83,9 +83,6 @@
 # Provide information on the fault (interface).
 [pylithapp.timedependent.interfaces]
 
-# This fault is a cohesive element fault with kinematically-specified slip.
-fault = pylith.faults.FaultCohesiveKin
-
 # Define fault properties.
 [pylithapp.timedependent.interfaces.fault]
 

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg	2007-06-24 23:44:12 UTC (rev 7447)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/pylithapp.cfg	2007-06-24 23:52:44 UTC (rev 7448)
@@ -93,6 +93,6 @@
 # Additional PETSc command-line arguments may be found in the PETSc
 # documentation.
 [pylithapp.petsc]
-pc_type = bjacobi
+pc_type = jacobi
 # start_in_debugger = true
 # debugger_timeout = 100

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2007-06-24 23:44:12 UTC (rev 7447)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2007-06-24 23:52:44 UTC (rev 7448)
@@ -62,9 +62,6 @@
 # Provide information on the fault (interface).
 [pylithapp.timedependent.interfaces]
 
-# This fault is a cohesive element fault with kinematically-specified slip.
-fault = pylith.faults.FaultCohesiveKin
-
 # Define fault properties.
 [pylithapp.timedependent.interfaces.fault]
 

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg	2007-06-24 23:44:12 UTC (rev 7447)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/pylithapp.cfg	2007-06-24 23:52:44 UTC (rev 7448)
@@ -92,6 +92,6 @@
 # Additional PETSc command-line arguments may be found in the PETSc
 # documentation.
 [pylithapp.petsc]
-pc_type = bjacobi
+pc_type = jacobi
 # start_in_debugger = true
 # debugger_timeout = 100



More information about the cig-commits mailing list