Directory Packages/Uintah/Dataflow/Modules/Visualization/

Total Files:
8
Deleted Files:
0
Lines of Code:
4184

[root]/Packages/Uintah/Dataflow/Modules/Visualization

Lines of Code

Packages/Uintah/Dataflow/Modules/Visualization/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 279 (100.0%) 12.1
worthen 9 (39.1%) 109 (39.1%) 12.1
kuzimmer 9 (39.1%) 97 (34.8%) 10.7
dav 4 (17.4%) 72 (25.8%) 18.0
luitjens 1 (4.3%) 1 (0.4%) 1.0

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 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: PatchVisualizer.cc (new)
worthen 2007-11-09 13:26 Rev.: 39347

Mirror code to Uintah branch (in the case of ICE and SimpleCFD, remove the SCIRun:: for Min and Max, and use the entire namespace. Yes, I know that's taboo in header files, but otherwise it conflicts on the definition of Min and Max).

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: NodeHedgehog.cc (changed)
dav 2007-11-08 16:25 Rev.: 39327

Use the SCIRun 1.25 classes, not the 3.1 version... Compiles... haven't tested.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: UTextureBuilder.cc (new)
worthen 2007-11-08 12:58 Rev.: 39318

Tweaks (that don't really affect this trunk) that help Uintah branch merges operate much more smoothly.

103 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: UTextureBuilder.cc (+103 -103)
worthen 2007-10-04 00:15 Rev.: 38891

Remove ParticleSet for variety of reasons, which basically sums up to:
it was just an overglorified wrapper around an int that wasn't always updated and posed a maintenance nightmare.

Change interface to ParticleSubset creation: remove the 'fill' and 'hint' parameters. IMO, they were confusing as to what size the PS ended up being.

2 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (+2 -3)
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)
dav 2007-10-03 15:26 Rev.: 38884

Added grid line alpha so grid lines can be transparent. Use GeomTranspLines. Cleaned up code/formatting a little.

61 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: GridVisualizer.cc (+61 -55)
dav 2007-10-03 15:23 Rev.: 38883

Update module's progress meter. Added some comments. Cleaned up code a litte.

11 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: ParticleVis.cc (+11 -8)
luitjens 2007-06-11 12:13 Rev.: 37755

Fix a few scirun things --bryan

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: PatchVisualizer.cc (+1 -2)
kuzimmer 2007-04-27 00:11 Rev.: 37441

Add the ability to color patches according to processor number.

29 lines of code changed in 1 file:

  • 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.

50 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Visualization: PatchVisualizer.cc (+50 -15)
worthen 2007-04-04 13:10 Rev.: 37229

DataArchive changes (and to those who use it):
API change - all queries (except those for a range of time values) take the index in the timestep array instead of the time value
internal change - store everything time-related in struct TimeData (which contains Patch properties, material properties, variable properties, and a HashTable of file-reading information)
Don't keep around ProblemSpecPs for the p***.xml datafiles (store what you read from the datafile). This *might* be a tradeoff in favor of memory at the possible cost of performance. I might change this back later if I determine it to be faster at not much of an expense to memory.

Change any function who uses DataArchive to compensate for the changed API, and a few other cosmetic changes.

4 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: PatchDataVisualizer.cc (new), VariablePlotter.cc (new)
kuzimmer 2007-03-19 13:15 Rev.: 37060

Added level property to the fields produced by uintah. The level property propogates to the Vis modules and tags 'L-n', where n is the level, to the geomObj name whenever the level property is present. Replaced many get_property and set_property calls with a single copy_property call in the field Operators.

18 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Visualization: FaceCuttingPlane.cc (new), NodeHedgehog.cc (+8)
Generated by StatSVN 0.4.0