[cig-commits] r16612 - short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4

brad at geodynamics.org brad at geodynamics.org
Mon May 3 17:55:01 PDT 2010


Author: brad
Date: 2010-05-03 17:55:01 -0700 (Mon, 03 May 2010)
New Revision: 16612

Modified:
   short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
   short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg
Log:
Updated PETSc settings. Added velocity and slip rate to output.

Modified: short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-05-03 22:16:42 UTC (rev 16611)
+++ short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-05-04 00:55:01 UTC (rev 16612)
@@ -95,12 +95,22 @@
 
 snes_rtol = 1.0e-8
 snes_atol = 1.0e-15
-snes_monitor = true
+#snes_monitor = true
 #snes_view = true
 snes_converged_reason = true
 
 #log_summary = true
 
+# Friction sensitivity solve
+friction_pc_type = asm
+friction_sub_pc_factor_shift_type = nonzero
+friction_ksp_max_it = 25
+friction_ksp_gmres_restart = 30
+#friction_ksp_monitor = true
+#friction_ksp_view = true
+friction_ksp_converged_reason = true
+
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg	2010-05-03 22:16:42 UTC (rev 16611)
+++ short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg	2010-05-04 00:55:01 UTC (rev 16612)
@@ -111,10 +111,12 @@
 # ----------------------------------------------------------------------
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.output]
+vertex_data_fields = [displacement,velocity]
 writer.filename = output/shearwave.vtk
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
+vertex_data_fields = [slip,slip_rate,traction]
 writer.filename = output/shearwave-fault.vtk
 
 # Give basename for VTK output of state variables.



More information about the CIG-COMMITS mailing list