/trunk/src Developers: sadeghirad

Login name:
sadeghirad
Total Commits:
111 (0.8%)
Lines of Code:
2,789 (1.1%)
Most Recent Commit:
2012-09-28 13:00
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for sadeghirad

Activity by Day of Week for sadeghirad

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 111 (100.0%) 2789 (100.0%) 25.1
CCA/Components/MPM/ConstitutiveModel/ 43 (38.7%) 2041 (73.2%) 47.4
CCA/Components/MPM/ 9 (8.1%) 231 (8.3%) 25.6
Core/Grid/ 19 (17.1%) 200 (7.2%) 10.5
CCA/Components/MPM/PhysicalBC/ 4 (3.6%) 116 (4.2%) 29.0
CCA/Components/MPM/ParticleCreator/ 6 (5.4%) 98 (3.5%) 16.3
Core/GeometryPiece/ 12 (10.8%) 44 (1.6%) 3.6
Core/Labels/ 3 (2.7%) 26 (0.9%) 8.6
CCA/Components/MPM/MMS/ 2 (1.8%) 15 (0.5%) 7.5
CCA/Components/MPM/ConstitutiveModel/Biswajit/ 4 (3.6%) 6 (0.2%) 1.5
CCA/Components/MPM/Crack/ 4 (3.6%) 5 (0.2%) 1.2
CCA/Components/MPM/Contact/ 3 (2.7%) 4 (0.1%) 1.3
CCA/Components/MPM/HeatConduction/ 1 (0.9%) 2 (0.1%) 2.0
CCA/Components/MPMICE/ 1 (0.9%) 1 (0.0%) 1.0

Activity of sadeghirad

Most Recent Commits

sadeghirad 2012-09-28 13:00 Rev.: 49300

committed updated source files and an input file regarding CBDI (conforming boundary domain interpolation)

356 lines of code changed in 11 files:

  • CCA/Components/MPM: ImpMPM.cc (+1 -1), MPMFlags.cc (+4), MPMFlags.h (+1), SerialMPM.cc (+163 -31)
  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+47 -1)
  • CCA/Components/MPM/PhysicalBC: MPMPhysicalBCFactory.cc (+3 -2), MPMPhysicalBCFactory.h (+2 -1), PressureBC.cc (+97 -1), PressureBC.h (+14 -1)
  • Core/Labels: MPMLabel.cc (+16), MPMLabel.h (+8)
sadeghirad 2012-08-07 14:06 Rev.: 49034

added the affine transformation to make particle distributions suitable for conforming CPDI simulations

63 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: MPMMaterial.cc (+8 -4)
  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+34 -2)
  • Core/GeometryPiece: GeometryObject.cc (+21 -2)
sadeghirad 2012-07-19 12:41 Rev.: 48966

modified cpdiInterpolator.cc based on Dr. Guilkey's comments

24 lines of code changed in 1 file:

  • Core/Grid: cpdiInterpolator.cc (+24 -24)
sadeghirad 2012-07-19 12:05 Rev.: 48965

changed cpdiInterpolator.cc to be consistent with the conforming CPDI formulation

98 lines of code changed in 1 file:

  • Core/Grid: cpdiInterpolator.cc (+98 -70)
sadeghirad 2012-07-08 17:25 Rev.: 48931

committes all the changes required to make possible to describe particle domains by (Matrix3 psize). Old implementations described particle domains by (Vector psize)

284 lines of code changed in 84 files:

  • CCA/Components/MPM: AMRMPM.cc (+11 -7), FractureMPM.cc (+9 -6), ImpMPM.cc (+10 -7), RigidMPM.cc (+4 -2), SerialMPM.cc (+28 -22)
  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+2 -1), CNH_MMS.cc (+1 -1), CompMooneyRivlin.cc (+2 -1), ConstitutiveModel.cc (+4 -4), ConstitutiveModel.h (+4 -4), Diamm.cc (+2 -1), ElasticPlasticHP.cc (+3 -3), HypoElastic.cc (+2 -1), HypoElasticFortran.cc (+2 -1), HypoElasticImplicit.cc (+2 -2), IdealGasMP.cc (+2 -1), JWLppMPM.cc (+1 -1), Kayenta.cc (+2 -1), MWViscoElastic.cc (+2 -1), Membrane.cc (+2 -1), MurnaghanMPM.cc (+1 -1), NonLocalDruckerPrager.cc (+2 -1), P_Alpha.cc (+2 -1), ProgramBurn.cc (+1 -1), ShellMaterial.cc (+8 -5), SoilFoam.cc (+2 -1), TransIsoHyper.cc (+1 -1), TransIsoHyperImplicit.cc (+2 -2), UCNH.cc (+3 -3), ViscoPlastic.cc (+3 -3), ViscoSCRAMHotSpot.cc (+2 -1), ViscoScram.cc (+2 -1), ViscoScramImplicit.cc (+2 -2), ViscoTransIsoHyper.cc (+1 -1), ViscoTransIsoHyperImplicit.cc (+2 -2), Water.cc (+2 -1)
  • CCA/Components/MPM/ConstitutiveModel/Biswajit: CamClay.cc (+1 -1), HyperelasticPlastic.cc (+3 -3), JWLppSolid.cc (new 1), SmallStrainPlastic.cc (+1 -1)
  • CCA/Components/MPM/Contact: ApproachContact.cc (+1 -1), FrictionContact.cc (+2 -2), SpecifiedBodyContact.cc (+1 -1)
  • CCA/Components/MPM/Crack: CrackPropagation.cc (+1 -1), FractureParametersCalculation.cc (+2 -2), MoveCracks.cc (+1 -1), UpdateCrackFront.cc (+1 -1)
  • CCA/Components/MPM/HeatConduction: HeatConduction.cc (+2 -2)
  • CCA/Components/MPM/MMS: MMS.cc (+12 -10), MMS.h (+3 -3)
  • CCA/Components/MPM/ParticleCreator: MembraneParticleCreator.cc (+4 -5), ParticleCreator.cc (+8 -7), ParticleCreator.h (+2 -1), ShellParticleCreator.cc (+3 -2)
  • CCA/Components/MPMICE: MPMICE.cc (+1 -1)
  • Core/GeometryPiece: CylinderShellPiece.cc (+4 -2), CylinderShellPiece.h (+1 -1), GUVSphereShellPiece.cc (+1 -1), GUVSphereShellPiece.h (+1 -1), PlaneShellPiece.cc (+4 -2), PlaneShellPiece.h (+1 -1), ShellGeometryPiece.h (+1 -1), SphereMembraneGeometryPiece.cc (+4 -2), SphereMembraneGeometryPiece.h (+1 -1), SphereShellPiece.cc (+4 -2), SphereShellPiece.h (+1 -1)
  • Core/Grid: BSplineInterpolator.cc (+3 -3), BSplineInterpolator.h (+3 -3), LinearInterpolator.cc (+3 -3), LinearInterpolator.h (+3 -3), Node27Interpolator.cc (+12 -12), Node27Interpolator.h (+3 -3), ParticleInterpolator.h (+3 -11), TOBSplineInterpolator.cc (+3 -3), TOBSplineInterpolator.h (+3 -3), axiCpdiInterpolator.cc (+3 -3), axiCpdiInterpolator.h (+3 -3), cpdiInterpolator.cc (+12 -12), cpdiInterpolator.h (+3 -3), fastAxiCpdiInterpolator.cc (+3 -3), fastAxiCpdiInterpolator.h (+3 -3), fastCpdiInterpolator.cc (+12 -12), fastCpdiInterpolator.h (+3 -3)
  • Core/Labels: MPMLabel.cc (+2 -2)
sadeghirad 2012-06-08 09:54 Rev.: 48846

Committed a cleaned version of Arenisca with detailed comments

1067 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+1067 -502)
sadeghirad 2012-05-31 15:39 Rev.: 48829

committing updated version of Arenisca including particle removing algorithm with fixed bug related to numerical cut-off

170 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+152 -385), Arenisca.h (+18)
sadeghirad 2012-04-17 11:23 Rev.: 48616

fixed a bug in Arenisca.cc related to rotation

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+7 -4)
sadeghirad 2012-04-12 13:09 Rev.: 48583

added subcycling for F to Arenisca

319 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+319 -40)
sadeghirad 2012-03-23 10:19 Rev.: 48431

modified a tiny bug in Arenisca.cc

10 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+10 -10)
sadeghirad 2012-03-22 16:44 Rev.: 48424

updated Arenisca: improved its upper limit for kappa

65 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+63 -24), Arenisca.h (+2)
sadeghirad 2012-03-15 11:00 Rev.: 48398

A version of Arenisca which passes verification tests and works for penetration sim with considering cap function

145 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+144 -61), Arenisca.h (+1)
sadeghirad 2012-02-03 15:27 Rev.: 48187

added a modified version of Arenisca. It completed the penetration simulation considering the cap function.

181 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (+181 -79)
Generated by StatSVN 0.7.0