[root]/CCA/Components/MPM/Contact
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 52 (100.0%) | 92 (100.0%) | 1.7 |
guilkey | 12 (23.1%) | 70 (76.1%) | 5.8 |
jas | 40 (76.9%) | 22 (23.9%) | 0.5 |
Adding some additional features and options to friction contact.
Most importantly, added a constraint on displacement between materials
based on Nairn's CMES "Modeling Imperfect Interfaces..." paper. By default,
nothing changes, these features are enabled with input file options.
0 lines of code changed in 4 files:
Interpolators now return the number of entries that need to be looped over
in the code that calls them. Currently, this number is the same as the d_size
for all of the interpolators except the fastCPDI. fastCPDI previously only allo
wed the hash function to reach 27, but now it can go as high as 64, but it
usually will not. This commit doesn't change any answers in MPM, IMPM or
MPMICE.
20 lines of code changed in 5 files:
Add a new constraint option for Friction Contact. Currently commented out, not
ready to deal with breaking the RT just yet.
49 lines of code changed in 2 files:
Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.
1 lines of code changed in 4 files:
Update copyright date to 2016.
21 lines of code changed in 36 files:
Bringing some of the ARL changes into the trunk.
1 lines of code changed in 1 file: