Directory CCA/Components/MPM/ConstitutiveModel/PlasticityModels/

Total Files:
126
Deleted Files:
0
Lines of Code:
17380

[root]/CCA/Components/MPM/ConstitutiveModel/PlasticityModels

Lines of Code

CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 254 (100.0%) 129 (100.0%) 0.5
jas 250 (98.4%) 126 (97.7%) 0.5
guilkey 2 (0.8%) 2 (1.6%) 1.0
ahumphrey 2 (0.8%) 1 (0.8%) 0.5

Most Recent Commits

guilkey 2016-08-19 17:15 Rev.: 55658

Fixing the functionality of the particle splitting, add splitting of plasticity
variables to UCNH. Have DamageModelFactory create a Null model if none is
specified, rather than issuing a warning. Remove tabs from MMS code.

2 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: DamageModelFactory.cc (+2 -1)
ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

1 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: DevStressModelFactory.cc (new)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

126 lines of code changed in 250 files:

  • CCA/Components/MPM/ConstitutiveModel/PlasticityModels: ArmstrongFrederickKinematicHardening.cc (new), ArmstrongFrederickKinematicHardening.h (new), BPSMeltTemp.cc (new), BPSMeltTemp.h (new), BeckerCheck.cc (new), BeckerCheck.h (new), ConstantCp.cc (+1 -1), ConstantCp.h (+1 -1), ConstantMeltTemp.cc (+1 -1), ConstantMeltTemp.h (+1 -1), ConstantShear.cc (new), ConstantShear.h (+1 -1), CopperCp.cc (+1 -1), CopperCp.h (+1 -1), CubicCp.cc (new), CubicCp.h (new), DamageModel.cc (+1 -1), DamageModel.h (new), DamageModelFactory.cc (+1 -1), DamageModelFactory.h (new), DefaultHypoElasticEOS.cc (new), DefaultHypoElasticEOS.h (+1 -1), DeformationState.h (+1 -1), DevStressModel.cc (new), DevStressModel.h (new), DevStressModelFactory.cc (+1 -1), DevStressModelFactory.h (+1 -1), DruckerBeckerCheck.cc (+1 -1), DruckerBeckerCheck.h (new), DruckerCheck.cc (+1 -1), DruckerCheck.h (new), FlowModel.cc (+1 -1), FlowModel.h (new), FlowStressModelFactory.cc (new), FlowStressModelFactory.h (new), GursonYield.cc (new), GursonYield.h (new), HancockMacKenzieDamage.cc (+1 -1), HancockMacKenzieDamage.h (new), HyperElasticEOS.cc (new), HyperElasticEOS.h (new), HypoElasticDevStress.cc (new), HypoElasticDevStress.h (new), HypoViscoElasticDevStress.cc (+1 -1), HypoViscoElasticDevStress.h (new), IsoHardeningFlow.cc (new), IsoHardeningFlow.h (+1 -1), JohnsonCookDamage.cc (+1 -1), JohnsonCookDamage.h (new), JohnsonCookFlow.cc (+1 -1), JohnsonCookFlow.h (new), KinematicHardeningModel.cc (new), KinematicHardeningModel.h (new), KinematicHardeningModelFactory.cc (new), KinematicHardeningModelFactory.h (new), LinearMeltTemp.cc (+1 -1), LinearMeltTemp.h (new), MPMEquationOfState.cc (+1 -1), MPMEquationOfState.h (+1 -1), MPMEquationOfStateFactory.cc (+1 -1), MPMEquationOfStateFactory.h (new), MTSFlow.cc (new), MTSFlow.h (new), MTSShear.cc (+1 -1), MTSShear.h (new), MeltingTempModel.cc (+1 -1), MeltingTempModel.h (new), MeltingTempModelFactory.cc (new), MeltingTempModelFactory.h (+1 -1), MieGruneisenEOS.cc (+1 -1), MieGruneisenEOS.h (new), MieGruneisenEOSEnergy.cc (new), MieGruneisenEOSEnergy.h (new), NPShear.cc (+1 -1), NPShear.h (new), NoKinematicHardening.cc (new), NoKinematicHardening.h (new), NoneCheck.cc (new), NoneCheck.h (new), NullDamage.cc (new), NullDamage.h (+1 -1), PTWFlow.cc (+1 -1), PTWFlow.h (new), PTWShear.cc (new), PTWShear.h (+1 -1), PlasticityState.cc (+1 -1), PlasticityState.h (new), PragerKinematicHardening.cc (new), PragerKinematicHardening.h (+1 -1), SCGFlow.cc (+1 -1), SCGFlow.h (new), SCGMeltTemp.cc (+1 -1), SCGMeltTemp.h (+1 -1), SCGShear.cc (new), SCGShear.h (+1 -1), ShearModulusModel.cc (new), ShearModulusModel.h (+1 -1), ShearModulusModelFactory.cc (+1 -1), ShearModulusModelFactory.h (new), SpecificHeatModel.cc (new), SpecificHeatModel.h (+1 -1), SpecificHeatModelFactory.cc (new), SpecificHeatModelFactory.h (+1 -1), StabilityCheck.cc (+1 -1), StabilityCheck.h (new), StabilityCheckFactory.cc (new), StabilityCheckFactory.h (+1 -1), SteelCp.cc (new), SteelCp.h (+1 -1), SuvicI.cc (+1 -1), SuvicI.h (+1 -1), ViscoPlasticityModel.cc (new), ViscoPlasticityModel.h (+1 -1), ViscoPlasticityModelFactory.cc (new), ViscoPlasticityModelFactory.h (new), VonMisesYield.cc (new), VonMisesYield.h (new), YieldCondition.cc (+1 -1), YieldCondition.h (new), YieldConditionFactory.cc (new), YieldConditionFactory.h (+1 -1), ZAFlow.cc (+1 -1), ZAFlow.h (new), ZAPolymerFlow.cc (new), ZAPolymerFlow.h (new), sub.mk (+1 -1)
Generated by StatSVN 0.7.0