/trunk/src Developers: jbhooper

Login name:
jbhooper
Total Commits:
26 (0.3%)
Lines of Code:
2,734 (2.9%)
Most Recent Commit:
2019-10-18 14:05
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jbhooper

Activity by Day of Week for jbhooper

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 26 (100.0%) 2734 (100.0%) 105.1
CCA/Components/MPM/Materials/ConstitutiveModel/ViscoElastic/ 7 (26.9%) 1777 (65.0%) 253.8
Core/GeometryPiece/ 7 (26.9%) 482 (17.6%) 68.8
Core/Geometry/ 2 (7.7%) 457 (16.7%) 228.5
CCA/Components/MPM/Materials/ConstitutiveModel/ 6 (23.1%) 17 (0.6%) 2.8
Core/Math/ 2 (7.7%) 1 (0.0%) 0.5
CCA/Components/MPM/Materials/ConstitutiveModel/PlasticityModels/ 2 (7.7%) 0 (0.0%) 0.0

Activity of jbhooper

Most Recent Commits

jbhooper 2019-10-18 14:05 Rev.: 59722

Suppress warnings and ensure the right abs() function is used.

0 lines of code changed in 2 files:

  • Core/GeometryPiece: ConvexPolyhedronGeometryPiece.cc (changed)
jbhooper 2019-10-08 12:13 Rev.: 59685

Implement convex polyhedrons as a geometry object. A polyhedron is defined by either a center and a number of offsets to nearby surface planes (good for platonic solids) or a center and a number of bounding half-spaces. No checks are made to ensure that the polyhedra are properly capped if they run into an enclosing CSG edge, but they are otherwise set up to be used in CSG.

940 lines of code changed in 9 files:

  • Core/Geometry: PolyPlane.cc (new 370), PolyPlane.h (new 87)
  • Core/GeometryPiece: ConvexPolyhedronGeometryPiece.cc (+374), ConvexPolyhedronGeometryPiece.h (new 102), GeometryPieceFactory.cc (+4), sub.mk (new)
  • Core/Math: sub.mk (new)
jbhooper 2019-08-13 12:51 Rev.: 59594

Add in a couple of basic, generalized viscoelastic material models for MPM.

1794 lines of code changed in 9 files:

  • CCA/Components/MPM/Materials/ConstitutiveModel: ConstitutiveModelFactory.cc (+15), sub.mk (+2 -1)
  • CCA/Components/MPM/Materials/ConstitutiveModel/ViscoElastic: KelvinVoigt.cc (new 347), KelvinVoigt.h (new 117), KelvinVoigt_NewHypo.cc (new 328), KelvinVoigt_NewHypo.h (new 117), MaxwellWeichert.cc (new 685), MaxwellWeichert.h (new 147), sub.mk (new 36)
jbhooper 2019-05-20 10:16 Rev.: 59410

Update ElasticPlasticHP constitutive model and JohnsonCookDamage model to accurately track particle localization.

0 lines of code changed in 6 files:

  • CCA/Components/MPM/Materials/ConstitutiveModel: ElasticPlasticHP.cc (changed), ElasticPlasticHP.h (new)
  • CCA/Components/MPM/Materials/ConstitutiveModel/PlasticityModels: JohnsonCookDamage.cc (new)
Generated by StatSVN 0.7.0