/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
63 (0.5%)
Lines of Code:
7,945 (5.6%)
Most Recent Commit:
2018-11-15 12:57
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 63 (100.0%) 7945 (100.0%) 126.1
CCA/Components/MPM/ 22 (34.9%) 6920 (87.1%) 314.5
Core/Grid/ 1 (1.6%) 340 (4.3%) 340.0
CCA/Components/MPM/CylGen/ 4 (6.3%) 191 (2.4%) 47.7
Core/GeometryPiece/ 7 (11.1%) 172 (2.2%) 24.5
CCA/Components/MPM/Core/ 14 (22.2%) 144 (1.8%) 10.2
CCA/Components/MPM/Materials/ParticleCreator/ 5 (7.9%) 118 (1.5%) 23.6
CCA/Components/MPM/CohesiveZone/ 2 (3.2%) 20 (0.3%) 10.0
CCA/Components/Models/HEChem/ 1 (1.6%) 11 (0.1%) 11.0
StandAlone/tools/extractors/ 3 (4.8%) 9 (0.1%) 3.0
CCA/Components/Parent/ 1 (1.6%) 7 (0.1%) 7.0
CCA/Components/MPM/Materials/Contact/ 1 (1.6%) 6 (0.1%) 6.0
CCA/Components/MPM/Materials/ 1 (1.6%) 4 (0.1%) 4.0
CCA/Components/MPM/HeatConduction/ 1 (1.6%) 3 (0.0%) 3.0

Activity of guilkey

Most Recent Commits

guilkey 2018-11-15 12:57 Rev.: 58920

Reworking the fastCpdiInterpolator to revert to the regular cpdiInterpolator
if particles span more than two grid cells in any direction. Some additional
modifications might be forthcoming.

340 lines of code changed in 1 file:

  • Core/Grid: fastCpdiInterpolator.cc (+340 -311)
guilkey 2018-10-27 11:09 Rev.: 58887

Bringing these versions in from the Cyberstone2 branch. More robust tests
to determine if points are inside or outside of a triangulated surface.

171 lines of code changed in 6 files:

  • Core/GeometryPiece: TriGeometryPiece.cc (+35 -4), TriGeometryPiece.h (+1), UniformGrid.cc (+132 -19), UniformGrid.h (new)
guilkey 2018-10-24 17:21 Rev.: 58880

Rewrote printParticleVariable as printParticleVariables. User can now
specify multiple particle variables to extract. Output also includes a header
line describing the data.

0 lines of code changed in 2 files:

  • StandAlone/tools/extractors: partextract.cc (changed)
guilkey 2018-09-12 15:59 Rev.: 58659

Removing this file, moving to a different location in the source tree.

0 lines of code changed in 1 file:

  • CCA/Components/MPM/CylGen: makeDIWPad.cc (del)
guilkey 2018-08-23 16:19 Rev.: 58548

Update the comments.

14 lines of code changed in 1 file:

  • CCA/Components/MPM/CylGen: makeDIWPad.cc (new 14)
guilkey 2018-08-07 16:01 Rev.: 58510

Quieting a couple of MPM warnings...

4 lines of code changed in 2 files:

  • CCA/Components/MPM: ImpMPM.cc (+1 -1)
  • CCA/Components/MPM/HeatConduction: ImplicitHeatConduction.cc (+3 -2)
guilkey 2018-07-30 18:43 Rev.: 58484

Compute the particle surface gradient every 10 timesteps, otherwise carry it
forward.

92 lines of code changed in 7 files:

  • CCA/Components/MPM: SingleFieldMPM.cc (+68 -47)
  • CCA/Components/MPM/Core: MPMLabel.cc (+4), MPMLabel.h (+1)
  • CCA/Components/MPM/Materials/ParticleCreator: ParticleCreator.cc (new), ParticleCreator.h (+1)
guilkey 2018-07-16 16:32 Rev.: 58423

Remove some debugging output.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SingleFieldMPM.cc (-1)
guilkey 2018-07-16 16:28 Rev.: 58422

Copying a particle set into a vector for use in an inside loop to achieve added
efficiency.

24 lines of code changed in 1 file:

  • CCA/Components/MPM: SingleFieldMPM.cc (+24 -11)
guilkey 2018-07-12 13:42 Rev.: 58413

More changes to enable computing boundary reaction forces.

5 lines of code changed in 1 file:

  • CCA/Components/MPM: SingleFieldMPM.cc (+5 -5)
guilkey 2018-07-11 10:34 Rev.: 58407

Removed double creation of gVelocityBCLabel.

0 lines of code changed in 1 file:

  • CCA/Components/MPM/Core: MPMLabel.cc (-3)
guilkey 2018-07-09 15:22 Rev.: 58389

Turning on a few more tasks to get out reduction variables to enable comparison
with SerialMPM output.

13 lines of code changed in 1 file:

  • CCA/Components/MPM: SingleFieldMPM.cc (+13 -11)
guilkey 2018-07-09 13:19 Rev.: 58388

Hardwired in some code for larger scale testing.

49 lines of code changed in 1 file:

  • CCA/Components/MPM: SingleFieldMPM.cc (+49 -6)
guilkey 2018-07-09 09:58 Rev.: 58385

Added some comments about the model.

11 lines of code changed in 1 file:

  • CCA/Components/Models/HEChem: LightTime.h (+11)
guilkey 2018-07-08 18:04 Rev.: 58382

Remove some debugging output.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SingleFieldMPM.cc (-4)
guilkey 2018-07-08 17:38 Rev.: 58381

pSurfLabel should be a double not an int.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/Core: MPMLabel.cc (+2 -2)
guilkey 2018-07-07 14:51 Rev.: 58379

Add SingleFieldMPM to the list of application options.

7 lines of code changed in 1 file:

  • CCA/Components/Parent: ApplicationFactory.cc (+7)
guilkey 2018-07-07 14:49 Rev.: 58378

More work on brining SingleFieldMPM online.

107 lines of code changed in 5 files:

  • CCA/Components/MPM: SingleFieldMPM.cc (+5)
  • CCA/Components/MPM/Core: MPMFlags.cc (+2), MPMFlags.h (+1)
  • CCA/Components/MPM/Materials/ParticleCreator: ParticleCreator.cc (+95), ParticleCreator.h (+4 -1)
guilkey 2018-07-06 13:17 Rev.: 58377

Add labels for SingleFieldContact version.

134 lines of code changed in 2 files:

  • CCA/Components/MPM/Core: MPMLabel.cc (+103), MPMLabel.h (+31)
guilkey 2018-07-06 12:54 Rev.: 58376

Adding a new MPM alternative that is still in progress, but finally showing
signs that it might work.

6551 lines of code changed in 6 files:

  • CCA/Components/MPM: SerialMPM.cc (+15 -20), SerialMPM.h (+5 -4), SingleFieldMPM.cc (+5892), SingleFieldMPM.h (+638), sub.mk (new)

(13 more)

Generated by StatSVN 0.7.0