[cig-commits] r20090 - in short/3D/PyLith/branches/v1.7-trunk: . pylith/faults
brad at geodynamics.org
brad at geodynamics.org
Fri May 11 16:26:08 PDT 2012
Author: brad
Date: 2012-05-11 16:26:08 -0700 (Fri, 11 May 2012)
New Revision: 20090
Modified:
short/3D/PyLith/branches/v1.7-trunk/TODO
short/3D/PyLith/branches/v1.7-trunk/pylith/faults/FaultCohesiveImpulses.py
Log:
Updated TODO (worked on manual). Add missing doc string.
Modified: short/3D/PyLith/branches/v1.7-trunk/TODO
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/TODO 2012-05-11 23:07:51 UTC (rev 20089)
+++ short/3D/PyLith/branches/v1.7-trunk/TODO 2012-05-11 23:26:08 UTC (rev 20090)
@@ -29,33 +29,36 @@
* Manual
- - FIATSimplex
- cell.shape -> cell.dimension
- Order of tensor components for Xdmf files
- Drucker Prager fit to yield surface
- Drucker Prager allow tensile yield
- - Output soln points
- + Interpolation
- * Accuracy of interpolation?
- - Examples/Tutorials
- + Table with concepts/features
+ - Output soln points [DONE]
+ + Interpolation [DONE]
+ + PointsList [DONE]
- Linear prestep
+ Turned on by default
+ Static solution is linear prestep
+ Inelastic solution requires increment in driving forces
- - User specified start time (default is 0.0)
- - PETSc w/CUDA
+ - User specified start time (default is 0.0) [DONE]
- FaultCohesiveDyn
- + Add switch for turning on/off zero tractions for fault opening
- Added step20
- + Switched to time-dependent formulation for prescribed tractions
- + friction
- - Slip-weakening healing parameter
- - Changed regularization of rate and state friction
+ + Add switch for turning on/off zero tractions for fault opening [DONE]
+ + Switched to time-dependent formulation for prescribed tractions [DONE]
+ + Slip-weakening healing parameter [DONE]
+ + Changed regularization of rate and state friction [DONE]
- Green's functions
- examples/2d/greensfns
+ + GreensFns problem [DONE]
+ + FaultCohesiveImpulses [DONE]
+ - URL for PyLith FAQ for Troubleshooting (Section 5.7)
+ - Update field split settings (Section 5.1)
+ - PETSc w/CUDA (Add to Section 5.1)
+ - Update Components appendix [DONE?, need to check]
+ - FIATSimplex, FIATLagrange
+ cell.shape -> cell.dimension
+ - Examples/Tutorials
+ + Table with concepts/features
+ + examples/3d/hex8/step20 (dike opening)
+ + examples/2d/greensfns
-
* configure
+ Check compatibility of PyLith options with PETSc
Modified: short/3D/PyLith/branches/v1.7-trunk/pylith/faults/FaultCohesiveImpulses.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/pylith/faults/FaultCohesiveImpulses.py 2012-05-11 23:07:51 UTC (rev 20089)
+++ short/3D/PyLith/branches/v1.7-trunk/pylith/faults/FaultCohesiveImpulses.py 2012-05-11 23:26:08 UTC (rev 20090)
@@ -73,6 +73,7 @@
from pyre.units.length import m
threshold = pyre.inventory.dimensional("threshold", default=1.0e-6*m)
+ threshold.meta['tip'] = "Threshold for non-zero amplitude."
impulseDOF = pyre.inventory.list("impulse_dof", default=[], validator=validateDOF)
impulseDOF.meta['tip'] = "Indices of impulse components " \
More information about the CIG-COMMITS
mailing list