Directory CCA/Components/MPM/Contact/

Total Files:
19
Deleted Files:
0
Lines of Code:
3792

[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 76 (100.0%) 693 (100.0%) 9.1
harman 22 (28.9%) 281 (40.5%) 12.7
guilkey 20 (26.3%) 249 (35.9%) 12.4
jas 29 (38.2%) 149 (21.5%) 5.1
luitjens 5 (6.6%) 14 (2.0%) 2.8

Most Recent Commits

guilkey 2009-12-18 13:46 Rev.: 45215

Add the ability to get out the reaction force experienced by the rigid object(s)
when specified contact is used. One needs to add:
<save label="RigidReactionForce"/>
to the DataArchive section of the input file to obtain this output in the form
of a .dat file.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (changed)
guilkey 2009-12-14 19:16 Rev.: 45199

Fix the surface normal calculation. Previously, there was an implicit
assumption that the cell size was the same in all directions.

0 lines of code changed in 4 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (new), FrictionContact.cc (new)
guilkey 2009-11-18 19:30 Rev.: 45093

Code cleanup.

13 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: FrictionContact.cc (+13 -21)
luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

14 lines of code changed in 5 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+4 -4), FrictionContact.cc (+6 -6), SingleVelContact.cc (+2 -2), SpecifiedBodyContact.cc (+2 -2)
guilkey 2009-10-07 11:36 Rev.: 44798

Make ApproachContact syntactically more like its big brother, FrictionContact,
so it will be easier to identify the differences between the two.

40 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+40 -35)
guilkey 2009-10-05 13:16 Rev.: 44783

Reverting accidentally committed changes.

3 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: FrictionContact.cc (+3 -5)
guilkey 2009-10-05 12:27 Rev.: 44782

Removed left over allocateAndPut of NC_CCweights that should have been removed
when these computes were pushed up to SerialMPM. Thanks Justin and Qingyu for
pointing this out.

5 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (-4), FrictionContact.cc (+5 -3)
harman 2009-09-30 16:17 Rev.: 44763

tabs

281 lines of code changed in 22 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+117 -117), ApproachContact.h (+30 -30), CompositeContact.h (new), Contact.h (+22 -22), ContactFactory.cc (+2 -2), ContactFactory.h (+2 -2), FrictionContact.h (new), NullContact.cc (new), NullContact.h (+13 -13), SingleVelContact.cc (+13 -13), SingleVelContact.h (+29 -29), SpecifiedBodyContact.h (new)
guilkey 2009-08-24 13:43 Rev.: 44652

No longer carry forward NC_CCweight in MPMICE OR in the contact models, just do it in
SerialMPM. Also, the NC_CCweight stuff from MPMICE::refine has been moved to
SerialMPM::refine.

1 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (-1), FrictionContact.cc (+1 -5)
guilkey 2009-08-22 12:58 Rev.: 44649

Fix memory leak (I hope) created by the changes in the contact models.

12 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+6), FrictionContact.cc (+6)
guilkey 2009-08-21 15:40 Rev.: 44648

Same treatment as just committed to FrictionContact. Namely, use NC_CCweights
in determining how full a node is. Also, in both this and FC, get rid of the
unused NumNearParticles junk.

29 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+29 -23)
guilkey 2009-08-21 15:07 Rev.: 44647

Add initial calculation of NC_CCweights to SerialMPM. In explicit MPM, this is currently only used (for now) in FrictionContact.cc, which carries it forward
each timestep, otherwise it will just get scrubbed.
This shouldn't change the answers.

25 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: FrictionContact.cc (+25 -18)
guilkey 2009-06-19 18:01 Rev.: 44427

Oops, left cell_vol commented out.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: FrictionContact.cc (+1 -1)
guilkey 2009-06-19 17:57

Change calculation of surface normals to work with the axisymmetric code. Because the
overall approach is different, this is likely to change the results for all cases that
use this model.

120 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+58 -243), FrictionContact.cc (+62 -217)
jas 2009-03-18 23:33 Rev.: 43774

Use findBlockWithOutAttributes() when searching for MaterialProperties
to avoid finding the MaterialProperties add=true node.

This is second part of the changes needed to replace the
AddMaterialProperties with attribute add=true for MaterialProperties.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: ContactFactory.cc (+2 -1)
jas 2009-03-09 16:43 Rev.: 43521

Remove sgi_stl_warnings include line

0 lines of code changed in 4 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (-2), FrictionContact.cc (-2), SingleVelContact.cc (-2), SpecifiedBodyContact.cc (-2)
jas 2009-03-09 15:29 Rev.: 43510

Remove the Packages/Uintah/

146 lines of code changed in 22 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+14 -14), ApproachContact.h (+10 -10), CompositeContact.cc (+3 -3), CompositeContact.h (+1 -1), Contact.cc (new), Contact.h (+5 -5), ContactFactory.cc (+11 -11), ContactFactory.h (+3 -3), ContactMaterialSpec.cc (+2 -2), ContactMaterialSpec.h (new), FrictionContact.cc (+14 -14), FrictionContact.h (+10 -10), NullContact.cc (+12 -12), NullContact.h (+9 -9), SingleVelContact.cc (+13 -13), SingleVelContact.h (+10 -10), SpecifiedBodyContact.cc (+15 -15), SpecifiedBodyContact.h (+10 -10)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

1 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: sub.mk (+1 -1)
Generated by StatSVN 0.4.0