/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
388 (2.1%)
Lines of Code:
8465 (3.7%)
Most Recent Commit:
2009-12-18 13:46

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 388 (100.0%) 8465 (100.0%) 21.8
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ 38 (9.8%) 2228 (26.3%) 58.6
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/fortran/ 35 (9.0%) 2106 (24.9%) 60.1
CCA/Components/MPM/ 59 (15.2%) 1606 (19.0%) 27.2
CCA/Components/MPM/ConstitutiveModel/ 90 (23.2%) 1155 (13.6%) 12.8
CCA/Components/MPM/Contact/ 20 (5.2%) 249 (2.9%) 12.4
StandAlone/tools/pfs/ 6 (1.5%) 238 (2.8%) 39.6
StandAlone/tools/puda/ 3 (0.8%) 191 (2.3%) 63.6
Packages/Uintah/Core/Math/ 3 (0.8%) 173 (2.0%) 57.6
Core/Math/ 9 (2.3%) 161 (1.9%) 17.8
Packages/Uintah/StandAlone/tools/puda/ 10 (2.6%) 97 (1.1%) 9.7
Packages/Uintah/testprograms/TestMatrix3/ 6 (1.5%) 65 (0.8%) 10.8
CCA/Components/MPMArches/ 4 (1.0%) 61 (0.7%) 15.2
Packages/Uintah/CCA/Components/MPM/ 17 (4.4%) 38 (0.4%) 2.2
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 29 (7.5%) 27 (0.3%) 0.9
Packages/Uintah/CCA/Components/MPM/Contact/ 17 (4.4%) 15 (0.2%) 0.8
Core/Labels/ 10 (2.6%) 15 (0.2%) 1.5
CCA/Components/MPMICE/ 3 (0.8%) 15 (0.2%) 5.0
StandAlone/tools/uda2vis/ 3 (0.8%) 7 (0.1%) 2.3
Packages/Uintah/CCA/Components/MPMICE/ 7 (1.8%) 4 (0.0%) 0.5
Packages/Uintah/Core/Labels/ 4 (1.0%) 3 (0.0%) 0.7
CCA/Components/MPM/ParticleCreator/ 4 (1.0%) 3 (0.0%) 0.7
CCA/Components/MPM/HeatConduction/ 1 (0.3%) 3 (0.0%) 3.0
StandAlone/tools/extractors/ 1 (0.3%) 2 (0.0%) 2.0
CCA/Components/Schedulers/ 1 (0.3%) 2 (0.0%) 2.0
CCA/Components/MPM/Crack/ 1 (0.3%) 1 (0.0%) 1.0
Packages/Uintah/Core/GeometryPiece/ 2 (0.5%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 2 (0.5%) 0 (0.0%) 0.0
CCA/Components/MPM/PhysicalBC/ 3 (0.8%) 0 (0.0%) 0.0

Activity of guilkey

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

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (changed)
  • Core/Labels: MPMLabel.cc (changed), MPMLabel.h (new)
guilkey 2009-12-17 15:26 Rev.: 45208

Add new User Inputs (UIs) to the outputProblemSpec code.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.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-30 16:01 Rev.: 45128

Additional funcitonality for the insertParticles task, including making it a
run time option and reading specification from a file.

62 lines of code changed in 7 files:

  • CCA/Components/MPM: MPMFlags.cc (new), MPMFlags.h (new), SerialMPM.cc (+46 -24), SerialMPM.h (+8 -1)
guilkey 2009-11-24 20:25 Rev.: 45122

Add task to insert particles. Not quite finished. Scheduling of this task will
need to be an input file option. Currently scheduling is commented out.

100 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (+88 -2), SerialMPM.h (+12)
guilkey 2009-11-23 14:21 Rev.: 45114

Fix: Change p.failed -> p.localized to be consistent with previous change

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+2 -2)
guilkey 2009-11-23 13:38 Rev.: 45112

Change "pFailed_Label" to "pLocalized_Label" so that the naming and meaning is
more consistent with the ElasticPlastic model.

69 lines of code changed in 5 files:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+52 -52), CNHDamage.h (new), CNHPDamage.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)
guilkey 2009-10-27 14:08 Rev.: 44957

Put a conditional for dealing with a particular erosion algorithm back in. This
should get the RT passing again without the need for replacing gold standards.

5 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+5)
guilkey 2009-10-19 16:55 Rev.: 44894

Threw some crap against the wall, these changes seem to stick.

10 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+4 -6), ImplicitCM.cc (new)
guilkey 2009-10-19 14:27 Rev.: 44891

This should get the ImpMPM RT running again. Getting computes and requires
in place.

Also, deleting ZerilliArmstrongPlastic, which was apparently replaced by
ZAPlastic.

240 lines of code changed in 73 files:

  • CCA/Components/MPM: ImpMPM.cc (+16 -6)
  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+3 -2), CNHDamage.h (+1), CNHPDamage.cc (+8 -3), CNHPDamage.h (new), CompNeoHookImplicit.cc (+3 -2), CompNeoHookImplicit.h (new), ConstitutiveModel.cc (new), ConstitutiveModel.h (new), ElasticPlastic.cc (+26 -12), ElasticPlastic.h (+1), ElasticPlasticHP.cc (+17 -8), ElasticPlasticHP.h (new), HypoElasticImplicit.cc (+4 -3), HypoElasticImplicit.h (+2 -1), HypoElasticPlastic.cc (+14 -6), HypoElasticPlastic.h (+2 -1), ImplicitCM.cc (+29 -11), ImplicitCM.h (+4 -2), RigidMaterial.cc (new), RigidMaterial.h (new), SmallStrainPlastic.cc (new), SmallStrainPlastic.h (new), TransIsoHyperImplicit.cc (+10 -4), TransIsoHyperImplicit.h (+2 -1), ViscoPlastic.cc (+12 -6), ViscoPlastic.h (+2 -1), ViscoTransIsoHyperImplicit.cc (+24 -11), ViscoTransIsoHyperImplicit.h (new)
  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: IsoHardeningPlastic.cc (+7 -2), IsoHardeningPlastic.h (+2 -1), JohnsonCookPlastic.cc (+2 -1), JohnsonCookPlastic.h (+2 -1), MTSPlastic.cc (+1), MTSPlastic.h (new), PTWPlastic.cc (new), PTWPlastic.h (new), PlasticityModel.h (+2 -1), SCGPlastic.cc (+1), SCGPlastic.h (+2 -1), ZAPlastic.cc (new), ZAPlastic.h (new), ZerilliArmstrongPlastic.cc (del), ZerilliArmstrongPlastic.h (del)
guilkey 2009-10-19 12:16 Rev.: 44886

This should get the MPMF regression test running again.

6 lines of code changed in 2 files:

  • CCA/Components/MPM: FractureMPM.cc (+5)
  • CCA/Components/MPM/Crack: CrackSurfaceContact.cc (+1 -1)
guilkey 2009-10-16 11:10 Rev.: 44878

More fixes to cmputes and requires. Still doesn't run.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: FractureMPM.cc (+1 -1)
guilkey 2009-10-16 11:06 Rev.: 44877

Add some computes. This gets past the errors kicked up by Justin's changes,
but now it is segfaulting.

3 lines of code changed in 1 file:

  • CCA/Components/MPM: FractureMPM.cc (+3)
guilkey 2009-10-15 10:44 Rev.: 44874

Added compute(pFiberDir,...) to scheduleInitialize.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: FractureMPM.cc (+1)
guilkey 2009-10-14 23:06 Rev.: 44873

Trying to clean up fall out from Justin's recent commits.

28 lines of code changed in 4 files:

  • CCA/Components/MPM: ImpMPM.cc (+16)
  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+6 -6), ImplicitCM.cc (+3 -3)
  • CCA/Components/MPM/HeatConduction: ImplicitHeatConduction.cc (+3 -2)
guilkey 2009-10-12 17:07 Rev.: 44857

Details, details. _preReloc variables come from the NewDW, not the old.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
guilkey 2009-10-12 16:59 Rev.: 44856

Crossing my fingers that this will resolve Justin's problem. Namely, change
the requires of pErosionLabel to pErosionLabel_preReloc.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
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.

131 lines of code changed in 6 files:

  • CCA/Components/MPM: MPMFlags.cc (+5), MPMFlags.h (+1), SerialMPM.cc (+103 -44), SerialMPM.h (+12 -1)
  • Core/Labels: MPMLabel.cc (+8), MPMLabel.h (+2)
guilkey 2009-10-11 21:09 Rev.: 44840

Oops, forgot to include the .h file.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMFlags.h (+1)

(101 more)

Generated by StatSVN 0.4.0