[root]/Packages/Uintah/CCA/Components/MPM/Contact
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 17 (100.0%) | 1.3 |
harman | 9 (69.2%) | 16 (94.1%) | 1.7 |
jas | 2 (15.4%) | 1 (5.9%) | 0.5 |
guilkey | 2 (15.4%) | 0 (0.0%) | 0.0 |
Fixed a bug that shows up when used in AMR runs.
0 lines of code changed in 2 files:
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
1 lines of code changed in 2 files:
New Patch Conversion
getNodeLowIndex() -> getExtraNodeLowIndex__New()
getNodeHighIndex() -> getExtraNodeHighIndex__New()
getInteriorNodeLowIndex() -> getNodeLowIndex__New()
getInteriorNodeHighIndex() -> getNodeHighIndex__New()
4 lines of code changed in 3 files:
New patch conversion
getNodeIterator() -> getNodeIterator__New()
12 lines of code changed in 6 files: