Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 4687 (100.0%) | 99.7 |
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ | 28 (59.6%) | 3689 (78.7%) | 131.7 |
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ | 12 (25.5%) | 986 (21.0%) | 82.1 |
Packages/Uintah/StandAlone/tools/puda/ | 3 (6.4%) | 12 (0.3%) | 4.0 |
Packages/Uintah/StandAlone/tools/extractors/ | 2 (4.3%) | 0 (0.0%) | 0.0 |
Packages/Uintah/StandAlone/ | 2 (4.3%) | 0 (0.0%) | 0.0 |
Failed particleIDs now print properly for ViscoPlastic and CNHDamge
thanks to Jim for the tip. Improved documentation on the SUVIC-I model.
0 lines of code changed in 12 files:
In ComputeStressTensor, make sure states of failed (localized) particles
do not change for both explicit and implicit in iterations or subsequent
timesteps. Noticed that explicit incurrs large error so implicit version
is preferred.
50 lines of code changed in 1 file:
cosmetic changes only; better usage description for extractS.
0 lines of code changed in 4 files:
-matl <int> is now a general option.
12 lines of code changed in 1 file:
For implicit, use addSharedCRForImplicitHypo.
4 lines of code changed in 1 file:
changed failure criteria to NOT use absolute values.
Now tension and compression are differentiated.
Trying to print out failed particleIDs... need more work there.
15 lines of code changed in 6 files:
added failure by stress, example file is suvic_10minus4_failure.ups
235 lines of code changed in 2 files:
cleaned up the code a bit, cosmetic only.
3 lines of code changed in 1 file:
Added options:
-mat <material id>
-timesteplow <int> (only outputs timestep from int)
-timestephigh <int> (only outputs timesteps upto int)
0 lines of code changed in 2 files:
145 lines of code changed in 2 files:
To go with SUVIC-I....
66 lines of code changed in 2 files:
Initial commit of SUVIC-I, a viscoplastic model for ice.
The code compiles but still has problems adapting to the current
version of Uintah.
4142 lines of code changed in 10 files:
Fixed a typo cm_ps->setAttribute("type","cnh_damage"); so restart works.
1 lines of code changed in 1 file:
added "failure_by_stress",d_epsf.failureByStress, so failure
due to stress is possible.
14 lines of code changed in 2 files: