[root]/CCA/Components/MPM/ConstitutiveModel
PlasticityModels
(111 files, 16361 lines)
UnusedCM
(31 files, 9717 lines)
fortran
(10 files, 5412 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 777 (100.0%) | 10167 (100.0%) | 13.0 |
jpeterson | 284 (36.6%) | 6062 (59.6%) | 21.3 |
guilkey | 82 (10.6%) | 1529 (15.0%) | 18.6 |
jeff788 | 39 (5.0%) | 1404 (13.8%) | 36.0 |
harman | 110 (14.2%) | 480 (4.7%) | 4.3 |
ffjhl | 9 (1.2%) | 398 (3.9%) | 44.2 |
jas | 216 (27.8%) | 219 (2.2%) | 1.0 |
luitjens | 33 (4.2%) | 49 (0.5%) | 1.4 |
dav | 4 (0.5%) | 26 (0.3%) | 6.5 |
code generalization:
A GeometryObject can now have an arbitrary number of double,Vector,
IntVectors,Points variables associated with that object. The assumption that
each object will have a "res" and "velocity" has been removed. Justin & Todd
15 lines of code changed in 2 files:
Uncomment some #undef's so that it isn't ambiguous.
0 lines of code changed in 2 files:
A slightly improved version of dumping out the UIs before and after KMMCHK.
2 lines of code changed in 1 file:
Print out the user inputs before and after calls to KMMCHK, so the user can
see how Kayenta saw fit to modify the inputs.
12 lines of code changed in 1 file:
Use a better polar decomposition algorithm.
0 lines of code changed in 2 files:
Add bulletproofing for reasonable range for the Poisson ratio of the material.
0 lines of code changed in 2 files:
Fix warning in a conditional.
0 lines of code changed in 2 files:
Band-Aid the computes and requires so this will run multi-proc without doing
the grid reset.
6 lines of code changed in 1 file:
Arrange the calculations in a way that won't make the buildbot mad.
7 lines of code changed in 1 file:
Fix the deformation which was getting reset to the unadjusted value even though
pressure stabilization was applied.
2 lines of code changed in 1 file:
added PressureStabilization to avoid spurious fluid oscillations.
0 lines of code changed in 2 files:
Replaced eigen method with getEigenValues; the former's known to
be problematic.
0 lines of code changed in 2 files:
1. Add the "C" variable to the copy constructor and outputProblemSpec.
2. Add the ability to ignite from a plane, rather than just at a point.
0 lines of code changed in 2 files:
Fix uninitialized variable.
1 lines of code changed in 1 file:
Use proc0cout to reduce some spew.
7 lines of code changed in 1 file:
Fixed a bug in how the Weibull distribution was being used.
1 lines of code changed in 1 file:
Add more information about the particles that are being deleted.
3 lines of code changed in 1 file:
Some commenting and cleaning. Added default output of Cv parameter when using JWL/C EOS so that restarts can occur.
11 lines of code changed in 1 file:
Replace the use of "eigen" with "getEigenValues". eigen seems to have a bug
which causes it to get into a loop from which it never returns.
10 lines of code changed in 1 file:
added localization capability to Kayenta
360 lines of code changed in 3 files:
(87 more)