[root]/Packages/Uintah/CCA/Components/MPM/Contact
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 67 (100.0%) | 585 (100.0%) | 8.7 |
jas | 50 (74.6%) | 570 (97.4%) | 11.4 |
guilkey | 17 (25.4%) | 15 (2.6%) | 0.8 |
Remove Packages/
0 lines of code changed in 19 files:
Cleaned up the contact models:
1. No longer modify gAcceleration, as those mods get overwritten.
2. Don't modify frictionWork unless you REALLY modify frictionWork.
3. Clean up Null Contact so that it doesn't require and get data
that it does nothing with.
0 lines of code changed in 10 files:
No longer do exMomInterpolated. Also, no longer "modify" g.acceleration, as this
modification gets overwritten anyway.
0 lines of code changed in 2 files:
No longer set boundary conditions on g.velocity. The reorganization
of the algorithm from about a year ago made this unnecessary. As a
result, I can get rid of g.velocityInterp. I've deleted setGridBCsInterpolated.
As this impacts MPMICE, I've created a g.velocityBC that gets created only
in the case of MPMICE runs.
This change is going to have a modest impact on results, I will clean up the RT
in the morning.
3 lines of code changed in 1 file:
Minor formatting changes.
12 lines of code changed in 4 files:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
570 lines of code changed in 31 files: