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

brad at geodynamics.org brad at geodynamics.org
Sun Jun 24 16:44:12 PDT 2007


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

Modified:
   short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/pylithapp.cfg
Log:
Switched back to jacobi preconditioner (not a fully constrained problem so block jacobi gives zero pivot); use default fault in SingleFault container (now FaultCohesiveKin).

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2007-06-24 23:42:24 UTC (rev 7446)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2007-06-24 23:44:12 UTC (rev 7447)
@@ -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/twotri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/pylithapp.cfg	2007-06-24 23:42:24 UTC (rev 7446)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/pylithapp.cfg	2007-06-24 23:44:12 UTC (rev 7447)
@@ -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