/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
247 (5.1%)
Lines of Code:
2944 (3.9%)
Most Recent Commit:
2007-12-19 14:50

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 247 (100.0%) 2944 (100.0%) 11.9
Packages/Uintah/Core/Grid/ 20 (8.1%) 950 (32.3%) 47.5
Packages/Uintah/CCA/Components/MPM/ 50 (20.2%) 820 (27.9%) 16.4
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ 95 (38.5%) 695 (23.6%) 7.3
Packages/Uintah/StandAlone/ 3 (1.2%) 132 (4.5%) 44.0
Packages/Uintah/StandAlone/tools/puda/ 11 (4.5%) 112 (3.8%) 10.1
Packages/Uintah/CCA/Components/MPM/ParticleCreator/ 11 (4.5%) 75 (2.5%) 6.8
Packages/Uintah/CCA/Components/MPM/Contact/ 18 (7.3%) 62 (2.1%) 3.4
Packages/Uintah/CCA/Components/MPM/HeatConduction/ 6 (2.4%) 54 (1.8%) 9.0
Packages/Uintah/StandAlone/tools/pfs/ 4 (1.6%) 25 (0.8%) 6.2
Packages/Uintah/Core/Labels/ 5 (2.0%) 9 (0.3%) 1.8
Packages/Uintah/CCA/Components/MPMArches/ 1 (0.4%) 5 (0.2%) 5.0
Packages/Uintah/CCA/Components/MPMICE/ 3 (1.2%) 3 (0.1%) 1.0
Packages/Uintah/CCA/Components/SwitchingCriteria/ 1 (0.4%) 2 (0.1%) 2.0
Packages/Uintah/StandAlone/tools/uda2nrrd/ 4 (1.6%) 0 (0.0%) 0.0
Packages/Uintah/Core/GeometryPiece/ 2 (0.8%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/Crack/ 3 (1.2%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 2 (0.8%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/ICE/ 2 (0.8%) 0 (0.0%) 0.0
Dataflow/Modules/Fields/ 2 (0.8%) 0 (0.0%) 0.0
Core/Math/ 2 (0.8%) 0 (0.0%) 0.0
Core/Datatypes/ 2 (0.8%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2007-12-19 14:50 Rev.: 39690

Migrate the particle requirement to use Bryan's new method.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/Contact: FrictionContact.cc (new)
guilkey 2007-12-14 18:53 Rev.: 39638

Change assertions to check for <= zero, not just != zero.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (changed)
guilkey 2007-12-13 17:18 Rev.: 39627

Another blasted blank line!

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: ArcCrack.cc (new)
guilkey 2007-12-13 16:57 Rev.: 39626

Delete a blank line to test new subscription to csafe-cvs mailing list.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: ArcCrack.cc (-1)
guilkey 2007-12-13 14:48 Rev.: 39618

Use pVolumeLabel_preReloc in addParticles, not pVolumeDeformedLabel, which
is no longer used with the explicit code.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (changed)
guilkey 2007-12-13 13:26 Rev.: 39617

Added an addSharedCRImplicitHypo, which adds a require for stress
for those models that need it, but keep those that don't from the
extra bloat in memory and checkpoints.

0 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (changed), HypoElasticImplicit.cc (changed), HypoElasticPlastic.cc (new), ImplicitCM.cc (changed), ImplicitCM.h (new)
guilkey 2007-12-13 12:23 Rev.: 39609

If artificial viscosity is requested in an implicit MPM input file,
turn it off and warn the user that it is not implemented.
Create a carryForwardSharedDataImplicit in ImplicitCM for use with
RigidMaterial.

47 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/MPM: MPMFlags.cc (+6)
  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ImplicitCM.cc (+33), ImplicitCM.h (+5 -2), RigidMaterial.cc (new)
  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
guilkey 2007-12-12 19:17 Rev.: 39603

1. Revert earlier change which had ImpMPM computing pdTdt. Some
of the implicit CMs were already doing this, and now they all are.

2. Use addSharedCRForImplicit in all of the models now, in an effort
to clean up and clarify.

3. Preparation for making implicit code work with GIMP. Remove assumptions
about use of LinearInterpolator, insert gets for psize, etc. The heavy
lifting of building the stiffness matrix up still remains, but everything
else should be ready.

226 lines of code changed in 24 files:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+32 -18), ImpMPM.h (+2 -29)
  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+10 -8), CNHPDamage.cc (+9 -6), CompNeoHookImplicit.cc (new), ConstitutiveModel.cc (new), ConstitutiveModel.h (new), ElasticPlastic.cc (+13 -12), HypoElasticImplicit.cc (+23 -31), HypoElasticPlastic.cc (+13 -12), ImplicitCM.cc (+16 -5), ImplicitCM.h (+2 -2), TransIsoHyperImplicit.cc (+27 -45), ViscoScramImplicit.cc (new), ViscoTransIsoHyperImplicit.cc (new)
guilkey 2007-12-12 16:00 Rev.: 39594

Change pVolumeLabel to pVolumeLabel_preReloc to fix runtime error.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: FractureMPM.cc (new)
guilkey 2007-12-12 15:55 Rev.: 39593

Fix at least one fresh memory leak.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (new)
guilkey 2007-12-12 15:53 Rev.: 39592

Get gVelocityStarLabel out for computeArtificialViscosity, not gVelocityLabel.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: SerialMPM.cc (+1 -1)
guilkey 2007-12-12 12:04 Rev.: 39586

Added production of pdTdtLabel_preReloc, needed now that this variable
is relocated as part of the explicit code. Deleted some commented out code.
This should get the implicit MPM RT back on its feet.

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+4 -13)
guilkey 2007-12-11 17:30 Rev.: 39580

Switched the order of time integration from updating stress at the
top of the cycle to updating it at the bottom based on evidence that
for GIMP this provides significantly better accuracy and stability.
This will change the answers for everything.

445 lines of code changed in 54 files:

  • Packages/Uintah/CCA/Components/MPM: FractureMPM.cc (+30 -30), RigidMPM.cc (new), SerialMPM.cc (+46 -50)
  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+4 -4), CNHPDamage.cc (+4 -5), CompMooneyRivlin.cc (new), CompNeoHook.cc (+11 -14), CompNeoHookPlas.cc (+6 -7), ConstitutiveModel.cc (+7 -9), ElasticPlastic.cc (+4 -5), HypoElastic.cc (+10 -21), HypoElasticPlastic.cc (+4 -5), IdealGasMP.cc (new), MWViscoElastic.cc (+71 -52), MWViscoElastic.h (new), Membrane.cc (+44 -21), Membrane.h (new), ShellMaterial.cc (new), SoilFoam.cc (+10 -13), TransIsoHyper.cc (+7 -9), ViscoSCRAMHotSpot.cc (+4 -4), ViscoScram.cc (+7 -8), ViscoTransIsoHyper.cc (+8 -13), Water.cc (+9 -10)
  • Packages/Uintah/CCA/Components/MPM/HeatConduction: HeatConduction.cc (new)
  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: MembraneParticleCreator.cc (+32 -9), MembraneParticleCreator.h (new), ParticleCreator.cc (+32 -7), ParticleCreator.h (+2 -1)
  • Packages/Uintah/CCA/Components/MPMICE: MPMICE.cc (new)
  • Packages/Uintah/Core/Labels: MPMLabel.cc (+6 -70), MPMLabel.h (+3 -26)
guilkey 2007-11-28 17:02 Rev.: 39489

Added the use of variable shear moduli for Comer, must turn on the
#define Comer line first.

18 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CompNeoHook.cc (+18 -7)
guilkey 2007-11-27 19:26 Rev.: 39475

Need to actually compute a displacement gradient, not just
set it equal to zero before computing the stress. i.e. this is a bug fix.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: HypoElasticImplicit.cc (+11 -1)
guilkey 2007-11-27 17:41 Rev.: 39471

Change cerr to cout for Negative Jacobian warning.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoScram.cc (+3 -3)
guilkey 2007-11-09 20:26 Rev.: 39371

Hack to allow gcc 3.2.3 to compile this file.

0 lines of code changed in 2 files:

  • Core/Math: CubicPWI.h (new)
guilkey 2007-11-09 19:47 Rev.: 39370

Some optimizing compilers inline the build functions, and thus my 'hack' to force their instantiation is circumvented... sigh. This new 'hack' forces the compiler to not inline these functions, thus leaving the symbols around for their use during linking.

0 lines of code changed in 4 files:

  • Packages/Uintah/StandAlone/tools/uda2nrrd: build.cc (new), build.h (new)
guilkey 2007-11-09 19:39 Rev.: 39369

Indention

0 lines of code changed in 2 files:

  • Core/Datatypes: TetVolMesh.h (changed)
guilkey 2007-11-01 13:18 Rev.: 39223

Get out center of mass velocity and mass in addition to time and total KE.

0 lines of code changed in 2 files:

  • Packages/Uintah/StandAlone/tools/puda: jim2.cc (changed)

(42 more)

Generated by StatSVN 0.4.0