Directory CCA/Components/MPM/Contact/

Total Files:
21
Deleted Files:
0
Lines of Code:
3499

[root]/CCA/Components/MPM/Contact

Lines of Code

CCA/Components/MPM/Contact/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 114 (100.0%) 650 (100.0%) 5.7
kunkel 13 (11.4%) 555 (85.4%) 42.6
jas 66 (57.9%) 55 (8.5%) 0.8
jeff788 2 (1.8%) 18 (2.8%) 9.0
guilkey 11 (9.6%) 16 (2.5%) 1.4
luitjens 6 (5.3%) 6 (0.9%) 1.0
harman 16 (14.0%) 0 (0.0%) 0.0

Most Recent Commits

guilkey 2010-12-07 19:40 Rev.: 46567

Change the way the surface normals are computed, borrowing on ideas of
John Nairn. As before, a normal is computed for every material at each node.
Then, the normal with the largest mass gradient is chosen as "the" normal,
and the normals of the other materials are assigned based on that. This
gives more reliable normals, reduces issues with corners, and, by making the
normals for all materials colinear, should help with momentum conservation.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: FrictionContact.cc (new)
guilkey 2010-10-22 13:02 Rev.: 46386

Change the way the rigid reaction force is computed. The new way gives
smoother results. This change was suggested and implemented by Jonah Lee
of U Alaska Fairbanks.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (changed)
guilkey 2010-10-14 15:21 Rev.: 46367

Add code for 3D cohesive zones written by Ravi Bhide of EGI.
Fix compiler warning in NodalSVFContact.


1 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: NodalSVFContact.cc (new)
kunkel 2010-10-11 16:23 Rev.: 46350

Fixed the section that sets material indices alpha and beta.

5 lines of code changed in 3 files:

  • CCA/Components/MPM/Contact: NodalSVFContact.cc (+4 -5), NodalSVFContact.h (+1 -1)
guilkey 2010-10-04 11:38 Rev.: 46309

Make the readability slightly less obnoxious.

11 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: NodalSVFContact.cc (+11 -9)
kunkel 2010-09-21 13:21 Rev.: 46248

1. Added a check for number of materials specified in the contact block; throws an exception if >2 materials specified.
2. Changed indices m and n to alpha and beta.
3. Cleaned up indenting and unnecessary lines.

97 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: NodalSVFContact.cc (+96 -119), NodalSVFContact.h (+1 -1)
kunkel 2010-09-10 21:38 Rev.: 46188

Added material loops to replace explicit index numbers, 0 and 1.

61 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: NodalSVFContact.cc (+61 -31)
kunkel 2010-09-09 16:34 Rev.: 46174

Fixed coefficient in front of NC_CCweights.

17 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: NodalSVFContact.cc (+17 -45)
kunkel 2010-08-30 16:22 Rev.: 46133

Added the Nodal Smoothed Volume Fraction Contact model to MPM.

375 lines of code changed in 6 files:

  • CCA/Components/MPM/Contact: ContactFactory.cc (+4), NodalSVFContact.cc (+232), NodalSVFContact.h (+138), sub.mk (new)
harman 2010-07-16 12:27 Rev.: 45883

removed
using namespace SCIRun

0 lines of code changed in 10 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (new), CompositeContact.cc (-1), ContactMaterialSpec.cc (new), FrictionContact.cc (-1), SingleVelContact.cc (new), SpecifiedBodyContact.cc (-1)
luitjens 2010-07-15 17:44 Rev.: 45868

Undid Todd's SCIRun rampage until the explode2D segfault is figured out.

6 lines of code changed in 6 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1), CompositeContact.cc (+1), ContactMaterialSpec.cc (+1), FrictionContact.cc (+1), SingleVelContact.cc (+1), SpecifiedBodyContact.cc (+1)
harman 2010-07-15 15:52 Rev.: 45860

removed
using namespace Uintah;

0 lines of code changed in 6 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (-1), CompositeContact.cc (-1), ContactMaterialSpec.cc (-1), FrictionContact.cc (-1), SingleVelContact.cc (-1), SpecifiedBodyContact.cc (-1)
guilkey 2010-06-08 17:23 Rev.: 45710

Ooops, flags should have been flag

2 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), FrictionContact.cc (+1 -1)
guilkey 2010-06-08 17:19 Rev.: 45709

Correct the NGN/NGP for the d_8or27=64 cases.

2 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), FrictionContact.cc (+1 -1)
jeff788 2010-03-23 16:00 Rev.: 45458

added the cpdi interpolator

18 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+12 -9), FrictionContact.cc (+6 -3)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: sub.mk (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

18 lines of code changed in 29 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), ApproachContact.h (new), CompositeContact.cc (+1 -1), CompositeContact.h (+1 -1), Contact.cc (new), Contact.h (new), ContactFactory.cc (+1 -1), ContactFactory.h (+1 -1), ContactMaterialSpec.cc (+1 -1), ContactMaterialSpec.h (new), FrictionContact.cc (+1 -1), FrictionContact.h (new), NullContact.cc (+1 -1), NullContact.h (+1 -1), SingleVelContact.cc (+1 -1), SingleVelContact.h (+1 -1), SpecifiedBodyContact.cc (+1 -1), SpecifiedBodyContact.h (+1 -1)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

18 lines of code changed in 18 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), ApproachContact.h (+1 -1), CompositeContact.cc (+1 -1), CompositeContact.h (+1 -1), Contact.cc (+1 -1), Contact.h (+1 -1), ContactFactory.cc (+1 -1), ContactFactory.h (+1 -1), ContactMaterialSpec.cc (+1 -1), ContactMaterialSpec.h (+1 -1), FrictionContact.cc (+1 -1), FrictionContact.h (+1 -1), NullContact.cc (+1 -1), NullContact.h (+1 -1), SingleVelContact.cc (+1 -1), SingleVelContact.h (+1 -1), SpecifiedBodyContact.cc (+1 -1), SpecifiedBodyContact.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

18 lines of code changed in 18 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), ApproachContact.h (+1 -1), CompositeContact.cc (+1 -1), CompositeContact.h (+1 -1), Contact.cc (+1 -1), Contact.h (+1 -1), ContactFactory.cc (+1 -1), ContactFactory.h (+1 -1), ContactMaterialSpec.cc (+1 -1), ContactMaterialSpec.h (+1 -1), FrictionContact.cc (+1 -1), FrictionContact.h (+1 -1), NullContact.cc (+1 -1), NullContact.h (+1 -1), SingleVelContact.cc (+1 -1), SingleVelContact.h (+1 -1), SpecifiedBodyContact.cc (+1 -1), SpecifiedBodyContact.h (+1 -1)
Generated by StatSVN 0.4.0