Directory Packages/Uintah/Dataflow/GUI/

Total Files:
29
Deleted Files:
0
Lines of Code:
5117

[root]/Packages/Uintah/Dataflow/GUI

Lines of Code

Packages/Uintah/Dataflow/GUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 90 (100.0%) 702 (100.0%) 7.8
kuzimmer 67 (74.4%) 335 (47.7%) 5.0
dav 8 (8.9%) 256 (36.5%) 32.0
dgroulx 15 (16.7%) 111 (15.8%) 7.4

Most Recent Commits

kuzimmer 2006-11-27 16:38 Rev.: 35906

Allow users to select which level of particles they want to use.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (changed)
kuzimmer 2006-10-13 12:16 Rev.: 35581

Add uda name to graphs and tables in GridVisualizer

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: VariablePlotter.tcl (new)
kuzimmer 2006-08-17 14:44 Rev.: 35077

Add domain scaling interface for uda

33 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/GUI: UdaScale.tcl (new 33), sub.mk (new)
kuzimmer 2006-06-29 23:40 Rev.: 34620

sub.mks for UTextureBuilder

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: sub.mk (+1)
kuzimmer 2006-06-27 12:11 Rev.: 34591

Initial commit of Uintah TextureBuilder, which inherits from SCIRun TextureBuilder and allows a rescaled ColorMap to fix the quantization values. Pass the ColorMap on to the Volume/SliceVisualizer.

40 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: UTextureBuilder.tcl (new 40)
kuzimmer 2006-06-07 08:59 Rev.: 34435

updated the widget names in SetTimeRange to correspond to the revised interface.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (new)
kuzimmer 2006-06-06 15:42 Rev.: 34429

More interface clean-up

18 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+18 -16)
dgroulx 2006-06-05 16:25 Rev.: 34418

Cleaned up the top half of the UI. Also no hid the font selector, since this
option is not implemented.

38 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+38 -31)
kuzimmer 2006-05-30 16:07 Rev.: 34361

comment out exhaustive search button since its not doing anything

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: Hedgehog.tcl (changed)
kuzimmer 2006-05-30 15:23 Rev.: 34359

Fix the GUI so that it opens correctly, also made it so that it resizes to accomodate text based on the selection.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/GUI: TensorOperator.tcl (new)
kuzimmer 2006-05-23 17:48 Rev.: 34320

Place a frame around the SCI Button Panel so that the window always expands to reveal it. Comment out or remove some debugging print statements.

203 lines of code changed in 47 files:

  • Packages/Uintah/Dataflow/GUI: AnimatedStreams.tcl (new), CompareMMS.tcl (new), EigenEvaluator.tcl (new), FaceCuttingPlane.tcl (new), FieldExtractor.tcl (+4 -1), GridVisualizer.tcl (+1 -2), Hedgehog.tcl (+6 -3), NodeHedgehog.tcl (+5 -3), ParticleEigenEvaluator.tcl (+5 -2), ParticleFieldExtractor.tcl (+6 -2), ParticleVis.tcl (+7 -4), PatchDataVisualizer.tcl (new), PatchVisualizer.tcl (new), RescaleColorMapForParticles.tcl (new), ScalarFieldAverage.tcl (+5 -1), ScalarFieldBinaryOperator.tcl (new), ScalarFieldNormalize.tcl (+5 -2), ScalarMinMax.tcl (new), ScalarOperator.tcl (new), Schlieren.tcl (+4 -1), SubFieldHistogram.tcl (new), TensorOperator.tcl (+6 -1), TensorToTensorConvertor.tcl (new), TimestepSelector.tcl (+5 -1), VariablePlotter.tcl (+13 -7), VectorOperator.tcl (+5 -1)
kuzimmer 2006-05-16 13:08 Rev.: 34242

updateParticleFieldExtractor like it should have been on revision 34177

25 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: ParticleFieldExtractor.tcl (+25 -6)
dgroulx 2006-05-15 10:43 Rev.: 34226

Added the SciMakeButtonPanel to the Uintah modules which did not have it yet.

73 lines of code changed in 14 files:

  • Packages/Uintah/Dataflow/GUI: AnimatedStreams.tcl (+5 -4), EigenEvaluator.tcl (+3 -2), FaceCuttingPlane.tcl (+3 -2), Hedgehog.tcl (+4 -3), NodeHedgehog.tcl (+4 -3), PatchDataVisualizer.tcl (+3 -2), PatchVisualizer.tcl (+3 -2), RescaleColorMapForParticles.tcl (+3 -2), ScalarFieldAverage.tcl (+4 -2), ScalarFieldBinaryOperator.tcl (+4 -3), ScalarOperator.tcl (+4 -3), SubFieldHistogram.tcl (+5 -4), TensorOperator.tcl (+23 -16), VectorOperator.tcl (+5 -3)
kuzimmer 2006-05-10 09:01 Rev.: 34176

add error messages when a scalarParticleField is either empty or not hooked up, remove some debugging statments

0 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: ParticleVis.tcl (-2)
dav 2006-05-05 16:05 Rev.: 34137

M Modules/Operators/CompareMMS.cc

Use field property 'name' (was 'varname', but this was changed in
FieldExtractor.)

M GUI/VariablePlotter.tcl

Turn off spew.

2 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: VariablePlotter.tcl (+2 -2)
dav 2006-05-01 12:15 Rev.: 34068

M GUI/TimestepSelector.tcl

Set default max_time to 0 (there aren't any timesteps to begin with).
Make status frame larger so you can actually see most of the message.
Allow the arrow keys to inc/dec time based on the 'tinc' setting.

M Modules/DataIO/ArchiveReader.cc

Reformatted a little... but the real/only change is to add a warning
message that is displayed when the module has no file specified.

M Modules/Selectors/TimestepSelector.cc

Stop animating if there is not data. Only get the outPorts if there
is input.

10 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+10 -4)
kuzimmer 2006-03-29 17:40 Rev.: 33692

create a mechanism that allows the user to specify that they want to view multi-level data whenever its available. This allows a user to create movies when data changes from single level to multi-level during the course of a simulation

8 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: FieldExtractor.tcl (+8 -2)
kuzimmer 2006-02-27 15:35 Rev.: 33357

add a 'show boundary values' button to GridVisualizer

7 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: GridVisualizer.tcl (+7)
dav 2006-02-21 18:32 Rev.: 33322

A nets/compare_mms.srn

Added an example net that shows the use of the CompareMMS module.

M Dataflow/GUI/CompareMMS.tcl

- Added the field name and time (which come across from the C++ side).
- Added radio buttons to select which field to output (original, exact, or diff).
- set_to_exact() is not used yet.

M Dataflow/Modules/Selectors/FieldExtractor.cc

Added the timestep 'time' to the field through the properties so that
the CompareMMS module can use that time for generating the exact
solution.

M Dataflow/Modules/Operators/CompareMMS.cc

Updated so it does its job now. Probably can be cleaned up some, but
it is in fairly good shape now.

31 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: CompareMMS.tcl (+31 -3)
dav 2006-02-17 16:54 Rev.: 33308

Untabified the file.

The only real update I made was to add keyboard bindings for the left
and right arrow keys... I couldn't stand having to use the mouse to
move forward and backward in time... These are the lines that do
this:

bind $w <KeyPress-Right> "$this incTime"
bind $w <KeyPress-Left> "$this decTime"

(Also added the (simple) decTime and incTime functions to do the
actual work.)

160 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/GUI: TimestepSelector.tcl (+160 -140)

(2 more)

Generated by StatSVN 0.4.0