/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
274 (2.3%)
Lines of Code:
6047 (4.4%)
Most Recent Commit:
2010-12-22 13:19

Activity by Clock Time

Activity by Hour of Day for guilkey

Activity by Day of Week for guilkey

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 274 (100.0%) 6047 (100.0%) 22.0
CCA/Components/MPM/ConstitutiveModel/UnusedCM/ 1 (0.4%) 1580 (26.1%) 1580.0
CCA/Components/MPM/ConstitutiveModel/ 82 (29.9%) 1529 (25.3%) 18.6
CCA/Components/MPM/ 59 (21.5%) 1030 (17.0%) 17.4
CCA/Components/MPM/CohesiveZone/ 29 (10.6%) 998 (16.5%) 34.4
Core/Grid/ 11 (4.0%) 489 (8.1%) 44.4
Core/Labels/ 10 (3.6%) 115 (1.9%) 11.5
CCA/Components/MPM/PhysicalBC/ 12 (4.4%) 91 (1.5%) 7.5
CCA/Components/Schedulers/ 4 (1.5%) 70 (1.2%) 17.5
CCA/Components/Models/FluidsBased/ 7 (2.6%) 60 (1.0%) 8.5
Core/Math/ 16 (5.8%) 50 (0.8%) 3.1
CCA/Components/MPM/Contact/ 11 (4.0%) 16 (0.3%) 1.4
CCA/Ports/ 1 (0.4%) 8 (0.1%) 8.0
CCA/Components/MPM/ParticleCreator/ 4 (1.5%) 4 (0.1%) 1.0
CCA/Components/Models/HEChem/ 4 (1.5%) 2 (0.0%) 0.5
CCA/Components/MPM/HeatConduction/ 2 (0.7%) 2 (0.0%) 1.0
CCA/Components/ICE/ 3 (1.1%) 2 (0.0%) 0.6
CCA/Components/MPM/Crack/ 3 (1.1%) 1 (0.0%) 0.3
StandAlone/ 2 (0.7%) 0 (0.0%) 0.0
Core/GeometryPiece/ 6 (2.2%) 0 (0.0%) 0.0
CCA/Components/MPM/Matlab/ 2 (0.7%) 0 (0.0%) 0.0
CCA/Components/MPM/ConstitutiveModel/fortran/ 5 (1.8%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2010-12-22 13:19 Rev.: 46632

Uncomment some #undef's so that it isn't ambiguous.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (new)
guilkey 2010-12-21 18:56 Rev.: 46629

A slightly improved version of dumping out the UIs before and after KMMCHK.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+2 -5)
guilkey 2010-12-21 16:00 Rev.: 46627

Print out the user inputs before and after calls to KMMCHK, so the user can
see how Kayenta saw fit to modify the inputs.

12 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+12)
guilkey 2010-12-10 14:27 Rev.: 46593

Remove some spew

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel/fortran: Hooke.F (changed)
guilkey 2010-12-07 19:44 Rev.: 46569

Use a better polar decomposition algorithm.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (new)
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-11-30 16:31 Rev.: 46525

Fix warning in a conditional.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: UCNH.cc (changed)
guilkey 2010-11-24 22:48 Rev.: 46518

Band-Aid the computes and requires so this will run multi-proc without doing
the grid reset.

6 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: UCNH.cc (+6 -7)
guilkey 2010-11-24 16:40 Rev.: 46517

Arrange the calculations in a way that won't make the buildbot mad.

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: UCNH.cc (+7 -3)
guilkey 2010-11-24 15:15 Rev.: 46516

Fix the deformation which was getting reset to the unadjusted value even though
pressure stabilization was applied.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: UCNH.cc (+2 -7)
guilkey 2010-11-22 12:06 Rev.: 46501

1. Add the "C" variable to the copy constructor and outputProblemSpec.
2. Add the ability to ignite from a plane, rather than just at a point.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ProgramBurn.cc (changed)
guilkey 2010-11-19 18:46 Rev.: 46497

Fix uninitialized variable.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ProgramBurn.cc (+1 -2)
guilkey 2010-11-17 09:30 Rev.: 46475

Use proc0cout to reduce some spew.

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+7 -9)
guilkey 2010-11-16 22:27 Rev.: 46474

Only spew logmes info on processor 0.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel/fortran: MIGUtils.cc (new)
guilkey 2010-11-16 21:58 Rev.: 46473

Fixed outputProblemSpec to insert the correct tag of cohesive_zone instead of
material.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (changed)
guilkey 2010-11-12 19:20 Rev.: 46464

Minor cleanup

0 lines of code changed in 2 files:

  • CCA/Components/Models/HEChem: LightTime.cc (new)
guilkey 2010-11-12 18:34 Rev.: 46463

Fixed a bug in how the Weibull distribution was being used.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+1 -1)
guilkey 2010-11-11 19:14 Rev.: 46458

Remove the condition on interpolator type in the Neumann BC code.

0 lines of code changed in 2 files:

  • CCA/Components/MPM: MPMBoundCond.cc (new)
guilkey 2010-11-11 18:56 Rev.: 46456

Fix timestep size calculation

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Matlab: one_d_mpm_new.m (changed)
guilkey 2010-11-11 18:54 Rev.: 46455

Formatting

1 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: LightTime.cc (+1 -1)

(105 more)

Generated by StatSVN 0.4.0