/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
178 (1.9%)
Lines of Code:
4811 (4.3%)
Most Recent Commit:
2011-12-21 14:19

Activity by Clock Time

Activity by Hour of Day for guilkey

Activity by Day of Week for guilkey

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 178 (100.0%) 4811 (100.0%) 27.0
CCA/Components/MPM/CylGen/ 10 (5.6%) 1868 (38.8%) 186.8
CCA/Components/MPM/ConstitutiveModel/ 62 (34.8%) 1537 (31.9%) 24.7
Core/GeometryPiece/ 14 (7.9%) 397 (8.3%) 28.3
CCA/Components/ICE/EOS/ 9 (5.1%) 326 (6.8%) 36.2
CCA/Components/MPM/ 13 (7.3%) 234 (4.9%) 18.0
CCA/Components/MPM/Contact/ 11 (6.2%) 182 (3.8%) 16.5
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ 17 (9.6%) 113 (2.3%) 6.6
CCA/Components/ICE/ 14 (7.9%) 58 (1.2%) 4.1
Core/Math/ 3 (1.7%) 56 (1.2%) 18.6
CCA/Components/MPMICE/ 4 (2.2%) 13 (0.3%) 3.2
CCA/Components/MPM/PhysicalBC/ 2 (1.1%) 12 (0.2%) 6.0
StandAlone/tools/extractors/ 2 (1.1%) 7 (0.1%) 3.5
CCA/Components/MPM/ConstitutiveModel/fortran/ 6 (3.4%) 6 (0.1%) 1.0
CCA/Components/MPM/HeatConduction/ 1 (0.6%) 2 (0.0%) 2.0
StandAlone/tools/puda/ 6 (3.4%) 0 (0.0%) 0.0
R_Tester/ 2 (1.1%) 0 (0.0%) 0.0
CCA/Components/MPM/CohesiveZone/ 2 (1.1%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2011-12-21 14:19 Rev.: 48039

Modification so the RT will run. The problem, allocateAndPutting a variable
that wasn't computed. I thought we used to issue errors or warnings about
that?

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (changed)
guilkey 2011-12-20 18:15 Rev.: 48033

Add the option to apply contact in a direction that is normal to the surface
of an arbitrarily oriented rigid body.

To use, along with "rigid" or "specified" or "specified_velocity" (all
different names for the same model) include:

<normal_only>true</normal_only>

in the contact section of the input file. This flag is false by default.
When set to true, the <direction> tag will be ignored.

127 lines of code changed in 3 files:

  • CCA/Components/MPM/Contact: SpecifiedBodyContact.cc (+124 -12), SpecifiedBodyContact.h (new)
guilkey 2011-12-20 14:13 Rev.: 48031

Tidying and a bit of code rearranging. Might help performance a wee bit,
will help readability at least as much.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/Contact: FrictionContact.cc (changed)
guilkey 2011-11-29 16:15 Rev.: 47888

Change:

Rotation_tang = Rotationz*Rotationy*Rotationz;

to:

Rotation_tang = Rotationz*Rotationy*Rotationx;

0 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (new)
guilkey 2011-11-09 10:54 Rev.: 47795

Fix compiler warnings.

0 lines of code changed in 6 files:

  • StandAlone/tools/puda: AA_MMS.cc (changed), ER_MMS.cc (new), GV_MMS.cc (changed)
guilkey 2011-10-20 23:12 Rev.: 47755

Fix a few scheduling deficiencies that only showed up when trying to use the
model in a multi-level simulation.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: ProgramBurn.cc (new)
guilkey 2011-10-20 16:19 Rev.: 47754

Fix water model so that it doesn't look like ice divided into cubes at patch
boundaries. Reformatting of Water and CompMooneyRivlin to make them easier to
compare with each other and thus find this error.

0 lines of code changed in 4 files:

  • CCA/Components/MPM/ConstitutiveModel: CompMooneyRivlin.cc (new), Water.cc (changed)
guilkey 2011-10-19 20:14 Rev.: 47751

Fix a warning.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Diamm.cc (new)
guilkey 2011-10-19 17:56 Rev.: 47749

Populate computeStableTimestep and friends to allow a multilevel MPM problem
to be run.

0 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (changed)
guilkey 2011-10-11 16:04 Rev.: 47702

Change the axes about which the differently oriented torii are rotated.

0 lines of code changed in 2 files:

  • Core/GeometryPiece: TorusGeometryPiece.cc (changed)
guilkey 2011-09-30 11:49 Rev.: 47664

Added ability to rotate the axis of the torus about one other axis. Still not
totally general, but as close as I need it for now.

26 lines of code changed in 3 files:

  • Core/GeometryPiece: TorusGeometryPiece.cc (+23 -5), TorusGeometryPiece.h (+3 -1)
guilkey 2011-09-29 18:15 Rev.: 47660

Allow user to choose the axis around which the donut sits. Still requires
alignment with the x, y or z axes.

47 lines of code changed in 2 files:

  • Core/GeometryPiece: TorusGeometryPiece.cc (+42 -15), TorusGeometryPiece.h (+5 -1)
guilkey 2011-09-28 15:12 Rev.: 47651

Adding a torus geometry piece. At this point, the major axis of the torus
is aligned with the z-axis. Will generalize as the need arises.

311 lines of code changed in 6 files:

  • Core/GeometryPiece: GeometryPieceFactory.cc (new), TorusGeometryPiece.cc (+147), TorusGeometryPiece.h (+159), sub.mk (new)
guilkey 2011-09-08 18:32 Rev.: 47565

Now compute alpha0 from the specified material density and the density of
the fully densified material, rhoS. Also fix a discontinuity in the
unloading pressure.

20 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: P_Alpha.cc (+20 -11)
guilkey 2011-08-27 12:35 Rev.: 47524

Set symmetry boundary conditions on the interpolated velocity AFTER applying contact.
This will probably change some answers (for the better!) in the RT.

9 lines of code changed in 1 file:

  • CCA/Components/MPM/Contact: SingleVelContact.cc (+9 -1)
guilkey 2011-08-18 13:22 Rev.: 47485

Fix a small bug in the pressure BCs. Now, a <res> tag must be included when
specifying an axisymmetric cylinder end in order to get the area of those
particles correct.

13 lines of code changed in 3 files:

  • CCA/Components/MPM: SerialMPM.cc (+1 -3)
  • CCA/Components/MPM/PhysicalBC: PressureBC.cc (+11 -2), PressureBC.h (+1)
guilkey 2011-08-17 16:07 Rev.: 47480

Cleaning up the applyExternalForce code in the process of trying to find a bug.

40 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+40 -58)
guilkey 2011-08-17 12:49 Rev.: 47476

Fixed two typos that resulted in compiler errors.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+2 -3)
guilkey 2011-08-17 12:27 Rev.: 47475

Add the option to use cpGIMP at runtime. This option should be used with
caution, and is not likely to perform well in problems involving signficant
rotation.

77 lines of code changed in 2 files:

  • CCA/Components/MPM: MPMFlags.cc (+5 -1), SerialMPM.cc (+72 -59)
guilkey 2011-08-16 18:35 Rev.: 47469

Fixing a minor mistake in previous commit.

10 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Kayenta.cc (+10 -10)

(69 more)

Generated by StatSVN 0.4.0