Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 523 (100.0%) | 22.7 |
Packages/Uintah/CCA/Components/MPM/ | 2 (8.7%) | 254 (48.6%) | 127.0 |
CCA/Components/MPM/ConstitutiveModel/ | 15 (65.2%) | 203 (38.8%) | 13.5 |
Packages/Uintah/StandAlone/tools/pfs/ | 3 (13.0%) | 62 (11.9%) | 20.6 |
Packages/Uintah/StandAlone/tools/puda/ | 2 (8.7%) | 2 (0.4%) | 1.0 |
Packages/Uintah/Core/GeometryPiece/ | 1 (4.3%) | 2 (0.4%) | 2.0 |
fixed a typo: should be 'use_polar_decomposition_RMB'.
Also changed the default behavior to true after more testing.
3 lines of code changed in 1 file:
merged previous two versions (due to mistake in commit).
25 lines of code changed in 2 files:
75 lines of code changed in 1 file:
added d_usePolarDecompositionRMB as an option (default is false).
21 lines of code changed in 2 files:
added failureByPressure option: the particle will fail if
the allowable mean stress is exceeded (tensile or compressive).
So all together three failure options are available: maximum
principal stress, maximum principal strain and mean stress.
20 lines of code changed in 2 files:
added allow_no_tension option for failed particles - only negative
mean stress is retained after failure.
14 lines of code changed in 2 files:
added AllowNoShear to the erosion algorithm which
retains only the mean stress (tension and compression)
after failure, i.e., it does not allow deviatoric
stress. Consequently, tension or compression after
failure is treated the same. Note that the existing
AllowNoTension algorithm retains only compressive
mean stress after failure.
9 lines of code changed in 2 files:
1. Added diagnostic output when negative jacobian of deformation
gradient occurs.
2. Per Jim's 2005 modification of ElasticPlastic.cc, reset deformation
gradient of failed particles to previous value to prevent further
straining of these particles.
16 lines of code changed in 1 file:
Using the RMB version of polar decomposition. Note that modifications
for the implicit version are not done yet.
6 lines of code changed in 1 file:
1. Added diagnostic output when negative jacobian of deformation
gradient occurs.
2. Per Jim's 2005 modification of ElasticPlastic.cc, reset deformation
gradient of failed particles to previous value to prevent further
straining of these particles.
14 lines of code changed in 1 file:
Fixed a bug in radialDirection. tt is not supposed
to be of unit length. Note that axis/height2 is
the axial unit vector; projOnAxis is the projection
of pbot onto axis.
2 lines of code changed in 1 file:
fixed a bug on -matl,mat for -varsummary. minor change in usage for
puda.cc.
2 lines of code changed in 2 files:
Added pressureBC by adapting code from explicit.
254 lines of code changed in 2 files:
fixed the right count for argc.
2 lines of code changed in 1 file:
added -cyl option so a cylinder can be created inside the given
geometry object. This is done primarily for image data (cropping).
60 lines of code changed in 2 files: