Directory Packages/Uintah/CCA/Components/MPM/Contact/

Total Files:
5
Deleted Files:
0
Lines of Code:
2109

[root]/Packages/Uintah/CCA/Components/MPM/Contact

Lines of Code

Packages/Uintah/CCA/Components/MPM/Contact/ Lines of Code

Developers

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

Most Recent Commits

guilkey 2008-09-30 17:51 Rev.: 42179

Fixed a bug that shows up when used in AMR runs.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/Contact: FrictionContact.cc (changed)
jas 2008-07-07 20:07 Rev.: 41434

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:

  • Packages/Uintah/CCA/Components/MPM/Contact: Contact.h (+1 -1)
harman 2008-05-12 16:24 Rev.: 41006

New Patch Conversion

getNodeLowIndex() -> getExtraNodeLowIndex__New()
getNodeHighIndex() -> getExtraNodeHighIndex__New()
getInteriorNodeLowIndex() -> getNodeLowIndex__New()
getInteriorNodeHighIndex() -> getNodeHighIndex__New()

4 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/Contact: ApproachContact.cc (+2 -2), FrictionContact.cc (+2 -2)
harman 2008-05-12 14:38 Rev.: 41004

New patch conversion
getNodeIterator() -> getNodeIterator__New()

12 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/Contact: ApproachContact.cc (+3 -3), FrictionContact.cc (+5 -5), SingleVelContact.cc (+2 -2), SpecifiedBodyContact.cc (+2 -2)
Generated by StatSVN 0.4.0