Directory CCA/Components/MPM/ConstitutiveModel/

Total Files:
72
Deleted Files:
0
Lines of Code:
48264

[root]/CCA/Components/MPM/ConstitutiveModel
                    directory in repo PlasticityModels (106 files, 15973 lines)
                    directory in repo UnusedCM (19 files, 7191 lines)
                    directory in repo fortran (12 files, 1625 lines)

Lines of Code

CCA/Components/MPM/ConstitutiveModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 369 (100.0%) 3886 (100.0%) 10.5
guilkey 90 (24.4%) 1155 (29.7%) 12.8
jas 172 (46.6%) 750 (19.3%) 4.3
harman 39 (10.6%) 671 (17.3%) 17.2
jpeterson 9 (2.4%) 587 (15.1%) 65.2
jeff788 4 (1.1%) 295 (7.6%) 73.7
ffjhl 15 (4.1%) 203 (5.2%) 13.5
leavy 4 (1.1%) 188 (4.8%) 47.0
luitjens 34 (9.2%) 34 (0.9%) 1.0
dav 1 (0.3%) 2 (0.1%) 2.0
burghard 1 (0.3%) 1 (0.0%) 1.0

Most Recent Commits

guilkey 2009-12-17 15:26 Rev.: 45208

Add new User Inputs (UIs) to the outputProblemSpec code.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (changed)
leavy 2009-12-16 20:54 Rev.: 45207

Fix accidentally committed bug.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+1 -1)
leavy 2009-12-16 20:40 Rev.: 45206

Modifications to accomodate new release of Kayenta.

187 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+175 -27), Kayenta.h (+12 -1)
jas 2009-12-07 15:46 Rev.: 45172

Fix bug in CNHDamage.cc which initialized the seed data with the wrong data.

Fix compiler warnings.

2 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+2 -2)
jpeterson 2009-12-04 15:16 Rev.: 45163

Another stupid mistake--fixed variable name

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: MurnahanMPM.cc (new)
jpeterson 2009-12-04 15:13 Rev.: 45162

Forgot a comma

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: MurnahanMPM.cc (+1 -1)
jpeterson 2009-12-04 15:09 Rev.: 45161

Add MPM version of Murnahan EOS via Constitutive Model.

586 lines of code changed in 6 files:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (+4), MurnahanMPM.cc (+433), MurnahanMPM.h (new 148), sub.mk (+1)
guilkey 2009-11-23 14:21 Rev.: 45114

Fix: Change p.failed -> p.localized to be consistent with previous change

2 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+2 -2)
guilkey 2009-11-23 13:38 Rev.: 45112

Change "pFailed_Label" to "pLocalized_Label" so that the naming and meaning is
more consistent with the ElasticPlastic model.

69 lines of code changed in 5 files:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+52 -52), CNHDamage.h (new), CNHPDamage.cc (new)
luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

32 lines of code changed in 32 files:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+3 -3), CNHPDamage.cc (+2 -2), CompNeoHook.cc (+1 -1), CompNeoHookImplicit.cc (new), CompNeoHookPlas.cc (+1 -1), ElasticPlastic.cc (+2 -2), ElasticPlasticHP.cc (new), HypoElastic.cc (+1 -1), HypoElasticImplicit.cc (+2 -2), HypoElasticPlastic.cc (+2 -2), MPMMaterial.cc (new), ShellMaterial.cc (new), TransIsoHyperImplicit.cc (new), VTIHIFailure.NotUsed.cc (+2 -2), ViscoPlastic.cc (new), ViscoScramImplicit.cc (new), ViscoTransIsoHyperImplicit.cc (new)
guilkey 2009-10-27 14:08 Rev.: 44957

Put a conditional for dealing with a particular erosion algorithm back in. This
should get the RT passing again without the need for replacing gold standards.

5 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+5)
guilkey 2009-10-19 16:55 Rev.: 44894

Threw some crap against the wall, these changes seem to stick.

10 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+4 -6), ImplicitCM.cc (new)
guilkey 2009-10-19 14:27 Rev.: 44891

This should get the ImpMPM RT running again. Getting computes and requires
in place.

Also, deleting ZerilliArmstrongPlastic, which was apparently replaced by
ZAPlastic.

197 lines of code changed in 44 files:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+3 -2), CNHDamage.h (+1), CNHPDamage.cc (+8 -3), CNHPDamage.h (new), CompNeoHookImplicit.cc (+3 -2), CompNeoHookImplicit.h (new), ConstitutiveModel.cc (new), ConstitutiveModel.h (+2 -1), ElasticPlastic.cc (+26 -12), ElasticPlastic.h (+1), ElasticPlasticHP.cc (+17 -8), ElasticPlasticHP.h (new), HypoElasticImplicit.cc (+4 -3), HypoElasticImplicit.h (+2 -1), HypoElasticPlastic.cc (+14 -6), HypoElasticPlastic.h (+2 -1), ImplicitCM.cc (+29 -11), ImplicitCM.h (+4 -2), RigidMaterial.cc (new), RigidMaterial.h (new), SmallStrainPlastic.cc (new), SmallStrainPlastic.h (new), TransIsoHyperImplicit.cc (+10 -4), TransIsoHyperImplicit.h (+2 -1), ViscoPlastic.cc (+12 -6), ViscoPlastic.h (new), ViscoTransIsoHyperImplicit.cc (+24 -11), ViscoTransIsoHyperImplicit.h (new)
guilkey 2009-10-14 23:06 Rev.: 44873

Trying to clean up fall out from Justin's recent commits.

9 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+6 -6), ImplicitCM.cc (+3 -3)
guilkey 2009-10-11 21:03 Rev.: 44838

Make heating due to artificial viscosity optional, off by default.

5 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+5 -1)
guilkey 2009-10-09 17:44 Rev.: 44829

Added an AllowNoShear option to ElasticPlastic. Other modifications to
attempt to make this model more robust as particles "localize". Removed
unneeded line of code from JCPlastic.cc

47 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (+46 -20), ElasticPlastic.h (+1)
luitjens 2009-10-09 10:53 Rev.: 44822

Removed compute because it is scheduled in MPM::scheduleComputeStressTensor if artifical viscosity is set to on. Jim needs to look into the proper fix.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModel.cc (+1 -1)
luitjens 2009-10-09 10:35 Rev.: 44819

Added some missing computes.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: ConstitutiveModel.cc (+1)
harman 2009-09-30 16:15 Rev.: 44761

tabs

671 lines of code changed in 39 files:

  • CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+3 -3), CNHDamage.h (+1 -1), CompMooneyRivlin.h (+30 -30), ConstitutiveModel.cc (+7 -7), ConstitutiveModel.h (+106 -106), HypoElastic.h (+28 -28), HypoElasticFortran.h (new), HypoElasticImplicit.cc (+46 -46), HypoElasticImplicit.h (+22 -22), IdealGasMP.h (+26 -26), Kayenta.cc (+16 -16), Kayenta.h (+25 -25), MPMMaterial.cc (+6 -6), MWViscoElastic.h (new), Membrane.h (+27 -27), SoilFoam.cc (new), SoilFoam.h (new), TransIsoHyper.h (+25 -25), TransIsoHyperImplicit.cc (+11 -11), TransIsoHyperImplicit.h (+39 -39), VTIHIFailure.NotUsed.cc (+29 -29), ViscoPlastic.cc (+35 -35), ViscoSCRAMHotSpot.cc (+3 -3), ViscoScram.cc (new), ViscoTransIsoHyper.h (new), ViscoTransIsoHyperImplicit.cc (+15 -15), ViscoTransIsoHyperImplicit.h (+51 -51)
jas 2009-09-21 14:10 Rev.: 44730

Move d_thermalConductivity from Material.h to MPMMaterial.h and ICEMaterial.h.

7 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: MPMMaterial.cc (+5), MPMMaterial.h (+2)

(40 more)

Generated by StatSVN 0.4.0