[cig-commits] r18737 - short/3D/PyLith/trunk/examples/3d/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Jul 11 21:20:52 PDT 2011


Author: willic3
Date: 2011-07-11 21:20:51 -0700 (Mon, 11 Jul 2011)
New Revision: 18737

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/step15.cfg
Log:
Merged from v1.6-stable.



Modified: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2011-07-12 04:15:08 UTC (rev 18736)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2011-07-12 04:20:51 UTC (rev 18737)
@@ -53,6 +53,7 @@
 [pylithapp.timedependent.materials.upper_crust]
 label = Upper crust material
 id = 1
+db_properties.label = Properties for upper crust
 db_properties.iohandler.filename = spatialdb/mat_elastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
@@ -60,6 +61,7 @@
 [pylithapp.timedependent.materials.lower_crust]
 label = Lower crust material
 id = 2
+db_properties.label = Properties for lower crust
 db_properties.iohandler.filename = spatialdb/mat_elastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
@@ -77,7 +79,7 @@
 
 # Convergence parameters.
 ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-12
+ksp_atol = 1.0e-20
 ksp_max_it = 100
 ksp_gmres_restart = 50
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/step15.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step15.cfg	2011-07-12 04:15:08 UTC (rev 18736)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step15.cfg	2011-07-12 04:20:51 UTC (rev 18737)
@@ -78,6 +78,7 @@
 # Properties are named in cell_info_fields and state variables are named in
 # cell_data_fields.
 [pylithapp.timedependent.materials.lower_crust]
+db_properties.label = Generalized Maxwell viscoelastic properties
 db_properties.iohandler.filename = spatialdb/mat_genmaxwell.spatialdb
 output.cell_info_fields = [density,mu,lambda,shear_ratio,maxwell_time]
 output.cell_data_fields = [total_strain,stress,viscous_strain_1,viscous_strain_2,viscous_strain_3]



More information about the CIG-COMMITS mailing list