/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
64 (0.5%)
Lines of Code:
7,413 (4.4%)
Most Recent Commit:
2014-12-18 15:43
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 64 (100.0%) 7413 (100.0%) 115.8
CCA/Components/MPM/ConstitutiveModel/ 40 (62.5%) 6942 (93.6%) 173.5
scripts/MPM/ 2 (3.1%) 252 (3.4%) 126.0
Core/Grid/ 4 (6.3%) 165 (2.2%) 41.2
CCA/Components/MPM/ 9 (14.1%) 47 (0.6%) 5.2
CCA/Components/MPM/ParticleCreator/ 5 (7.8%) 7 (0.1%) 1.4
tools/ 2 (3.1%) 0 (0.0%) 0.0
CCA/Components/MPM/Contact/ 2 (3.1%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2014-12-18 15:43 Rev.: 52830

Fix an error message so that it tells me information that I can use.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: UCNH.cc (changed)
guilkey 2014-12-15 09:18 Rev.: 52811

Remove TongeRamesh model for now...

0 lines of code changed in 8 files:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (new), TongeRamesh.cc (del), TongeRamesh.h (del), TongeRamesh_gitInfo.cc (del), TongeRamesh_gitInfo.h (del), sub.mk (new)
guilkey 2014-12-14 17:33 Rev.: 52810

Adding the TongeRamesh material model developed by Andy Tonge and KT Ramesh
of JHU.

6620 lines of code changed in 6 files:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+13 -1), TongeRamesh.cc (new 6026), TongeRamesh.h (new 565), TongeRamesh_gitInfo.cc (new 5), TongeRamesh_gitInfo.h (new 7), sub.mk (+4 -1)
guilkey 2014-11-06 10:26 Rev.: 52639

Remove the deformation gradient averaging code. It was never shown to work
and more bad code is not what Uintah-MPM needs.

0 lines of code changed in 4 files:

  • CCA/Components/MPM: MPMFlags.cc (-2), MPMFlags.h (-1), SerialMPM.cc (new)
guilkey 2014-09-22 10:35 Rev.: 52483

Further minor optimization for cpdi when particle size is being scaled back.

0 lines of code changed in 2 files:

  • Core/Grid: cpdiInterpolator.cc (new)
guilkey 2014-09-19 12:11 Rev.: 52472

Fixing an error in yesterday's commit. The RT will still fail, but now the differences are
round off, not factors of 2.

45 lines of code changed in 1 file:

  • Core/Grid: cpdiInterpolator.cc (+45 -1)
guilkey 2014-09-19 11:34 Rev.: 52469

Fixing my fixing of the warnings. I don't need what the allocate command returns, but I
still need to call the allocate command.

7 lines of code changed in 3 files:

  • CCA/Components/MPM/ParticleCreator: MembraneParticleCreator.cc (new), ParticleCreator.cc (+3)
guilkey 2014-09-19 11:15 Rev.: 52467

Silence some warnings so that Todd will crawl just a LITTLE bit out of my hiny.
Note: Remaining warnings under the MPM component, when compiled with gcc-4.7,
are not clear enough for me to fix at this time. All but 3 come from one file,
that is an imported library. The remainders are due to PETSc versionitis, or
are fortran related.

9 lines of code changed in 6 files:

  • CCA/Components/MPM: RigidMPM.cc (new)
  • CCA/Components/MPM/ConstitutiveModel: NonLocalDruckerPrager.cc (new)
  • CCA/Components/MPM/ParticleCreator: MembraneParticleCreator.cc (-7), ParticleCreator.cc (-10)
guilkey 2014-09-18 12:46 Rev.: 52460

Only carry out re-calculations of dsize and relative_node_location if a particle actually
needs to be rescaled.

120 lines of code changed in 1 file:

  • Core/Grid: cpdiInterpolator.cc (+120 -99)
guilkey 2014-09-10 19:40 Rev.: 52416

Add a semicolon to fix compile error.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (changed)
guilkey 2014-09-10 19:16 Rev.: 52415

Set the default melting temperature to a large number, rather than room temperature, so that
if someone wishes to allow melting, they have to ask for it, rather than getting it by surprise.
Also, issue a warning if a particle's temperature exceeds the melting temperature, but the <do_melting>
flag is not set to true. Currently ElasticPlasticHP does nonsensical things, and the user should be
warned.

9 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlasticHP.cc (+8 -1), MPMMaterial.cc (new)
guilkey 2014-08-30 15:03 Rev.: 52375

Formatting improvements.

53 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+52 -58), Arenisca3.h (+1 -1)
guilkey 2014-08-30 12:13 Rev.: 52374

Minor formatting, getting rid of tabs and alignment

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.h (+7 -7)
guilkey 2014-08-20 08:20 Rev.: 52320

Removed some commented out debugging code, fixed some formatting, replaced some divides by multiplies, etc.

12 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+12 -49)
guilkey 2014-08-07 13:43 Rev.: 52281

Change the fomatting/readability of the prescribed deformation code.

31 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+31 -41)
guilkey 2014-08-02 16:48 Rev.: 52259

Delete some commented out spew of Hamid's. Still not sure why there is a conditional
with the same code in both branches...

4 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+4 -25)
guilkey 2014-08-02 15:25 Rev.: 52258

Remove comment about code possibly being incorrect.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+2 -2)
guilkey 2014-08-02 11:15 Rev.: 52257

Remove all instances of allocateCMDataAdd from the various Arensica files. This was
removed from all other models a while back.

0 lines of code changed in 6 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (-9), Arenisca.h (-7), Arenisca3.cc (-9), Arenisca3.h (-7), Arenisca4.cc (-9), Arenisca4.h (-7)
guilkey 2014-07-30 17:39 Rev.: 52218

Correct the calculation of density for use in the timestep size calculation.

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+7 -69)
guilkey 2014-07-16 16:22 Rev.: 52171

I overlooked that yesterday's change would break the MPMICE tests that have
reacting particles. This change fixes that oversight.

1 lines of code changed in 1 file:

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

(7 more)

Generated by StatSVN 0.7.0