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

brad at geodynamics.org brad at geodynamics.org
Mon Mar 15 17:08:01 PDT 2010


Author: brad
Date: 2010-03-15 17:08:01 -0700 (Mon, 15 Mar 2010)
New Revision: 16427

Modified:
   short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
   short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg
Log:
More tweaking of settings.

Modified: short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-03-15 23:52:23 UTC (rev 16426)
+++ short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-03-16 00:08:01 UTC (rev 16427)
@@ -82,7 +82,7 @@
 sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-10
+ksp_atol = 1.0e-15
 ksp_max_it = 200
 ksp_gmres_restart = 250
 

Modified: short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg	2010-03-15 23:52:23 UTC (rev 16426)
+++ short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/shearwave.cfg	2010-03-16 00:08:01 UTC (rev 16427)
@@ -7,15 +7,15 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
 
-#formulation = pylith.problems.Explicit
-#formulation.solver = pylith.problems.SolverNonlinear
-formulation = pylith.problems.ExplicitLumped
+formulation = pylith.problems.Explicit
+formulation.solver = pylith.problems.SolverNonlinear
+#formulation = pylith.problems.ExplicitLumped
 
 # Nondimensionalize problem using wave propagation parameters.
 normalizer = spatialdata.units.NondimElasticDynamic
-normalizer.mass_density = 1000.0*kg/m**3
-normalizer.shear_wave_speed = 1.0*m/s
-normalizer.wave_period = 1.0*s
+#normalizer.mass_density = 1000.0*kg/m**3
+#normalizer.shear_wave_speed = 1.0*m/s
+#normalizer.wave_period = 1.0*s
 
 bc = [x_pos,x_neg,all_nofault]
 
@@ -24,7 +24,7 @@
 bc.x_neg = pylith.bc.AbsorbingDampers
 
 [pylithapp.timedependent.formulation.time_step]
-total_time = 12.0*s
+total_time = 0.25*s
 dt = 0.05*s
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list