Directory CCA/Components/MPM/Contact/

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

[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 51 (100.0%) 206 (100.0%) 4.0
guilkey 11 (21.6%) 182 (88.3%) 16.5
jas 39 (76.5%) 23 (11.2%) 0.5
jsutherland 1 (2.0%) 1 (0.5%) 1.0

Most Recent Commits

guilkey 2011-12-21 14:19 Rev.: 48039

Modification so the RT will run. The problem, allocateAndPutting a variable
that wasn't computed. I thought we used to issue errors or warnings about
that?

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (changed)
guilkey 2011-12-20 18:15 Rev.: 48033

Add the option to apply contact in a direction that is normal to the surface
of an arbitrarily oriented rigid body.

To use, along with "rigid" or "specified" or "specified_velocity" (all
different names for the same model) include:

<normal_only>true</normal_only>

in the contact section of the input file. This flag is false by default.
When set to true, the <direction> tag will be ignored.

127 lines of code changed in 3 files:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (+124 -12), SpecifiedBodyContact.h (new)
guilkey 2011-12-20 14:13 Rev.: 48031

Tidying and a bit of code rearranging. Might help performance a wee bit,
will help readability at least as much.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: FrictionContact.cc (changed)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

23 lines of code changed in 39 files:

  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), ApproachContact.h (+1 -1), CompositeContact.cc (new), CompositeContact.h (new), Contact.cc (new), Contact.h (+1 -1), ContactFactory.cc (+1 -1), ContactFactory.h (new), ContactMaterialSpec.cc (new), ContactMaterialSpec.h (+1 -1), FrictionContact.cc (+1 -1), FrictionContact.h (new), NodalSVFContact.cc (new), NodalSVFContact.h (new), NullContact.cc (+1 -1), NullContact.h (+1 -1), SingleVelContact.cc (new), SingleVelContact.h (new), SpecifiedBodyContact.cc (+1 -1), SpecifiedBodyContact.h (+1 -1), sub.mk (new)
guilkey 2011-08-27 12:35 Rev.: 47524

Set symmetry boundary conditions on the interpolated velocity AFTER applying contact.
This will probably change some answers (for the better!) in the RT.

9 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: SingleVelContact.cc (+9 -1)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

1 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: ContactFactory.cc (+1 -2)
guilkey 2011-01-08 13:43 Rev.: 46677

Delete z_matl, this should fix the memory leak.

3 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (+3)
guilkey 2011-01-07 16:30 Rev.: 46675

Added the option of applying a volume constraint to simulations involving
SpecifiedBody (Rigid) contact. Syntax is the same as friction contact:
<volume_constraint>X.YZ</volume_constraint>, where X.YZ is a number in the
range [0-1].

43 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (+40 -13), SpecifiedBodyContact.h (+3 -2)
Generated by StatSVN 0.4.0