/trunk/src Developers: kuzimmer

Login name:
kuzimmer
Total Commits:
89 (1.8%)
Lines of Code:
1834 (2.4%)
Most Recent Commit:
2007-11-09 17:02

Activity by Clock Time

Activity by Hour of Day for kuzimmer

Activity by Day of Week for kuzimmer

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 89 (100.0%) 1834 (100.0%) 20.6
Packages/Uintah/StandAlone/ 1 (1.1%) 615 (33.5%) 615.0
Core/Geom/ 6 (6.7%) 346 (18.9%) 57.6
Dataflow/Modules/Render/ 8 (9.0%) 239 (13.0%) 29.8
Packages/Uintah/Dataflow/Modules/Selectors/ 13 (14.6%) 188 (10.3%) 14.4
Packages/Uintah/Dataflow/Modules/Visualization/ 9 (10.1%) 97 (5.3%) 10.7
Dataflow/Modules/Visualization/ 8 (9.0%) 97 (5.3%) 12.1
Packages/Uintah/Dataflow/Modules/Operators/ 11 (12.4%) 60 (3.3%) 5.4
Core/GUI/ 4 (4.5%) 56 (3.1%) 14.0
Packages/Uintah/Core/DataArchive/ 6 (6.7%) 51 (2.8%) 8.5
Dataflow/GUI/ 4 (4.5%) 41 (2.2%) 10.2
Packages/Uintah/Dataflow/GUI/ 9 (10.1%) 40 (2.2%) 4.4
Packages/Uintah/Dataflow/XML/ 2 (2.2%) 4 (0.2%) 2.0
Packages/Uintah/Dataflow/Modules/Operators/MMS/ 2 (2.2%) 0 (0.0%) 0.0
Packages/Uintah/Core/Grid/Variables/ 2 (2.2%) 0 (0.0%) 0.0
Dataflow/Comm/ 2 (2.2%) 0 (0.0%) 0.0
Core/Volume/ 2 (2.2%) 0 (0.0%) 0.0

Activity of kuzimmer

Most Recent Commits

kuzimmer 2007-11-09 17:02 Rev.: 39357

Add the ability to view patches and grid cells along an axis aligned slice

0 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/GUI: PatchVisualizer.tcl (new)
  • Packages/Uintah/Dataflow/Modules/Visualization: PatchVisualizer.cc (new)
kuzimmer 2007-10-30 15:45 Rev.: 39186

make graphs resize with window.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: VariablePlotter.tcl (changed)
kuzimmer 2007-10-15 16:09 Rev.: 39009

make the expand() function expand for particle counts larger than minAmount.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Grid/Variables: ParticleSubset.cc (changed)
kuzimmer 2007-10-13 10:31 Rev.: 38993

Forgot to check this in with the clipping plane changes, added new message type.

0 lines of code changed in 2 files:

  • Dataflow/Comm: MessageTypes.h (new)
kuzimmer 2007-10-12 20:36 Rev.: 38992

Modified the clipping planes again, added a clipframe, which outlines the clipping plane and includes a translucent polygon so that you can see the location of the clipping planes with respect to the data. The clip frame can be turned on and off via a check button in the Clipping Planes popup window.

590 lines of code changed in 16 files:

  • Core/GUI: PointVector.tcl (+4 -4)
  • Core/Geom: GeomOpenGL.cc (+52), ViewWindowClipFrame.cc (new 197), ViewWindowClipFrame.h (new 95), sub.mk (new)
  • Dataflow/GUI: Viewer.tcl (+33 -5)
  • Dataflow/Modules/Render: ViewWindow.cc (+124 -14), ViewWindow.h (+14 -3), Viewer.cc (+60 -11), Viewer.h (new)
kuzimmer 2007-10-03 16:22 Rev.: 38887

added 'Transparent' tag so that transparent lines are rendered last

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: GridVisualizer.cc (new)
kuzimmer 2007-10-01 10:35 Rev.: 38855

made the slider scale for all domains by initializing the Plane in point/normal form.

15 lines of code changed in 3 files:

  • Core/GUI: PointVector.tcl (+1 -1)
  • Dataflow/GUI: Viewer.tcl (+2 -1)
  • Dataflow/Modules/Render: ViewWindow.cc (+12 -10)
kuzimmer 2007-09-30 11:49 Rev.: 38851

Tweaked the clipping plane interface. No more expscale, Yes! Now only positive normals are specified. Added a reverse normal button. The bounding box of geom objects is used to determine the scale and extent of plane movement.

77 lines of code changed in 3 files:

  • Core/GUI: PointVector.tcl (+51 -45)
  • Dataflow/GUI: Viewer.tcl (+6 -1)
  • Dataflow/Modules/Render: ViewWindow.cc (+20 -2)
kuzimmer 2007-09-20 16:12 Rev.: 38782

Bug fix: if no particles existed for a particular material on a particular patch, the code would fail to check the remaining materials.

10 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+10 -2)
kuzimmer 2007-07-26 17:14 Rev.: 38193

if variables are found, but the particle set size is zero, then don't bother sending the particles.

15 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+15 -5)
kuzimmer 2007-07-19 19:33 Rev.: 38154

Don't send any particlefields if no variables were found.

7 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+7 -3)
kuzimmer 2007-06-18 18:41 Rev.: 37834

for the time being, get rid of multi-threading while reading particles

15 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+15 -15)
kuzimmer 2007-05-25 15:09 Rev.: 37658

allow a list of 'selected materials' to be stored in the srn file.

35 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (+35 -7)
kuzimmer 2007-05-08 18:48 Rev.: 37519

make the ParticleFieldExtractor multi-threaded again after the changes made to the DataArchive.

17 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+17 -17)
kuzimmer 2007-05-08 18:46 Rev.: 37518

Put mutex locks around the calls to getTimeData() in the query functions to hopefully eliminate the race conditions in multi-threaded code

15 lines of code changed in 1 file:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+15 -4)
kuzimmer 2007-05-08 00:03 Rev.: 37511

Temporarily make single threaded until I can figure out why there is data corruption in the multi-threaded version

17 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+17 -17)
kuzimmer 2007-05-01 09:30 Rev.: 37460

Temporary fix for the crashes that were occurring when trying to graph a particle over time. Temporary, because we need to confirm that a particular particle cannot change levels over time. If it can, then this fix will break.

48 lines of code changed in 5 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+6 -5), DataArchive.h (+4 -3)
  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (+1 -1)
  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+36 -29), ParticleFieldExtractor.h (+1 -1)
kuzimmer 2007-04-27 00:11 Rev.: 37441

Add the ability to color patches according to processor number.

56 lines of code changed in 4 files:

  • Packages/Uintah/Core/DataArchive: DataArchive.cc (+16 -1), DataArchive.h (+7 -1)
  • Packages/Uintah/Dataflow/GUI: PatchVisualizer.tcl (+4)
  • Packages/Uintah/Dataflow/Modules/Visualization: PatchVisualizer.cc (+29 -22)
kuzimmer 2007-04-26 13:01 Rev.: 37425

add a transform to allow the patches to be shifted.

54 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: PatchVisualizer.cc (+50 -15)
  • Packages/Uintah/Dataflow/XML: PatchVisualizer.xml (+4)
kuzimmer 2007-04-24 15:47 Rev.: 37402

update uda2nrrd so that AMR levels can be combined into a single nrrd

615 lines of code changed in 1 file:

  • Packages/Uintah/StandAlone: uda2nrrd.cc (+615 -89)

(5 more)

Generated by StatSVN 0.4.0