[root]/Packages/Uintah/Dataflow/XML
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 93 (100.0%) | 323 (100.0%) | 3.4 |
kuzimmer | 49 (52.7%) | 283 (87.6%) | 5.7 |
dav | 4 (4.3%) | 35 (10.8%) | 8.7 |
dgroulx | 40 (43.0%) | 5 (1.5%) | 0.1 |
Add domain scaling interface for uda
30 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.
49 lines of code changed in 1 file:
update documentation
0 lines of code changed in 6 files:
added missing </p>
0 lines of code changed in 2 files:
initial module documentation for Uintah release.
198 lines of code changed in 38 files:
Added a Matrix port for transforming particle locations in ParticleVis
6 lines of code changed in 1 file:
M Core/GUI/Util.tcl
Added the label_pair utility function. Creates a label/text_var pair.
M Packages/Uintah/Dataflow/GUI/ScalarMinMax.tcl
Added in the field_name to the GUI. Added separators between the min
and max sections. Now use the label_pair utility from Core/Util.
M Packages/Uintah/Dataflow/XML/CompareMMS.xml
Take in a Scalar Field (instead of an UDA) (at least for now).
M Packages/Uintah/Dataflow/GUI/CompareMMS.tcl
Basic GUI updates, still needs lots of work.
3 lines of code changed in 2 files:
Fixed XML.
0 lines of code changed in 1 file:
The libxml2 branch merge
5 lines of code changed in 40 files:
First commit of (partially completed) CompareMMS module.
M StandAlone/compare_mms/sub.mk
The base utility classes have been moved to Dataflow/Modules/Operators.
Link verses them at the new location.
M StandAlone/compare_mms/compare_mms.cc
Include the MMS.h files from the Dataflow/Modules/Operators/MMS
directory now. (Also fixed typo in usage.)
A Dataflow/XML/CompareMMS.xml
M Dataflow/GUI/sub.mk
A Dataflow/GUI/CompareMMS.tcl
Added the .xml and .tcl files for the module. These are just basic
templates right now and will have to be expanded to contain all their
required information.
A Dataflow/Modules/Operators/MMS
A Dataflow/Modules/Operators/MMS/sub.mk
A Dataflow/Modules/Operators/MMS/MMS1.cc
A Dataflow/Modules/Operators/MMS/MMS.h
A Dataflow/Modules/Operators/MMS/MMS1.h
Moved the MMS* files to their new home.
M Dataflow/Modules/Operators/sub.mk
Use the new MMS subdir and build the CompareMMS module.
A Dataflow/Modules/Operators/CompareMMS.cc
Just the skeleton for the module... right now it just creates a field
with dummy data in it. Will need to be expanded to use the correct
MMS function, and to read data from an UDA for comparison.
32 lines of code changed in 1 file: