/trunk/src Developers: kuzimmer

Login name:
kuzimmer
Total Commits:
244 (1.0%)
Lines of Code:
7893 (1.0%)
Most Recent Commit:
2005-12-21 16:39

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 244 (100.0%) 7893 (100.0%) 32.3
Core/Volume/ 16 (6.6%) 2644 (33.5%) 165.2
Packages/Uintah/Dataflow/Modules/Operators/ 77 (31.6%) 1554 (19.7%) 20.1
Packages/Uintah/Dataflow/Modules/Selectors/ 32 (13.1%) 1534 (19.4%) 47.9
Packages/Uintah/Dataflow/Modules/Visualization/ 38 (15.6%) 842 (10.7%) 22.1
Dataflow/GUI/ 15 (6.1%) 320 (4.1%) 21.3
Dataflow/Modules/Visualization/ 11 (4.5%) 312 (4.0%) 28.3
Packages/Uintah/nets/ 1 (0.4%) 173 (2.2%) 173.0
Packages/Uintah/Dataflow/GUI/ 11 (4.5%) 172 (2.2%) 15.6
Subnets/ 3 (1.2%) 73 (0.9%) 24.3
Packages/Uintah/Core/Grid/Variables/ 8 (3.3%) 73 (0.9%) 9.1
Packages/Uintah/Core/Grid/ 7 (2.9%) 57 (0.7%) 8.1
Core/Geom/ 6 (2.5%) 48 (0.6%) 8.0
Dataflow/Modules/Fields/ 3 (1.2%) 44 (0.6%) 14.6
Dataflow/Modules/Render/ 1 (0.4%) 16 (0.2%) 16.0
Core/Algorithms/Visualization/ 1 (0.4%) 10 (0.1%) 10.0
Packages/Uintah/Core/Disclosure/ 5 (2.0%) 9 (0.1%) 1.8
Core/Datatypes/ 1 (0.4%) 6 (0.1%) 6.0
Packages/Uintah/Core/Datatypes/ 4 (1.6%) 4 (0.1%) 1.0
/ 1 (0.4%) 2 (0.0%) 2.0
Packages/Uintah/StandAlone/ 2 (0.8%) 0 (0.0%) 0.0
Packages/Uintah/Dataflow/XML/ 1 (0.4%) 0 (0.0%) 0.0

Activity of kuzimmer

Most Recent Commits

kuzimmer 2005-12-21 16:39 Rev.: 32914

include file re-ordering and clean-up

0 lines of code changed in 52 files:

  • Packages/Uintah/Dataflow/Modules/Operators: EigenEvaluator.cc (new), OperatorThread.h (changed), ScalarFieldAverage.cc (new), ScalarFieldBinaryOperator.cc (new), ScalarFieldBinaryOperator.h (changed), ScalarFieldNormalize.cc (new), ScalarFieldOperator.cc (new), ScalarFieldOperator.h (new), ScalarMinMax.cc (changed), ScalarMinMax.h (new), Schlieren.cc (changed), Schlieren.h (changed), TensorFieldOperator.cc (changed), TensorFieldOperator.h (changed), VectorFieldOperator.cc (changed), VectorFieldOperator.h (new)
  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (new), FieldExtractor.h (new), PatchToField.h (new)
  • Packages/Uintah/Dataflow/Modules/Visualization: AnimatedStreams.cc (new), AnimatedStreams.h (new), FaceCuttingPlane.cc (changed), FaceCuttingPlane.h (new), NodeHedgehog.cc (changed), SubFieldHistogram.cc (new), SubFieldHistogram.h (changed)
kuzimmer 2005-12-16 13:14 Rev.: 32882

more print statement cleanup

0 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (new)
  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (changed)
kuzimmer 2005-12-16 13:01 Rev.: 32881

removed log scale plotting when graphing picked variable as it causes useless graphs to be generated. More print statement clean-up.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (new)
kuzimmer 2005-12-16 12:39 Rev.: 32880

Update Particle picking to make it more in line with grid sampling in the GridVisualizer. Clean up some code and comment out print statements.

217 lines of code changed in 5 files:

  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (+164 -9)
  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+43 -36), ParticleFieldExtractor.h (+3 -2)
  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (+7 -5)
kuzimmer 2005-12-13 15:37 Rev.: 32830

removed pre_draw and post_draw from the GeomEllipsoid::draw routine. These are handled appropriately in GeomSphere::draw which is called by GeomEllipsoid::draw. Furthermore the nested pre_draws were causing picking to fail by returning bogus addresses for the picked objects. Picking will now work for ellipsoids that are members of a GeomPick.

0 lines of code changed in 2 files:

  • Core/Geom: GeomOpenGL.cc (changed)
kuzimmer 2005-12-12 19:13 Rev.: 32816

post_draw was not called in GeomEllipsoid, this caused the glNameStack to overflow when trying to use picking on large sets of ellipsoids

1 lines of code changed in 1 file:

  • Core/Geom: GeomOpenGL.cc (+1)
kuzimmer 2005-12-08 17:29 Rev.: 32771

Added functionality to SamplePlane for LatVolMesh based data. Position slider steps along the plane indices, index entry allows you to enter the index where you want your plane positioned. Switching from 'auto' mode to 'manual' mode restores the old positioning functionality.

0 lines of code changed in 4 files:

  • Dataflow/GUI: SamplePlane.tcl (new)
  • Dataflow/Modules/Fields: SamplePlane.cc (new)
kuzimmer 2005-11-17 11:14 Rev.: 32570

remove CuttingPlane.cc

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: sub.mk (new)
kuzimmer 2005-11-17 11:12 Rev.: 32569

remove CuttingPlane.tcl

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: sub.mk (new)
kuzimmer 2005-11-15 15:13 Rev.: 32557

Remove RescaleColorMap from the subnet

0 lines of code changed in 2 files:

  • Subnets: ConstantBasisSamplePlane.net (new)
kuzimmer 2005-11-15 14:08 Rev.: 32552

A sample plane subnet that provides functionality similar to the now extinct CuttingPlane retired years ago in the main trunk, but only recently in the Uintah package. The rendering options are saved to target constant basis fields

73 lines of code changed in 1 file:

  • Subnets: ConstantBasisSamplePlane.net (+73)
kuzimmer 2005-11-15 14:04 Rev.: 32551

Remove CuttingPlane, use several modules in a subnet instead

0 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/GUI: CuttingPlane.tcl (del)
  • Packages/Uintah/Dataflow/Modules/Visualization: CuttingPlane.cc (del), CuttingPlane.h (del)
  • Packages/Uintah/Dataflow/XML: CuttingPlane.xml (del)
kuzimmer 2005-11-14 14:50 Rev.: 32540

removed the get_type_name calls

69 lines of code changed in 11 files:

  • Packages/Uintah/Core/Datatypes: GLAnimatedStreams.cc (+4 -3)
  • Packages/Uintah/Dataflow/Modules/Operators: EigenEvaluator.cc (+4 -1), ScalarFieldAverage.cc (+2 -2), TensorFieldOperator.cc (+4 -3)
  • Packages/Uintah/Dataflow/Modules/Visualization: FaceCuttingPlane.cc (+2 -2), FaceCuttingPlane.h (+4 -1), Hedgehog.cc (new), NodeHedgehog.cc (+2 -3), SubFieldHistogram.cc (+5 -6)
kuzimmer 2005-11-03 13:02 Rev.: 32424

Added dynamic compilation and fix for HOB fields

12 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: FaceCuttingPlane.cc (+8 -8), FaceCuttingPlane.h (+4 -3)
kuzimmer 2005-11-02 15:45 Rev.: 32416

removed debugging printouts.

11 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldNormalize.cc (+11 -8)
kuzimmer 2005-11-02 14:40 Rev.: 32413

removed debugging printouts.

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Operators: TensorFieldOperator.cc (-3)
kuzimmer 2005-11-02 14:38 Rev.: 32412

More required changes for HOB fields.

59 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Operators: TensorFieldOperator.cc (+12 -3), TensorFieldOperator.h (+47 -30)
kuzimmer 2005-10-31 22:46 Rev.: 32381

Made these work with HOB fields

31 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Operators: Schlieren.cc (+1 -1), Schlieren.h (+13 -12), VectorFieldOperator.cc (+5 -5), VectorFieldOperator.h (+12 -13)
kuzimmer 2005-10-31 16:53 Rev.: 32378

These modules appear to be working with the new HOB Field structure, please report any problems.

44 lines of code changed in 9 files:

  • Packages/Uintah/Dataflow/Modules/Operators: ScalarFieldAverage.cc (+4 -2), ScalarFieldAverage.h (new), ScalarFieldBinaryOperator.cc (+5 -3), ScalarFieldBinaryOperator.h (+23 -24), ScalarMinMax.h (+1 -1)
  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (-2), FieldExtractor.h (-1)
  • Packages/Uintah/Dataflow/Modules/Visualization: NodeHedgehog.cc (+4 -4)
kuzimmer 2005-10-25 11:44 Rev.: 32298

Good news: dynamic compilation is working, can extract single level datasets. Bad news: multi-level datasets still broken.

273 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+88 -139), FieldExtractor.h (+185 -100), PatchToField.h (-1)

(43 more)

Generated by StatSVN 0.4.0