Directory Core/Labels/

Total Files:
9
Deleted Files:
0
Lines of Code:
2221

[root]/Core/Labels

Lines of Code

Core/Labels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 66 (100.0%) 1.8
jas 19 (54.3%) 50 (75.8%) 2.6
guilkey 10 (28.6%) 15 (22.7%) 1.5
harman 6 (17.1%) 1 (1.5%) 0.1

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 4 files:

  • Core/Labels: MPMLabel.cc (changed), MPMLabel.h (new)
guilkey 2009-10-11 22:28 Rev.: 44841

Make deletion of "rogue" particles a runtime option. There is still a hardwired
parameter that should probably be an option as well. Also, added the task
findRogueParticles so that this will work correctly in parallel. This task is
only scheduled if the run time option is set.

10 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+8), MPMLabel.h (+2)
guilkey 2009-10-09 18:15 Rev.: 44830

Adding pLocalizedMPMLabel so that SerialMPM can know about failed particles.

5 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
harman 2009-10-07 09:01 Rev.: 44793

pulled a weed

0 lines of code changed in 4 files:

  • Core/Labels: ICELabel.cc (new), ICELabel.h (new)
harman 2009-05-21 13:57 Rev.: 44353

removed unused varLabels

1 lines of code changed in 2 files:

  • Core/Labels: ICELabel.cc (+1 -12), ICELabel.h (-5)
guilkey 2009-03-10 17:31 Rev.: 43555

Combine solveEquationsMotion and integrateAcceleration into one task,
computeAndIntegrateAcceleration. This should provide a modest performance
improvement, and an overall reduction in lines of code.

Also, stripped out the damping rate calculation code. This code was fairly
indefensible and pretty much never used. The d_dampingCoefficient flag is
still in place, and it can now used in computing the acceleration. This is
similar to code that has been in place, but commented out, for a long time.
The damping force is now -d_dampingCoefficient*velocity.

Added a cut off mass for computing the acceleration. If the nodal masses are
below this cut off value, then that node's acceleration will be zero. This is
definitely a hack, but it is easy to defend based on the numerics of MPM.

These changes didn't affect the results for the MPM, MPMArches or MPMICE
regression tests.

0 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (-10), MPMLabel.h (-3)
jas 2009-03-09 17:05 Rev.: 43522

Delete GUI/. Modify Core libraries to include.

0 lines of code changed in 2 files:

  • Core/Labels: sub.mk (-1)
jas 2009-03-09 16:43 Rev.: 43521

Remove sgi_stl_warnings include line

0 lines of code changed in 6 files:

  • Core/Labels: AngioLabel.cc (new), AngioLabel.h (new), MPMLabel.cc (-2), MPMLabel.h (-2)
jas 2009-03-09 15:31 Rev.: 43511

Remove the Packages/Uintah/

42 lines of code changed in 10 files:

  • Core/Labels: AngioLabel.cc (+8 -8), AngioLabel.h (+1 -1), ICELabel.cc (+7 -7), ICELabel.h (+2 -2), MPMICELabel.cc (+11 -11), MPMICELabel.h (+2 -2), MPMLabel.cc (+10 -10), MPMLabel.h (+1 -1)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

8 lines of code changed in 1 file:

  • Core/Labels: sub.mk (+8 -8)
Generated by StatSVN 0.4.0