[root]/Packages/Uintah/Dataflow/GUI
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 |
Allow users to select which level of particles they want to use.
0 lines of code changed in 2 files:
Add uda name to graphs and tables in GridVisualizer
0 lines of code changed in 2 files:
Add domain scaling interface for uda
33 lines of code changed in 3 files:
sub.mks for UTextureBuilder
1 lines of code changed in 1 file:
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:
updated the widget names in SetTimeRange to correspond to the revised interface.
0 lines of code changed in 2 files:
More interface clean-up
18 lines of code changed in 1 file:
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:
comment out exhaustive search button since its not doing anything
0 lines of code changed in 2 files:
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:
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:
updateParticleFieldExtractor like it should have been on revision 34177
25 lines of code changed in 1 file:
Added the SciMakeButtonPanel to the Uintah modules which did not have it yet.
73 lines of code changed in 14 files:
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:
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:
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:
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:
add a 'show boundary values' button to GridVisualizer
7 lines of code changed in 1 file:
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:
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:
(2 more)