/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
196 (2.8%)
Lines of Code:
3,089 (3.3%)
Most Recent Commit:
2013-11-25 15:05
Tweet this:
Tweet this

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 196 (100.0%) 3089 (100.0%) 15.7
CCA/Components/MPM/ConstitutiveModel/ 81 (41.3%) 927 (30.0%) 11.4
CCA/Components/MPM/ 29 (14.8%) 899 (29.1%) 31.0
CCA/Components/MPM/ConstitutiveModel/UnusedCM/ 2 (1.0%) 748 (24.2%) 374.0
Core/Grid/ 9 (4.6%) 221 (7.2%) 24.5
Core/GeometryPiece/ 21 (10.7%) 145 (4.7%) 6.9
CCA/Components/MPM/ParticleCreator/ 14 (7.1%) 56 (1.8%) 4.0
CCA/Components/MPM/PhysicalBC/ 11 (5.6%) 44 (1.4%) 4.0
Core/Labels/ 8 (4.1%) 27 (0.9%) 3.3
Core/Math/ 1 (0.5%) 7 (0.2%) 7.0
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 4 (2.0%) 5 (0.2%) 1.2
StandAlone/tools/puda/ 4 (2.0%) 3 (0.1%) 0.7
scripts/ 1 (0.5%) 2 (0.1%) 2.0
CCA/Components/MPMICE/ 2 (1.0%) 2 (0.1%) 1.0
CCA/Components/MPMArches/ 1 (0.5%) 2 (0.1%) 2.0
CCA/Components/MPM/Contact/ 2 (1.0%) 1 (0.0%) 0.5
scripts/ICE/ 1 (0.5%) 0 (0.0%) 0.0
R_Tester/ 4 (2.0%) 0 (0.0%) 0.0
CCA/Components/Parent/ 1 (0.5%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2013-11-25 15:05 Rev.: 51337

A few more additions to the Thomsen-Hartka water model.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: TH_Water.cc (new)
guilkey 2013-11-25 13:06 Rev.: 51334

Cleaned up the .cc file, added better comments to the .h file.

22 lines of code changed in 2 files:

  • Core/Grid: cpdiInterpolator.cc (+4 -46), cpdiInterpolator.h (+18)
guilkey 2013-11-15 17:35 Rev.: 51303

Adding Andy Tonge's implementation of run time specification of domain freezing.
Access this feature by adding, e.g.,:

<cpdi_lcrit> 1.25 </cpdi_lcrit>

to the MPM (flags) section of an input file.

210 lines of code changed in 13 files:

  • CCA/Components/MPM: MPMFlags.cc (new), MPMFlags.h (+2)
  • CCA/Components/MPM/PhysicalBC: ArchesHeatFluxBC.cc (new), HeatFluxBC.cc (+4 -4)
  • Core/Grid: ParticleInterpolator.h (+2), cpdiInterpolator.cc (+191 -1), cpdiInterpolator.cc.freeze (del), cpdiInterpolator.h (+6 -1)
guilkey 2013-11-04 10:28 Rev.: 51217

Add option to tile frames top and bottom or side by side

2 lines of code changed in 1 file:

  • scripts: makeMontage (+2 -1)
guilkey 2013-10-14 15:47 Rev.: 51079

Add the Thomsen-Hartka water model files.

584 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: TH_Water.cc (+427), TH_Water.h (new 157)
guilkey 2013-10-14 15:15 Rev.: 51078

Adding the Thomsen-Hartka model for water to the MPM constitutive models.

14 lines of code changed in 9 files:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+4), UCNH.cc (-1), sub.mk (+2 -1)
  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
  • StandAlone/tools/puda: jim2.cc (+3 -4)
guilkey 2013-09-25 10:37 Rev.: 50979

Quiet run time warnings about affineTransformation entries.

0 lines of code changed in 2 files:

  • Core/GeometryPiece: GeometryPieceFactory.cc (new)
guilkey 2013-08-19 16:06 Rev.: 50838

Reduce some of the output, make other gnuplot friendly

0 lines of code changed in 2 files:

  • StandAlone/tools/puda: jim1.cc (new)
guilkey 2013-08-19 14:52 Rev.: 50835

Fixing the advect_2L_MI regression test by adding the pLocalizedMPM to the
refine task.

0 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (new)
guilkey 2013-08-16 13:49 Rev.: 50824

Add a computes for pLocalizedMPMLabel to scheduleInitialize

0 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (changed)
guilkey 2013-08-15 13:27 Rev.: 50817

Delete the newly added pLocalizedMPMLabel_preReloc

1 lines of code changed in 1 file:

  • Core/Labels: MPMLabel.cc (+1)
guilkey 2013-08-15 10:31 Rev.: 50815

Add pLocalizedMPMLabel stuff here and there so the code will run.

10 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+10 -1)
guilkey 2013-08-14 15:49 Rev.: 50812

Previous fix to particle creator didn't fix the switcher. This does.
I just LOVE maintaining code that no one will ever use again!

12 lines of code changed in 2 files:

  • CCA/Components/MPM: ImpMPM.cc (+10)
  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+2 -4)
guilkey 2013-08-14 14:21 Rev.: 50810

Cleaning up my earlier mess a bit. Don't add p.localizedMPM to the permanent
particle state for implicit MPM

4 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+4 -2)
guilkey 2013-08-14 14:03 Rev.: 50808

Fix the updated filename in the RT script.

0 lines of code changed in 2 files:

  • R_Tester: MPM.py (new)
guilkey 2013-08-14 11:14 Rev.: 50804

Allow the deformation gradient to be modified for particles that have localized,
depending on the erosion algorithm chosen.

57 lines of code changed in 7 files:

  • CCA/Components/MPM: SerialMPM.cc (+42 -16)
  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (+1 -1)
  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+5), ParticleCreator.h (+1 -1)
  • Core/Labels: MPMLabel.cc (+6 -3), MPMLabel.h (+2 -1)
guilkey 2013-07-23 15:21 Rev.: 50749

Moving the rarely used CorrugEdgeGeomPiece to the newly created CodeAttic to
reduce maintenance of code that isn't used and has a questionable
implementation.

0 lines of code changed in 5 files:

  • Core/GeometryPiece: CorrugEdgeGeomPiece.cc (del), CorrugEdgeGeomPiece.h (del), GeometryPieceFactory.cc (-4), sub.mk (new)
guilkey 2013-07-23 15:15 Rev.: 50748

Removing the test_corrugated problem since it tests a feature that hasn't been
used in 10 years and since Todd rocked the boat.

0 lines of code changed in 1 file:

  • R_Tester: MPM.py (-2)
guilkey 2013-07-16 17:46 Rev.: 50729

Carry forward value for pLocalized_new so that it is not allowed to be randomly
initialized.

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+7 -11)
guilkey 2013-07-16 14:24 Rev.: 50727

An "in development" version of cpdi that allows the particle domains to be
frozen at some compile time chosen factor, relative to their initial size.
This variable is lcrit and it must be set in multiple locations in the code
to have the same value.

0 lines of code changed in 1 file:

  • Core/Grid: cpdiInterpolator.cc.freeze (new)

(38 more)

Generated by StatSVN 0.7.0