Directory Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/

Total Files:
37
Deleted Files:
0
Lines of Code:
33628

[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel
                            directory in repo PlasticityModels (42 files, 3514 lines)
                            directory in repo UnusedCM (5 files, 3455 lines)

Lines of Code

Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 146 (100.0%) 4401 (100.0%) 30.1
banerjee 4 (2.7%) 3671 (83.4%) 917.7
guilkey 95 (65.1%) 695 (15.8%) 7.3
luitjens 13 (8.9%) 29 (0.7%) 2.2
worthen 31 (21.2%) 5 (0.1%) 0.1
harman 3 (2.1%) 1 (0.0%) 0.3

Most Recent Commits

banerjee 2007-12-27 20:20 Rev.: 39736

Small strain plasticity model. Still under revision to include kinematic
hardening.

3600 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: SmallStrainPlastic.cc (new 3147), SmallStrainPlastic.h (new 453)
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 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.

40 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ImplicitCM.cc (+33), ImplicitCM.h (+5 -2), RigidMaterial.cc (new)
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.

192 lines of code changed in 21 files:

  • 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-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.

241 lines of code changed in 36 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+4 -4), CNHPDamage.cc (+4 -5), CompMooneyRivlin.cc (new), CompNeoHook.cc (+11 -14), CompNeoHookPlas.cc (new), ConstitutiveModel.cc (+7 -9), ElasticPlastic.cc (+4 -5), HypoElastic.cc (+10 -21), HypoElasticPlastic.cc (+4 -5), IdealGasMP.cc (new), MWViscoElastic.cc (new), MWViscoElastic.h (+7), Membrane.cc (+44 -21), Membrane.h (new), ShellMaterial.cc (+4 -4), SoilFoam.cc (+10 -13), TransIsoHyper.cc (new), ViscoSCRAMHotSpot.cc (+4 -4), ViscoScram.cc (+7 -8), ViscoTransIsoHyper.cc (+8 -13), Water.cc (+9 -10)
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)
worthen 2007-11-08 12:58 Rev.: 39318

Tweaks (that don't really affect this trunk) that help Uintah branch merges operate much more smoothly.

3 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: MPMMaterial.h (new)
worthen 2007-11-06 13:48 Rev.: 39285

move SCISHARE to UINTAHSHARE. Also disable the share flags if building static

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: MPMMaterial.h (+2 -2)
guilkey 2007-10-09 17:09 Rev.: 38964

Change to the thermal stress code. Get rid of computeParticleTempFromGrid,
and just use the old particle temperature. The reasons for the now removed
approach were not understood by anyone who still works here, and for that
reason, were shown the door.

5 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (-4), HypoElastic.cc (+2 -6), SoilFoam.cc (+1 -1), ViscoScram.cc (+2 -4), ViscoScramImplicit.cc (-6)
worthen 2007-10-04 00:15 Rev.: 38891

Remove ParticleSet for variety of reasons, which basically sums up to:
it was just an overglorified wrapper around an int that wasn't always updated and posed a maintenance nightmare.

Change interface to ParticleSubset creation: remove the 'fill' and 'hint' parameters. IMO, they were confusing as to what size the PS ended up being.

0 lines of code changed in 28 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (-1), CNHPDamage.cc (-1), CompMooneyRivlin.cc (-1), CompNeoHook.cc (-1), CompNeoHookImplicit.cc (-1), CompNeoHookPlas.cc (-1), ConstitutiveModel.cc (-1), ElasticPlastic.cc (-1), HypoElastic.cc (-1), HypoElasticImplicit.cc (-1), HypoElasticPlastic.cc (-1), IdealGasMP.cc (-1), ImplicitCM.cc (-1), MWViscoElastic.cc (-1), Membrane.cc (-1), RigidMaterial.cc (-1), ShellMaterial.cc (-1), SoilFoam.cc (-1), TransIsoHyper.cc (-1), TransIsoHyperImplicit.cc (-1), VTIHIFailure.NotUsed.cc (-1), ViscoSCRAMHotSpot.cc (-1), ViscoScram.cc (-1), ViscoScramImplicit.cc (-1), ViscoTransIsoHyper.cc (-1), ViscoTransIsoHyperImplicit.cc (-1), Water.cc (-1)
luitjens 2007-09-05 09:32 Rev.: 38597

new->scinew

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoSCRAMHotSpot.cc (+2 -2)
luitjens 2007-09-04 16:25 Rev.: 38584

new->scinew (more coming tomorrow)

20 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CNHDamage.cc (+2 -2), CNHPDamage.cc (+2 -2), CompNeoHookImplicit.cc (+2 -2), ElasticPlastic.cc (+2 -2), HypoElasticImplicit.cc (+2 -2), HypoElasticPlastic.cc (+2 -2), TransIsoHyperImplicit.cc (+2 -2), VTIHIFailure.NotUsed.cc (+2 -2), ViscoScramImplicit.cc (+2 -2), ViscoTransIsoHyperImplicit.cc (+2 -2)
guilkey 2007-06-11 18:05 Rev.: 37765

Remove flushMatrix from the constitutive models, it is now done elsewhere.

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ElasticPlastic.cc (-1), HypoElasticImplicit.cc (-1), HypoElasticPlastic.cc (-1), TransIsoHyperImplicit.cc (-1), ViscoScramImplicit.cc (-1), ViscoTransIsoHyperImplicit.cc (-1)
luitjens 2007-06-08 15:03 Rev.: 37749

Initialize d_active

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CompNeoHookImplicit.cc (+2 -2)
luitjens 2007-06-07 16:26 Rev.: 37740

Progress twoards AMR Implicit MPM.

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CompNeoHookImplicit.cc (+5 -29)
guilkey 2007-04-26 17:37 Rev.: 37433

Added active stress option.

13 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CompNeoHookImplicit.cc (+12 -2), CompNeoHookImplicit.h (+1)
guilkey 2007-04-26 17:35 Rev.: 37432

Added active stress option (in February, apparently forgot to check it in...)

11 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoTransIsoHyperImplicit.cc (+10 -2), ViscoTransIsoHyperImplicit.h (new)

(6 more)

Generated by StatSVN 0.4.0