/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
193 (1.4%)
Lines of Code:
1,413 (0.6%)
Most Recent Commit:
2017-12-18 11:19
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 193 (100.0%) 1413 (100.0%) 7.3
CCA/Components/MPM/ 50 (25.9%) 857 (60.7%) 17.1
CCA/Components/MPM/ConstitutiveModel/ 14 (7.3%) 137 (9.7%) 9.7
CCA/Components/MPM/Contact/ 18 (9.3%) 104 (7.4%) 5.7
CCA/Components/Models/FluidsBased/ 20 (10.4%) 48 (3.4%) 2.4
CCA/Components/MPM/PhysicalBC/ 4 (2.1%) 47 (3.3%) 11.7
Core/GeometryPiece/ 8 (4.1%) 41 (2.9%) 5.1
Core/Disclosure/ 8 (4.1%) 30 (2.1%) 3.7
CCA/Components/MPM/ParticleCreator/ 4 (2.1%) 24 (1.7%) 6.0
CCA/Components/ICE/ 4 (2.1%) 23 (1.6%) 5.7
CCA/Components/Models/HEChem/ 20 (10.4%) 20 (1.4%) 1.0
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 3 (1.6%) 20 (1.4%) 6.6
R_Tester/ 5 (2.6%) 11 (0.8%) 2.2
Core/Util/ 3 (1.6%) 10 (0.7%) 3.3
Core/Labels/ 5 (2.6%) 8 (0.6%) 1.6
CCA/Components/MPMICE/ 3 (1.6%) 8 (0.6%) 2.6
CCA/Components/MPM/CohesiveZone/ 3 (1.6%) 7 (0.5%) 2.3
Core/Geometry/ 2 (1.0%) 6 (0.4%) 3.0
Core/Grid/ 2 (1.0%) 4 (0.3%) 2.0
CCA/Components/Models/SolidReactionModel/ 2 (1.0%) 3 (0.2%) 1.5
Core/Grid/Variables/ 2 (1.0%) 2 (0.1%) 1.0
StandAlone/tools/puda/ 7 (3.6%) 1 (0.1%) 0.1
StandAlone/tools/extractors/ 1 (0.5%) 1 (0.1%) 1.0
CCA/Ports/ 1 (0.5%) 1 (0.1%) 1.0
StandAlone/ 2 (1.0%) 0 (0.0%) 0.0
Core/Math/ 2 (1.0%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2017-12-18 11:19 Rev.: 57466

Replace "length" in the cohesive zone code with "area" which is what it really
should have been called in the first place.

27 lines of code changed in 8 files:

  • CCA/Components/MPM: SerialMPM.cc (+14 -15)
  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+6 -6), CohesiveZone.h (+1 -1)
  • Core/Labels: MPMLabel.cc (new), MPMLabel.h (+2 -2)
guilkey 2017-12-11 10:45 Rev.: 57415

Add ability to compare ParticleVariable<IntVector>

0 lines of code changed in 2 files:

  • StandAlone: compare_uda.cc (changed)
guilkey 2017-12-08 17:45 Rev.: 57407

Dumb things down a bit so that the switchEx3 test will pass. Basically, the arches
heat flux won't support multiple load curves per particle like the other PhysicalBCs.

6 lines of code changed in 1 file:

  • CCA/Components/MPM: ImpMPM.cc (+6 -6)
guilkey 2017-12-08 15:12 Rev.: 57406

Removed commented out code from AMRMPM, fixed some more overlooked pLoadCurveID
in ImpMPM.

21 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+2 -299), ImpMPM.cc (+19 -12)
guilkey 2017-12-07 13:27 Rev.: 57403

Switch the load curve data type to IntVector as has already been done in the explicit
code.

18 lines of code changed in 1 file:

  • CCA/Components/MPM: ImpMPM.cc (+18 -16)
guilkey 2017-12-06 18:06 Rev.: 57401

Particles can now be part of up to three load curves. This is particularly
useful for pressure BCs where pressure might be applied to more than one
face, now corner particles get contributions from both, with the resultant force
as the sum of the two forces from each face's load curve. This will break the
NairnFriction test in the RT.

147 lines of code changed in 22 files:

  • CCA/Components/MPM: AMRMPM.cc (+12 -9), SerialMPM.cc (+31 -22)
  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+14 -9), ParticleCreator.h (+3 -2)
  • CCA/Components/MPM/PhysicalBC: AutoCycleFluxBC.cc (+23 -20), FluxBCModel.cc (+22 -17), LoadCurve.h (+2 -3)
  • Core/Disclosure: TypeDescription.cc (new), TypeDescription.h (new), TypeUtils.cc (+23), TypeUtils.h (new)
  • Core/Geometry: IntVector.h (new)
  • Core/Grid/Variables: ugc_templates.cc (new)
  • Core/Labels: MPMLabel.cc (+2 -2)
guilkey 2017-11-07 17:58 Rev.: 57245

Add IntVector to the variables that have a swapbytes defined. Also added a
comment directing the next person to edit testEndian.h.in to get changes to
Endian.h. Thanks to Dav and Biswajit for their help.

10 lines of code changed in 3 files:

  • Core/Util: Endian.cc (+8), testEndian.h.in (new)
guilkey 2017-11-07 11:12 Rev.: 57239

Goodbye FractureMPM. This hasn't been compiled for a long time, and is just
more and more in the way.

1 lines of code changed in 3 files:

  • CCA/Components/MPM: FractureMPM.cc (del), FractureMPM.h (del), SerialMPM.cc (+1 -1)
guilkey 2017-11-07 11:07 Rev.: 57238

Cosmetics...

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+7 -8)
guilkey 2017-10-30 21:19 Rev.: 57196

Adding a test to cover the "insert_particles" capability.

1 lines of code changed in 1 file:

  • R_Tester: MPM.py (+1)
guilkey 2017-10-30 15:09 Rev.: 57194

Replacing the inclined plane sphere test with the "NairnFrictionTest" in which
a normal and tangential force is applied to a block on a plane, with friction
between the two. In addition, turned on a couple of other features, XPIC2 and
pressure stabilization.

1 lines of code changed in 1 file:

  • R_Tester: MPM.py (+1 -1)
guilkey 2017-10-30 14:22 Rev.: 57193

Adding an MPM problem that exercises axisymmetry and affine transformation of
geometry objects.

2 lines of code changed in 1 file:

  • R_Tester: MPM.py (+2)
guilkey 2017-10-30 12:50 Rev.: 57192

Adding further complexity to disks_complex, in particular periodic BCs and
increased run time. In turn, removing the periodic_disks test, and two of the
const_test runs. Additional tests to cover more features coming soon...

4 lines of code changed in 1 file:

  • R_Tester: MPM.py (+4 -4)
guilkey 2017-08-25 13:11 Rev.: 56916

Resurrect RMPMICE.

168 lines of code changed in 2 files:

  • CCA/Components/MPM: RigidMPM.cc (+159 -28), RigidMPM.h (+9 -1)
guilkey 2017-07-20 10:05 Rev.: 56808

Creating a THREADEDTESTS set. Currently only 1 test (Charpy),
added to NIGHTLY set of tests.

3 lines of code changed in 1 file:

  • R_Tester: MPM.py (+3 -2)
guilkey 2017-07-05 12:29 Rev.: 56748

Add MaxAbsElemComp which, in addition to returning the maximum component of
the matrix, also returns the indices where that element lives.

0 lines of code changed in 2 files:

  • Core/Math: Matrix3.h (changed)
guilkey 2017-07-03 17:07 Rev.: 56746

schedule new MPM task in MPMICE also.

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1)
guilkey 2017-07-03 15:12 Rev.: 56740

Break interpolateToParticlesAndUpdate into two tasks. The new task computes
gradient (velocity, temperature, deformation) on the particles
(computeParticleGradients). I had intended to integrate these more closely for
efficiency, but the combinatorics of all possible options,
(e.g., XPIC, axisymmetry, etc.) made this daunting, so I'm opting for finer
grain tasks that might perform better anyway.

165 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (+155 -76), SerialMPM.h (+10)
guilkey 2017-07-03 13:23 Rev.: 56738

More minor tweaks, comments.

4 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+4 -4)
guilkey 2017-07-03 12:52 Rev.: 56737

Move the conditional on scheduling setPrescribedMotion to scheduleTimeAdvance.

17 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+17 -22)

(42 more)

Generated by StatSVN 0.7.0