/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
401 (3.3%)
Lines of Code:
10,996 (8.0%)
Most Recent Commit:
2015-12-17 11:11
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 401 (100.0%) 10996 (100.0%) 27.4
CCA/Components/MPM/ReactionDiffusion/ 120 (29.9%) 4553 (41.4%) 37.9
CCA/Components/MPM/ 102 (25.4%) 3955 (36.0%) 38.7
CCA/Components/MPM/ConstitutiveModel/ 57 (14.2%) 1010 (9.2%) 17.7
CCA/Components/MPM/PhysicalBC/ 12 (3.0%) 620 (5.6%) 51.6
CCA/Components/MPM/ParticleCreator/ 35 (8.7%) 307 (2.8%) 8.7
StandAlone/tools/extractors/ 8 (2.0%) 140 (1.3%) 17.5
Core/Labels/ 24 (6.0%) 101 (0.9%) 4.2
Core/Grid/ 8 (2.0%) 95 (0.9%) 11.8
Core/GeometryPiece/ 12 (3.0%) 86 (0.8%) 7.1
CCA/Components/Schedulers/ 3 (0.7%) 83 (0.8%) 27.6
CCA/Components/Regridder/ 3 (0.7%) 18 (0.2%) 6.0
CCA/Components/MPM/HeatConduction/ 4 (1.0%) 14 (0.1%) 3.5
Core/Grid/Variables/ 2 (0.5%) 7 (0.1%) 3.5
R_Tester/ 4 (1.0%) 5 (0.0%) 1.2
StandAlone/ 1 (0.2%) 1 (0.0%) 1.0
CCA/Components/MPM/Contact/ 3 (0.7%) 1 (0.0%) 0.3
CCA/Components/MPMICE/ 2 (0.5%) 0 (0.0%) 0.0
CCA/Components/MPM/ConstitutiveModel/PortableTongeRamesh/ 1 (0.2%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2015-12-17 11:11 Rev.: 54563

Cleaning up #if 0ed out code, adding comments to what remains.

13 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+13 -166)
guilkey 2015-12-02 13:29 Rev.: 54457

Remove tabs

14 lines of code changed in 1 file:

  • Core/GeometryPiece: FileGeometryPiece.cc (+14 -14)
guilkey 2015-11-20 13:40 Rev.: 54386

Add pressure as an option for -part_stress

0 lines of code changed in 2 files:

  • StandAlone/tools/extractors: partextract.cc (new)
guilkey 2015-11-19 10:32 Rev.: 54370

Documentation provided by Andy Tonge for the TongeRamesh material model. If
putting documentation into the source tree gives anyone heartburn, I'll move it,
I'm just interested in keeping this whole thing together.

0 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel/PortableTongeRamesh: TongeRameshModelDocs.pdf (new)
guilkey 2015-11-11 10:47 Rev.: 54302

Adding partextract to the convenience targets that are linked in StandAlone.

1 lines of code changed in 1 file:

  • StandAlone: sub.mk (+1)
guilkey 2015-11-02 11:58 Rev.: 54260

Add -nodeCoords as an option, the nodal analog of -cellCoords. Lightly tested,
seems to work.

0 lines of code changed in 2 files:

  • StandAlone/tools/extractors: lineextract.cc (new)
guilkey 2015-10-31 15:59 Rev.: 54254

Move getting the affineTransformation data outside the loop over cells.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (changed)
guilkey 2015-10-31 15:05 Rev.: 54253

Added/updated comments, created documentation at the top to describe the
particle creation workflow.

76 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+76 -8)
guilkey 2015-10-31 13:32 Rev.: 54252

Removed outdated comment

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -6)
guilkey 2015-10-29 17:30 Rev.: 54238

Added the option to specify a single timestep for output in partextract.

6 lines of code changed in 1 file:

  • StandAlone/tools/extractors: partextract.cc (+6)
guilkey 2015-10-15 13:34 Rev.: 54182

Move p.flux label here.

0 lines of code changed in 4 files:

  • Core/Labels: MPMLabel.cc (new), MPMLabel.h (new)
guilkey 2015-10-15 13:33 Rev.: 54181

Removing #include for a removed file.

0 lines of code changed in 10 files:

  • CCA/Components/MPM/ReactionDiffusion: CommonIFConcDiff.cc (-1), CommonIFConcDiff.h (-1), JGConcentrationDiffusion.cc (-1), JGConcentrationDiffusion.h (new), RFConcDiffusion1MPM.cc (-1), SDInterfaceModel.h (new), ScalarDiffusionModel.cc (-1)
guilkey 2015-10-15 13:29 Rev.: 54180

Remove #include for a removed file

0 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: GaoElastic.cc (-2)
guilkey 2015-10-15 13:26 Rev.: 54179

Merging branch into trunk where appropriate.

74 lines of code changed in 20 files:

  • CCA/Components/MPM/ConstitutiveModel: GaoElastic.cc (+4 -6)
  • CCA/Components/MPM/ReactionDiffusion: CommonIFConcDiff.cc (+4 -48), CommonIFConcDiff.h (+2 -5), GaoDiffusion.cc (+6 -7), GaoDiffusion.h (-1), JGConcentrationDiffusion.cc (+11 -4), RFConcDiffusion1MPM.cc (+2 -2), RFConcDiffusion1MPM.h (-1), ReactionDiffusionLabel.cc (del), ReactionDiffusionLabel.h (del), SDInterfaceModel.cc (+2 -3), SDInterfaceModel.h (+12 -8), ScalarDiffusionModel.cc (+25 -63), ScalarDiffusionModel.h (+6 -10), ScalarDiffusionModelFactory.cc (-5), sub.mk (new)
guilkey 2015-10-15 12:21 Rev.: 54178

Reverting accidental commit to the compare function.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: Contact.h (new)
guilkey 2015-10-15 12:21 Rev.: 54177

Adding a requires for material points per load curve.

3 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+2 -2)
  • CCA/Components/MPM/Contact: Contact.h (+1 -1)
guilkey 2015-10-15 11:59 Rev.: 54175

Syncing up with the branch code.

17 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+16 -19), AMRMPM.h (+1 -8)
guilkey 2015-10-15 11:29 Rev.: 54174

Get rid of the unused explicit/implicit description for scalar diffusion.

3 lines of code changed in 11 files:

  • CCA/Components/MPM: MPMFlags.cc (+3 -8), MPMFlags.h (new)
  • CCA/Components/MPM/ReactionDiffusion: CommonIFConcDiff.cc (-6), CommonIFConcDiff.h (-1), SDInterfaceModel.cc (-7), SDInterfaceModel.h (-1), SDInterfaceModelFactory.cc (-6), ScalarDiffusionModel.cc (-6), ScalarDiffusionModel.h (-1), ScalarDiffusionModelFactory.cc (-6)
guilkey 2015-10-14 20:11 Rev.: 54172

Steps toward making scalar diffusion work with particle refinement and adaptivit
y.

56 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+56 -27)
guilkey 2015-10-14 13:22 Rev.: 54171

Incorporating some of Chris's changes in the ARL branch back into the trunk.

113 lines of code changed in 8 files:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+67 -23), ParticleCreator.h (+8 -3)
  • CCA/Components/MPM/ReactionDiffusion: ScalarDiffusionModel.cc (+8 -4)
  • Core/GeometryPiece: SmoothGeomPiece.cc (+18), SmoothGeomPiece.h (+12)

(109 more)

Generated by StatSVN 0.7.0