[root]/Packages/Uintah/Dataflow/Modules/Visualization
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 |
Add the ability to view patches and grid cells along an axis aligned slice
0 lines of code changed in 2 files:
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:
Use the SCIRun 1.25 classes, not the 3.1 version... Compiles... haven't tested.
0 lines of code changed in 2 files:
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:
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:
added 'Transparent' tag so that transparent lines are rendered last
0 lines of code changed in 2 files:
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:
Update module's progress meter. Added some comments. Cleaned up code a litte.
11 lines of code changed in 1 file:
Fix a few scirun things --bryan
1 lines of code changed in 1 file:
Add the ability to color patches according to processor number.
29 lines of code changed in 1 file:
add a transform to allow the patches to be shifted.
50 lines of code changed in 1 file:
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:
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: