[cig-commits] r6785 - in short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet: powertest splittest tractest

willic3 at geodynamics.org willic3 at geodynamics.org
Fri May 4 13:26:24 PDT 2007


Author: willic3
Date: 2007-05-04 13:26:24 -0700 (Fri, 04 May 2007)
New Revision: 6785

Added:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/splittest/pylith3d-parmetis.cfg
Removed:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-chaco.cfg
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-parmetis.cfg
Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop
Log:
Removed parmetis .cfg file from tractest, since it won't work, but
added one for splittest.  Viscosity values for powertest have been
changed.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop	2007-05-04 19:54:52 UTC (rev 6784)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertest.prop	2007-05-04 20:26:24 UTC (rev 6785)
@@ -15,5 +15,5 @@
 youngsModulus    = 7.5e10*Pa			#  Young's modulus
 poissonsRatio    = 0.25				#  Poisson's ratio
 powerLawExponent = 3.50				#  Exponent
-viscosityCoefficient = 1.42746527e12*s*Pa**3.5   # EMHU
+viscosityCoefficient = 1.0e10*s*Pa**3.5          # EMHU
 endMaterial	 = True

Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop	2007-05-04 19:54:52 UTC (rev 6784)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/powertest/powertestESF.prop	2007-05-04 20:26:24 UTC (rev 6785)
@@ -15,5 +15,5 @@
 youngsModulus    = 7.5e10*Pa			#  Young's modulus
 poissonsRatio    = 0.25				#  Poisson's ratio
 powerLawExponent = 3.50				#  Exponent
-viscosityCoefficient = 1.42746527e12*s*Pa**3.5    # EMHU
+viscosityCoefficient = 1.0e10*s*Pa**3.5          # EMHU
 endMaterial	 = True

Added: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/splittest/pylith3d-parmetis.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/splittest/pylith3d-parmetis.cfg	2007-05-04 19:54:52 UTC (rev 6784)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/splittest/pylith3d-parmetis.cfg	2007-05-04 20:26:24 UTC (rev 6785)
@@ -0,0 +1,122 @@
+# Main configuration file for vistest.  Unless overridden by
+# specifying a different configuration file on the command-line, these
+# are the values that will be used.
+
+[pylith3d]
+# Specify multi-processor run
+nodes = 2
+partitioner = parmetis
+
+[pylith3d.petsc]
+# PETSc options
+log_summary = true
+pc_type = bjacobi
+sub_pc_type = ilu
+ksp_monitor = true
+ksp_view = true
+ksp_rtol = 1.0e-9
+# start_in_debugger = true
+# debugger_pause = 100
+
+[pylith3d]
+fileRoot = splittest
+asciiOutput = full
+ucdOutput = ascii
+
+# Example of a keyword=value file to be used with TECTON.
+# In this example, the default values are listed, but commented out.
+# To change a default value, uncomment the appropriate entry and
+# edit the value.
+# With the present implementation, there should not be any spaces
+# before the keyword.
+#
+# Non-default parameters to be used for SCEC BM 2.
+#
+# Scaling factors applied to Winkler forces.  These factors may be
+# used as a quick and easy way of changing the density or gravitational
+# acceleration when Winkler forces are used to simulate gravity.
+#
+#winklerScaleX = 1.0
+#winklerScaleY = 1.0
+#winklerScaleZ = 1.0
+#
+#
+# Parameters controlling stress integration and numerical computation
+# of the tangent material matrix.  These default values should be
+# reasonable for most cases.
+#
+#stressTolerance = 1.0e-12*Pa
+#minimumStrainPerturbation = 1.0e-7
+#initialStrainPerturbation = 1.0e-1
+#
+#
+# Parameters controlling the solution of the linear problem at each
+# iteration.  This is now all controlled by PETSc command-line
+# arguments.  The only option now specified in this file is whether to
+# use the solution from the previous time step as the starting guess
+# for the current time step.
+#
+# usePreviousDisplacementFlag = 0
+#
+#
+# Quadrature order for the problem.  The options are:
+#       Full:           Quadrature order that should give the exact
+#                       element matrices when the elements are
+#                       geometrically undistorted.
+#       Reduced:        Quadrature order that is one order less than
+#                       full quadrature.  This option should be used
+#                       with caution.
+#       Selective:      Uses Hughes' b-bar formulation to perform
+#                       reduced quadrature on the dilatational parts of
+#                       the strain-displacement matrix.  This can be
+#                       useful in nearly-incompressible problems.
+#
+#quadratureOrder = Full
+#
+#
+# Gravitational acceleration in each direction.
+#
+#gravityX = 0.0*m/(s*s)
+#gravityY = 0.0*m/(s*s)
+#gravityZ = 0.0*m/(s*s)
+#
+#
+# Factors controlling computation of prestresses.  When gravity is being
+# used, an automatic computation option may be used, with the option of
+# using alternative values for Poisson's ratio and Young's modulus.
+# Each prestress component may also be scaled.  This option is only
+# useful if the prestresses are read from a file (and not automatically
+# computed).
+#
+#prestressAutoCompute = False
+#prestressAutoChangeElasticProps = False
+#prestressAutoComputePoisson = 0.49
+#prestressAutoComputeYoungs = 1.0e30*Pa
+#
+#prestressScaleXx = 1.0
+#prestressScaleYy = 1.0
+#prestressScaleZz = 1.0
+#prestressScaleXy = 1.0
+#prestressScaleXz = 1.0
+#prestressScaleYz = 1.0
+#
+#
+# Scaling factors applied to differential Winkler forces.  Differential
+# Winkler forces are those applied across a slippery node interface, and
+# are generally used to keep the fault locked at certain times.  These
+# factors control the magnitudes and provide a simple way of scaling the
+# forces so the fault remains sufficiently 'locked'.
+#
+#winklerSlipScaleX = 1.0
+#winklerSlipScaleY = 1.0
+#winklerSlipScaleZ = 1.0
+#
+#
+# Unit numbers used by f77.  These defaults should work for most Unix
+# systems, but may be altered if necessary.
+#
+#f77StandardInput = 5
+#f77StandardOutput = 6
+#f77FileInput = 10
+#f77AsciiOutput = 11
+#f77PlotOutput = 12

Deleted: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-chaco.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-chaco.cfg	2007-05-04 19:54:52 UTC (rev 6784)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-chaco.cfg	2007-05-04 20:26:24 UTC (rev 6785)
@@ -1,122 +0,0 @@
-# Main configuration file for vistest.  Unless overridden by
-# specifying a different configuration file on the command-line, these
-# are the values that will be used.
-
-[pylith3d]
-# Specify multi-processor run
-nodes = 2
-partitioner = chaco
-
-[pylith3d.petsc]
-# PETSc options
-log_summary = true
-pc_type = bjacobi
-sub_pc_type = ilu
-ksp_monitor = true
-ksp_view = true
-ksp_rtol = 1.0e-9
-# start_in_debugger = true
-# debugger_pause = 100
-
-[pylith3d]
-fileRoot = tractest
-asciiOutput = full
-ucdOutput = ascii
-
-# Example of a keyword=value file to be used with TECTON.
-# In this example, the default values are listed, but commented out.
-# To change a default value, uncomment the appropriate entry and
-# edit the value.
-# With the present implementation, there should not be any spaces
-# before the keyword.
-#
-# Non-default parameters to be used for SCEC BM 2.
-#
-# Scaling factors applied to Winkler forces.  These factors may be
-# used as a quick and easy way of changing the density or gravitational
-# acceleration when Winkler forces are used to simulate gravity.
-#
-#winklerScaleX = 1.0
-#winklerScaleY = 1.0
-#winklerScaleZ = 1.0
-#
-#
-# Parameters controlling stress integration and numerical computation
-# of the tangent material matrix.  These default values should be
-# reasonable for most cases.
-#
-#stressTolerance = 1.0e-12*Pa
-#minimumStrainPerturbation = 1.0e-7
-#initialStrainPerturbation = 1.0e-1
-#
-#
-# Parameters controlling the solution of the linear problem at each
-# iteration.  This is now all controlled by PETSc command-line
-# arguments.  The only option now specified in this file is whether to
-# use the solution from the previous time step as the starting guess
-# for the current time step.
-#
-# usePreviousDisplacementFlag = 0
-#
-#
-# Quadrature order for the problem.  The options are:
-#       Full:           Quadrature order that should give the exact
-#                       element matrices when the elements are
-#                       geometrically undistorted.
-#       Reduced:        Quadrature order that is one order less than
-#                       full quadrature.  This option should be used
-#                       with caution.
-#       Selective:      Uses Hughes' b-bar formulation to perform
-#                       reduced quadrature on the dilatational parts of
-#                       the strain-displacement matrix.  This can be
-#                       useful in nearly-incompressible problems.
-#
-#quadratureOrder = Full
-#
-#
-# Gravitational acceleration in each direction.
-#
-#gravityX = 0.0*m/(s*s)
-#gravityY = 0.0*m/(s*s)
-#gravityZ = 0.0*m/(s*s)
-#
-#
-# Factors controlling computation of prestresses.  When gravity is being
-# used, an automatic computation option may be used, with the option of
-# using alternative values for Poisson's ratio and Young's modulus.
-# Each prestress component may also be scaled.  This option is only
-# useful if the prestresses are read from a file (and not automatically
-# computed).
-#
-#prestressAutoCompute = False
-#prestressAutoChangeElasticProps = False
-#prestressAutoComputePoisson = 0.49
-#prestressAutoComputeYoungs = 1.0e30*Pa
-#
-#prestressScaleXx = 1.0
-#prestressScaleYy = 1.0
-#prestressScaleZz = 1.0
-#prestressScaleXy = 1.0
-#prestressScaleXz = 1.0
-#prestressScaleYz = 1.0
-#
-#
-# Scaling factors applied to differential Winkler forces.  Differential
-# Winkler forces are those applied across a slippery node interface, and
-# are generally used to keep the fault locked at certain times.  These
-# factors control the magnitudes and provide a simple way of scaling the
-# forces so the fault remains sufficiently 'locked'.
-#
-#winklerSlipScaleX = 1.0
-#winklerSlipScaleY = 1.0
-#winklerSlipScaleZ = 1.0
-#
-#
-# Unit numbers used by f77.  These defaults should work for most Unix
-# systems, but may be altered if necessary.
-#
-#f77StandardInput = 5
-#f77StandardOutput = 6
-#f77FileInput = 10
-#f77AsciiOutput = 11
-#f77PlotOutput = 12

Deleted: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-parmetis.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-parmetis.cfg	2007-05-04 19:54:52 UTC (rev 6784)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-parmetis.cfg	2007-05-04 20:26:24 UTC (rev 6785)
@@ -1,122 +0,0 @@
-# Main configuration file for vistest.  Unless overridden by
-# specifying a different configuration file on the command-line, these
-# are the values that will be used.
-
-[pylith3d]
-# Specify multi-processor run
-nodes = 2
-partitioner = parmetis
-
-[pylith3d.petsc]
-# PETSc options
-log_summary = true
-pc_type = bjacobi
-sub_pc_type = ilu
-ksp_monitor = true
-ksp_view = true
-ksp_rtol = 1.0e-9
-# start_in_debugger = true
-# debugger_pause = 100
-
-[pylith3d]
-fileRoot = tractest
-asciiOutput = full
-ucdOutput = ascii
-
-# Example of a keyword=value file to be used with TECTON.
-# In this example, the default values are listed, but commented out.
-# To change a default value, uncomment the appropriate entry and
-# edit the value.
-# With the present implementation, there should not be any spaces
-# before the keyword.
-#
-# Non-default parameters to be used for SCEC BM 2.
-#
-# Scaling factors applied to Winkler forces.  These factors may be
-# used as a quick and easy way of changing the density or gravitational
-# acceleration when Winkler forces are used to simulate gravity.
-#
-#winklerScaleX = 1.0
-#winklerScaleY = 1.0
-#winklerScaleZ = 1.0
-#
-#
-# Parameters controlling stress integration and numerical computation
-# of the tangent material matrix.  These default values should be
-# reasonable for most cases.
-#
-#stressTolerance = 1.0e-12*Pa
-#minimumStrainPerturbation = 1.0e-7
-#initialStrainPerturbation = 1.0e-1
-#
-#
-# Parameters controlling the solution of the linear problem at each
-# iteration.  This is now all controlled by PETSc command-line
-# arguments.  The only option now specified in this file is whether to
-# use the solution from the previous time step as the starting guess
-# for the current time step.
-#
-# usePreviousDisplacementFlag = 0
-#
-#
-# Quadrature order for the problem.  The options are:
-#       Full:           Quadrature order that should give the exact
-#                       element matrices when the elements are
-#                       geometrically undistorted.
-#       Reduced:        Quadrature order that is one order less than
-#                       full quadrature.  This option should be used
-#                       with caution.
-#       Selective:      Uses Hughes' b-bar formulation to perform
-#                       reduced quadrature on the dilatational parts of
-#                       the strain-displacement matrix.  This can be
-#                       useful in nearly-incompressible problems.
-#
-#quadratureOrder = Full
-#
-#
-# Gravitational acceleration in each direction.
-#
-#gravityX = 0.0*m/(s*s)
-#gravityY = 0.0*m/(s*s)
-#gravityZ = 0.0*m/(s*s)
-#
-#
-# Factors controlling computation of prestresses.  When gravity is being
-# used, an automatic computation option may be used, with the option of
-# using alternative values for Poisson's ratio and Young's modulus.
-# Each prestress component may also be scaled.  This option is only
-# useful if the prestresses are read from a file (and not automatically
-# computed).
-#
-#prestressAutoCompute = False
-#prestressAutoChangeElasticProps = False
-#prestressAutoComputePoisson = 0.49
-#prestressAutoComputeYoungs = 1.0e30*Pa
-#
-#prestressScaleXx = 1.0
-#prestressScaleYy = 1.0
-#prestressScaleZz = 1.0
-#prestressScaleXy = 1.0
-#prestressScaleXz = 1.0
-#prestressScaleYz = 1.0
-#
-#
-# Scaling factors applied to differential Winkler forces.  Differential
-# Winkler forces are those applied across a slippery node interface, and
-# are generally used to keep the fault locked at certain times.  These
-# factors control the magnitudes and provide a simple way of scaling the
-# forces so the fault remains sufficiently 'locked'.
-#
-#winklerSlipScaleX = 1.0
-#winklerSlipScaleY = 1.0
-#winklerSlipScaleZ = 1.0
-#
-#
-# Unit numbers used by f77.  These defaults should work for most Unix
-# systems, but may be altered if necessary.
-#
-#f77StandardInput = 5
-#f77StandardOutput = 6
-#f77FileInput = 10
-#f77AsciiOutput = 11
-#f77PlotOutput = 12



More information about the cig-commits mailing list