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

brad at geodynamics.org brad at geodynamics.org
Wed Dec 3 11:21:45 PST 2008


Author: brad
Date: 2008-12-03 11:21:45 -0800 (Wed, 03 Dec 2008)
New Revision: 13445

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg
Log:
Added Maxwell time to viscoelastic info output. Added absolute tolerance for initial stress problem (solution should converge in 0 iterations).

Modified: short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg	2008-12-03 01:48:22 UTC (rev 13444)
+++ short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg	2008-12-03 19:21:45 UTC (rev 13445)
@@ -101,6 +101,7 @@
 writer.filename = dislocation-statevars-elastic.vtk
 
 [pylithapp.timedependent.materials.viscoelastic.output]
+cell_info_fields = [density,mu,lambda,maxwell_time]
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = dislocation-statevars-viscoelastic.vtk
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg	2008-12-03 01:48:22 UTC (rev 13444)
+++ short/3D/PyLith/trunk/examples/3d/hex8/gravity.cfg	2008-12-03 19:21:45 UTC (rev 13445)
@@ -87,5 +87,6 @@
 writer.filename = gravity-statevars-elastic.vtk
 
 [pylithapp.timedependent.materials.viscoelastic.output]
+cell_info_fields = [density,mu,lambda,maxwell_time]
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = gravity-statevars-viscoelastic.vtk

Modified: short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg	2008-12-03 01:48:22 UTC (rev 13444)
+++ short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg	2008-12-03 19:21:45 UTC (rev 13445)
@@ -100,5 +100,9 @@
 writer.filename = gravity_istress-statevars-elastic.vtk
 
 [pylithapp.timedependent.materials.viscoelastic.output]
+cell_info_fields = [density,mu,lambda,maxwell_time]
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = gravity_istress-statevars-viscoelastic.vtk
+
+[pylithapp.petsc]
+ksp_atol = 1.0e-12

Modified: short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2008-12-03 01:48:22 UTC (rev 13444)
+++ short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2008-12-03 19:21:45 UTC (rev 13445)
@@ -158,6 +158,7 @@
 writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.viscoelastic.output]
+cell_info_fields = [density,mu,lambda,maxwell_time]
 skip = 9
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = savageprescott-statevars-viscoelastic.vtk

Modified: short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg	2008-12-03 01:48:22 UTC (rev 13444)
+++ short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg	2008-12-03 19:21:45 UTC (rev 13445)
@@ -79,5 +79,6 @@
 writer.filename = shearxy-statevars-elastic.vtk
 
 [pylithapp.timedependent.materials.viscoelastic.output]
+cell_info_fields = [density,mu,lambda,maxwell_time]
 cell_filter = pylith.meshio.CellFilterAvg
 writer.filename = shearxy-statevars-viscoelastic.vtk



More information about the CIG-COMMITS mailing list