/trunk/src Developers: guilkey

Login name:
guilkey
Total Commits:
221 (1.0%)
Lines of Code:
9982 (2.5%)
Most Recent Commit:
2006-12-21 12:56

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 221 (100.0%) 9982 (100.0%) 45.1
Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/ 60 (27.1%) 4738 (47.5%) 78.9
Packages/Uintah/CCA/Components/MPM/ 72 (32.6%) 3772 (37.8%) 52.3
Packages/Uintah/CCA/Components/MPMICE/ 16 (7.2%) 535 (5.4%) 33.4
Packages/Uintah/StandAlone/ 3 (1.4%) 411 (4.1%) 137.0
Packages/Uintah/CCA/Components/ICE/ 15 (6.8%) 204 (2.0%) 13.6
Packages/Uintah/Core/Grid/ 13 (5.9%) 103 (1.0%) 7.9
Packages/Uintah/CCA/Components/MPM/HeatConduction/ 2 (0.9%) 69 (0.7%) 34.5
Packages/Uintah/CCA/Components/Schedulers/ 5 (2.3%) 67 (0.7%) 13.4
Packages/Uintah/CCA/Components/MPM/ThermalContact/ 5 (2.3%) 32 (0.3%) 6.4
Packages/Uintah/Core/Grid/Variables/ 2 (0.9%) 22 (0.2%) 11.0
Packages/Uintah/Core/Labels/ 8 (3.6%) 18 (0.2%) 2.2
Packages/Uintah/CCA/Components/SimulationController/ 1 (0.5%) 3 (0.0%) 3.0
Packages/Uintah/CCA/Components/Parent/ 2 (0.9%) 3 (0.0%) 1.5
Packages/Uintah/CCA/Components/Models/HEChem/ 1 (0.5%) 3 (0.0%) 3.0
Packages/Uintah/CCA/Components/DataArchiver/ 1 (0.5%) 1 (0.0%) 1.0
Core/Containers/ 1 (0.5%) 1 (0.0%) 1.0
Packages/Uintah/CCA/Ports/ 2 (0.9%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/Models/Radiation/ 2 (0.9%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/ParticleCreator/ 2 (0.9%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/MPM/Contact/ 4 (1.8%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/Arches/Radiation/ 2 (0.9%) 0 (0.0%) 0.0
Packages/Uintah/CCA/Components/Arches/ 2 (0.9%) 0 (0.0%) 0.0

Activity of guilkey

Most Recent Commits

guilkey 2006-12-21 12:56 Rev.: 36249

Aargh, forgot to commit this with the LinearInterpolator files. So much
for my atomic commit.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid: ParticleInterpolator.h (new)
guilkey 2006-12-21 12:30 Rev.: 36248

Don't need shape function derivatives in interpolateToParticlesAndUpdate.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: SerialMPM.cc (new)
guilkey 2006-12-21 12:29 Rev.: 36247

include Stencil7 and NCVariable.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid: LinearInterpolator.h (changed)
guilkey 2006-12-21 11:45 Rev.: 36246

Added a new version of findCellAndWeights to LinearInterpolator, now used
in AMRMPM.cc. Seems to work on a single level, not tested on multiple levels
yet.

166 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+67 -27)
  • Packages/Uintah/Core/Grid: LinearInterpolator.cc (+64), LinearInterpolator.h (+35 -2)
guilkey 2006-12-18 14:55 Rev.: 36189

Fixed some bugs in the zone of influence code.

28 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+28 -7)
guilkey 2006-12-18 12:19 Rev.: 36187

Added g.zoi label

0 lines of code changed in 4 files:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (new), MPMLabel.h (changed)
guilkey 2006-12-18 11:18 Rev.: 36186

Add zone of influence stuff.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.h (+11)
guilkey 2006-12-15 20:01 Rev.: 36178

Added a task to compute the "zone of influence" of each node. This is
currently done every timestep, but needs to be changed to only happen
at regrid time.

151 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+151)
guilkey 2006-12-15 16:13 Rev.: 36169

Getting particle data from coarser and finer patches for
interpolateParticlesToGrid. Pushing data from all particles
to grid, although not quite yet in the correct way.

79 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+79 -117)
guilkey 2006-12-14 14:46 Rev.: 36136

Now getting data from coarser and finer levels for use in
interpolateParticlesToGrid. Collection of data from the finer
level needs to be optimized.

131 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+131 -21)
guilkey 2006-12-12 20:56 Rev.: 36104

Bring another version of getParticleSubset from the ODDW into the DW so that
it can be accessed from AMRMPM.

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Schedulers: OnDemandDataWarehouse.h (changed)
  • Packages/Uintah/CCA/Ports: DataWarehouse.h (new)
guilkey 2006-12-12 14:33 Rev.: 36095

Two more babysteps toward AMR-MPM. 1. scheduleTimeAdvance is split into
several loops over all levels with considerations of data dependencies across
levels taken into account. 2. Collecting data from coarser and finer
levels for use in interpolateToParticlesAndUpdate.

112 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+112 -19)
guilkey 2006-12-12 14:19 Rev.: 36094

Added getCoarseLevelRangeNodes.

0 lines of code changed in 4 files:

  • Packages/Uintah/Core/Grid: AMR.cc (changed), AMR.h (new)
guilkey 2006-12-06 15:24 Rev.: 36012

Add StrainEnergy type to the outputProblemSpec

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ViscoTransIsoHyperImplicit.cc (changed)
guilkey 2006-11-27 21:06 Rev.: 35916

Baby steps towards moving particles to a finer level if one exists, or a
coarser level if they run off the edge of the current level. They are
at least now in the correct sets (refineset, coarsenset) but I have no
idea what to do next.

53 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Schedulers: Relocate.cc (+53 -6)
guilkey 2006-11-27 20:00 Rev.: 35915

Only create particles on the finest level at a given point in space.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (changed)
guilkey 2006-11-16 19:51 Rev.: 35873

Created a stripped down version of SerialMPM to be a place to start working
on implementing AMR within Uintah's MPM. Also, fixed a few small issues
in SerialMPM discovered as part of this process.

2124 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+1777), AMRMPM.h (+340), SerialMPM.cc (+4 -1)
  • Packages/Uintah/CCA/Components/Parent: ComponentFactory.cc (+3)
guilkey 2006-11-15 14:06 Rev.: 35859

Added some commented out option for use with super_lu.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (new)
guilkey 2006-11-15 14:00 Rev.: 35858

Stupid formatting change.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: CompNeoHookImplicit.cc (changed)
guilkey 2006-11-09 17:22 Rev.: 35835

Adding a material model for a Newtonian liquid.

495 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ConstitutiveModel: ConstitutiveModelFactory.cc (new), Water.cc (new 374), Water.h (new 121), sub.mk (new)

(78 more)

Generated by StatSVN 0.4.0