/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
273 (3.2%)
Lines of Code:
3,295 (3.5%)
Most Recent Commit:
2019-12-18 12:21
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 273 (100.0%) 3295 (100.0%) 12.0
CCA/Components/MPM/Materials/Contact/ 16 (5.9%) 1233 (37.4%) 77.0
CCA/Components/MPM/ 29 (10.6%) 887 (26.9%) 30.5
Core/GeometryPiece/ 89 (32.6%) 484 (14.7%) 5.4
Core/Math/ 3 (1.1%) 221 (6.7%) 73.6
StandAlone/tools/puda/ 8 (2.9%) 154 (4.7%) 19.2
Core/Grid/ 48 (17.6%) 148 (4.5%) 3.0
CCA/Components/MPM/Materials/ParticleCreator/ 7 (2.6%) 55 (1.7%) 7.8
CCA/Components/MPM/Core/ 13 (4.8%) 41 (1.2%) 3.1
CCA/Components/MPM/Materials/ConstitutiveModel/ 23 (8.4%) 26 (0.8%) 1.1
CCA/Components/MPM/Materials/Diffusion/DiffusionModels/ 6 (2.2%) 11 (0.3%) 1.8
R_Tester/ 3 (1.1%) 10 (0.3%) 3.3
CCA/Components/MPM/HeatConduction/ 2 (0.7%) 7 (0.2%) 3.5
StandAlone/ 1 (0.4%) 6 (0.2%) 6.0
CCA/Components/MPMICE/ 2 (0.7%) 5 (0.2%) 2.5
Core/Disclosure/ 6 (2.2%) 4 (0.1%) 0.6
StandAlone/tools/pfs/ 2 (0.7%) 1 (0.0%) 0.5
Core/Grid/Variables/ 2 (0.7%) 1 (0.0%) 0.5
CCA/Components/Application/ 1 (0.4%) 1 (0.0%) 1.0
CCA/Components/MPM/PhysicalBC/ 8 (2.9%) 0 (0.0%) 0.0
CCA/Components/MPM/Materials/ConstitutiveModel/PlasticityModels/ 4 (1.5%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2019-12-18 12:21 Rev.: 59912

Less spew in my life.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Materials/ConstitutiveModel/PlasticityModels: DamageModelFactory.cc (changed)
guilkey 2019-12-07 12:29 Rev.: 59878

Change the way in which colinear normals are computed.

0 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (changed)
guilkey 2019-11-26 11:36 Rev.: 59857

For each of the three main "findCellAnd..." functions, only return
non-zero entries. This gives a substantial speed-up.

0 lines of code changed in 2 files:

  • Core/Grid: GIMPInterpolator.cc (new)
guilkey 2019-09-02 10:23 Rev.: 59630

Add ability to create 2D (x-y plane) geometry from a sequential series of
points that enclose the geometry. A usage example added in inputs/MPM

400 lines of code changed in 8 files:

  • Core/GeometryPiece: GeometryPieceFactory.cc (+4), LineSegGeometryPiece.cc (new 228), LineSegGeometryPiece.h (new 122), UniformGrid.cc (new), UniformGrid.h (new), sub.mk (+1)
guilkey 2019-08-22 17:14 Rev.: 59611

Bringing some of the changes from the branch into the trunk to ease the
upcoming merge.

64 lines of code changed in 11 files:

  • CCA/Components/MPM: AMRMPM.cc (+19 -16), SerialMPM.cc (+21 -18), SerialMPM.h (new)
  • CCA/Components/MPM/Core: MPMFlags.cc (new), MPMFlags.h (new)
  • CCA/Components/MPM/Materials/ParticleCreator: ParticleCreator.cc (+20 -14)
guilkey 2019-08-22 15:00 Rev.: 59609

Two more lines.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-2)
guilkey 2019-08-22 14:58 Rev.: 59608

Getting rid of some commented out code.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-9)
guilkey 2019-08-12 10:51 Rev.: 59589

Fixed outputProblemSpec so restarts will work.

0 lines of code changed in 4 files:

  • CCA/Components/MPM/Materials/Contact: FrictionContactBard.cc (changed), FrictionContactLR.cc (new)
guilkey 2019-08-12 08:57 Rev.: 59587

Repair data dependencies for gMass in computeNormals.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+1 -2)
guilkey 2019-08-12 06:47 Rev.: 59585

Forgot to add these new files in last night's commit.

1218 lines of code changed in 4 files:

  • CCA/Components/MPM/Materials/Contact: FrictionContactBard.cc (+555), FrictionContactBard.h (new 126), FrictionContactLR.cc (+409), FrictionContactLR.h (new 128)
guilkey 2019-08-11 17:29 Rev.: 59582

Delete MPMF(racture) inputs.

Changes to FrictionContact. The traditional FrictionContact (friction) is
now FrictionContactBard (friction_bard). A new version based on John Nairn's
work is FrictionContactLR (friction_LR). For now, all input files are set to
use the old version so as to not wreak havoc on the RT.

812 lines of code changed in 30 files:

  • CCA/Components/MPM: AMRMPM.cc (+7 -2), SerialMPM.cc (+517 -11), SerialMPM.h (+20), SingleFieldMPM.cc (new)
  • CCA/Components/MPM/Core: MPMFlags.cc (+3), MPMFlags.h (+1), MPMLabel.cc (new), MPMLabel.h (+3)
  • CCA/Components/MPM/Materials/Contact: ContactFactory.cc (new), ContactFactory.h (+2 -1), FrictionContact.cc (del), FrictionContact.h (del), sub.mk (+2 -1)
  • CCA/Components/MPM/Materials/ParticleCreator: ParticleCreator.cc (+3 -1)
  • Core/Disclosure: TypeDescription.cc (+1), TypeDescription.h (+1), TypeUtils.h (+2)
  • Core/Grid/Variables: Array3.h (+1)
  • Core/Math: Int130.cc (new 127), Int130.h (new 93), sub.mk (+1)
guilkey 2019-08-09 14:15 Rev.: 59579

Cleaning up computeNormals to be consistent with branch code

14 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+14 -20)
guilkey 2019-08-08 21:55 Rev.: 59577

Bring an improvement to the code for finding particles to apply load to from a
branch into the trunk.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/PhysicalBC: PressureBC.cc (new)
guilkey 2019-07-31 12:41 Rev.: 59568

Formatting...

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Materials/ConstitutiveModel/PlasticityModels: BrittleDamage.cc (new)
guilkey 2019-06-11 10:08 Rev.: 59454

Reduce the domain and modify the patches to get a faster time to solution. This
will break the RT.

1 lines of code changed in 1 file:

  • R_Tester: MPM.py (+1 -1)
guilkey 2019-05-29 21:55 Rev.: 59437

Adding a Depth Of Penetration option to puda by popular demand. Users specify
the material of interest, and a direction, indicated by -/+1, -/+2, -/+3, for
x-, x+, y-, y+, z- and z+, respectively.

154 lines of code changed in 8 files:

  • StandAlone/tools/puda: DOP.cc (new 120), DOP.h (new 34), puda.cc (new), puda.h (changed), sub.mk (new)
guilkey 2019-05-22 14:36 Rev.: 59418

Throw an exception if someone specifies two subsequent entries at the same time.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/PhysicalBC: LoadCurve.h (new)
guilkey 2019-04-15 09:47 Rev.: 59343

Removed some instances of pDeformationMeasureLabel in AMRMPM.cc

0 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (-14)
guilkey 2019-04-15 08:17 Rev.: 59341

Uncomment the localRT tests that I commented out during debugging. Commented
out a requires in interpolateParticlesToGrid_CFI.

5 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1)
  • R_Tester: UCF.py (+4 -5)
guilkey 2019-04-14 06:53 Rev.: 59340

Remove a get for pDeformationMeasureLabel for which I'd already removed the
requires.

3 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+3 -3)

(8 more)

Generated by StatSVN 0.7.0