/trunk/src Developers: jeff788

Login name:
jeff788
Total Commits:
86 (0.7%)
Lines of Code:
5980 (4.3%)
Most Recent Commit:
2010-11-01 12:52

Activity by Clock Time

Activity by Hour of Day for jeff788

Activity by Day of Week for jeff788

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 86 (100.0%) 5980 (100.0%) 69.5
CCA/Components/MPM/ConstitutiveModel/fortran/ 5 (5.8%) 3508 (58.7%) 701.6
CCA/Components/MPM/ConstitutiveModel/ 39 (45.3%) 1404 (23.5%) 36.0
Core/Grid/ 13 (15.1%) 708 (11.8%) 54.4
CCA/Components/MPM/ 9 (10.5%) 259 (4.3%) 28.7
VisIt/udaReaderMTMD/ 10 (11.6%) 44 (0.7%) 4.4
CCA/Components/MPM/Crack/ 4 (4.7%) 19 (0.3%) 4.7
CCA/Components/MPM/Contact/ 2 (2.3%) 18 (0.3%) 9.0
CCA/Components/MPM/HeatConduction/ 1 (1.2%) 11 (0.2%) 11.0
CCA/Components/Angio/ 2 (2.3%) 5 (0.1%) 2.5
CCA/Components/MPMICE/ 1 (1.2%) 4 (0.1%) 4.0

Activity of jeff788

Most Recent Commits

jeff788 2010-11-01 12:52 Rev.: 46417

added localization capability to Kayenta

360 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+336 -117), Kayenta.h (new)
jeff788 2010-06-21 17:27 Rev.: 45761

updated the README to reflect changes in the Kayenta source

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel/fortran: READMEKayenta (changed)
jeff788 2010-06-09 14:04 Rev.: 45712

added the diamm material model

4451 lines of code changed in 6 files:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+5 -1), Diamm.cc (+785), Diamm.h (+152), sub.mk (+1)
  • CCA/Components/MPM/ConstitutiveModel/fortran: diamm.f (new 3506), sub.mk (+2 -1)
jeff788 2010-03-25 11:50 Rev.: 45468

added missing require statement for the deformation gradient in FractureParametersCalculation.cc

1 lines of code changed in 1 file:

  • CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+1)
jeff788 2010-03-24 12:32 Rev.: 45464

fixed another bug in ImpMPM.cc

4 lines of code changed in 1 file:

  • CCA/Components/MPM: ImpMPM.cc (+4 -3)
jeff788 2010-03-23 16:59 Rev.: 45462

fixed bug in ImpMPM.cc

5 lines of code changed in 1 file:

  • CCA/Components/MPM: ImpMPM.cc (+5 -3)
jeff788 2010-03-23 16:40 Rev.: 45461

changed a few lines in the cpdi interpolator to improve speed

113 lines of code changed in 1 file:

  • Core/Grid: cpdiInterpolator.cc (+113 -90)
jeff788 2010-03-23 16:29 Rev.: 45460

reverted the uda reader files to the previous version. These files were inadvertently changed in revision 45458

14 lines of code changed in 5 files:

  • VisIt/udaReaderMTMD: udaReaderMTMDCommonPluginInfo.C (+2 -2), udaReaderMTMDEnginePluginInfo.C (+3 -7), udaReaderMTMDMDServerPluginInfo.C (+3 -7), udaReaderMTMDPluginInfo.C (+4 -12), udaReaderMTMDPluginInfo.h (+2 -2)
jeff788 2010-03-23 16:00 Rev.: 45458

added the cpdi interpolator

1032 lines of code changed in 66 files:

  • CCA/Components/Angio: AngioFlags.cc (new)
  • CCA/Components/MPM: AMRMPM.cc (+25 -11), FractureMPM.cc (+53 -13), ImpMPM.cc (+51 -8), MPMBoundCond.cc (+12 -12), MPMFlags.cc (+7 -2), RigidMPM.cc (+10 -2), SerialMPM.cc (+92 -22)
  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+4 -4), CNHPDamage.cc (+4 -4), CNH_MMS.cc (+1), CompMooneyRivlin.cc (+3 -2), CompNeoHook.cc (+3 -2), CompNeoHookImplicit.cc (new 4), CompNeoHookPlas.cc (+3 -2), ConstitutiveModel.cc (+6 -4), ConstitutiveModel.h (+2), ElasticPlastic.cc (+5 -5), ElasticPlasticHP.cc (+5 -5), HypoElastic.cc (+3 -2), HypoElasticFortran.cc (+2 -2), HypoElasticImplicit.cc (+2 -2), HypoElasticPlastic.cc (+5 -5), IdealGasMP.cc (+2 -2), Kayenta.cc (+2 -2), MWViscoElastic.cc (+3 -3), Membrane.cc (+1 -1), MurnahanMPM.cc (+2 -2), ShellMaterial.cc (+10 -4), SmallStrainPlastic.cc (+2 -2), SoilFoam.cc (+2 -2), TransIsoHyper.cc (+3 -2), TransIsoHyperImplicit.cc (+3 -2), ViscoPlastic.cc (+3 -3), ViscoSCRAMHotSpot.cc (+3 -3), ViscoScram.cc (+3 -3), ViscoScramImplicit.cc (+2 -2), ViscoTransIsoHyper.cc (+3 -2), ViscoTransIsoHyperImplicit.cc (+3 -1), Water.cc (+2 -2)
  • CCA/Components/MPM/ConstitutiveModel/fortran: sub.mk (-1)
  • CCA/Components/MPM/Contact: ApproachContact.cc (+12 -9), FrictionContact.cc (+6 -3)
  • CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+9 -5), MoveCracks.cc (+4 -1), UpdateCrackFront.cc (+5 -2)
  • CCA/Components/MPM/HeatConduction: HeatConduction.cc (+11 -5)
  • CCA/Components/MPMICE: MPMICE.cc (+4 -1)
  • Core/Grid: BSplineInterpolator.cc (+6 -3), BSplineInterpolator.h (+6 -3), LinearInterpolator.cc (+6 -3), LinearInterpolator.h (+5 -4), Node27Interpolator.cc (+6 -3), Node27Interpolator.h (+5 -3), ParticleInterpolator.h (+3 -3), TOBSplineInterpolator.cc (+6 -3), TOBSplineInterpolator.h (+5 -3), cpdiInterpolator.cc (+471), cpdiInterpolator.h (+74), sub.mk (+2 -1)
  • VisIt/udaReaderMTMD: udaReaderMTMDCommonPluginInfo.C (+2 -2), udaReaderMTMDEnginePluginInfo.C (+7 -3), udaReaderMTMDMDServerPluginInfo.C (+7 -3), udaReaderMTMDPluginInfo.C (+12 -4), udaReaderMTMDPluginInfo.h (+2 -2)
Generated by StatSVN 0.4.0