Directory CCA/Components/MPM/Contact/

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

[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 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

Most Recent Commits

guilkey 2016-12-09 15:09 Rev.: 56086

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:

  • CCA/Components/MPM/Contact: FrictionContact.cc (changed), FrictionContact.h (new)
guilkey 2016-11-09 20:55 Rev.: 55965

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:

  • CCA/Components/MPM/Contact: ApproachContact.cc (new), FrictionContact.cc (+8 -7), SpecifiedBodyContact.cc (new)
guilkey 2016-10-10 17:52 Rev.: 55857

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:

  • CCA/Components/MPM/Contact: FrictionContact.cc (+48 -16), FrictionContact.h (+1)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

1 lines of code changed in 4 files:

  • CCA/Components/MPM/Contact: ContactMaterialSpec.h (new), NodalSVFContact.cc (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

21 lines of code changed in 36 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), ApproachContact.h (new), CompositeContact.cc (+1 -1), CompositeContact.h (new), Contact.cc (new), Contact.h (+1 -1), ContactFactory.cc (+1 -1), ContactFactory.h (new), ContactMaterialSpec.cc (+1 -1), ContactMaterialSpec.h (+1 -1), FrictionContact.cc (+1 -1), FrictionContact.h (+1 -1), NodalSVFContact.cc (+1 -1), NodalSVFContact.h (+1 -1), NullContact.cc (+1 -1), NullContact.h (new), SingleVelContact.cc (+1 -1), SingleVelContact.h (new), SpecifiedBodyContact.cc (+1 -1), SpecifiedBodyContact.h (new), sub.mk (new)
guilkey 2016-01-01 14:38 Rev.: 54619

Bringing some of the ARL changes into the trunk.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: Contact.h (+1 -1)
Generated by StatSVN 0.7.0