[cig-commits] r20063 - short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction

brad at geodynamics.org brad at geodynamics.org
Thu May 10 10:21:42 PDT 2012


Author: brad
Date: 2012-05-10 10:21:42 -0700 (Thu, 10 May 2012)
New Revision: 20063

Modified:
   short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/fieldsplit.cfg
   short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg
Log:
Updated settings.

Modified: short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/fieldsplit.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/fieldsplit.cfg	2012-05-10 00:00:40 UTC (rev 20062)
+++ short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/fieldsplit.cfg	2012-05-10 17:21:42 UTC (rev 20063)
@@ -4,15 +4,11 @@
 use_custom_constraint_pc = True
 
 [pylithapp.petsc]
-ksp_gmres_restart = 500
+ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = 
+fs_pc_fieldsplit_real_diagonal = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = ml
-fs_fieldsplit_1_pc_type = ml
-fs_fieldsplit_2_pc_type = ml
-fs_fieldsplit_3_pc_type = ml
+fs_fieldsplit_1_pc_type = jacobi
 fs_fieldsplit_0_ksp_type = preonly
 fs_fieldsplit_1_ksp_type = preonly
-fs_fieldsplit_2_ksp_type = preonly
-fs_fieldsplit_3_ksp_type = preonly

Modified: short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg	2012-05-10 00:00:40 UTC (rev 20062)
+++ short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg	2012-05-10 17:21:42 UTC (rev 20063)
@@ -128,11 +128,14 @@
 friction.db_properties.values = [static-coefficient,dynamic-coefficient,slip-weakening-parameter,cohesion]
 friction.db_properties.data = [0.6,0.1,1.0*mm,0.0*Pa]
 
-db_initial_tractions = spatialdata.spatialdb.SimpleDB
-db_initial_tractions.iohandler.filename = initial_tractions.spatialdb
-db_initial_tractions.label = Initial fault tractions
-db_initial_tractions.query_type = linear
+traction_perturbation = pylith.faults.TractPerturbation
 
+[pylithapp.timedependent.interfaces.fault.traction_perturbation]
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.iohandler.filename = initial_tractions.spatialdb
+db_initial.label = Initial fault tractions
+db_initial.query_type = linear
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
@@ -150,7 +153,7 @@
 writer.filename = output/cyclic-groundsurf.h5
 
 [pylithapp.problem.interfaces.fault.output]
-vertex_info_fields = [initial_traction]
+vertex_info_fields = [traction_initial_value]
 writer = pylith.meshio.DataWriterHDF5SubSubMesh
 writer.filename = output/cyclic-fault.h5
 



More information about the CIG-COMMITS mailing list