[root]/Packages/Uintah/Dataflow/Modules/Visualization
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 80 (100.0%) | 1685 (100.0%) | 21.0 |
kuzimmer | 38 (47.5%) | 842 (50.0%) | 22.1 |
dav | 9 (11.3%) | 773 (45.9%) | 85.8 |
bigler | 12 (15.0%) | 35 (2.1%) | 2.9 |
worthen | 11 (13.8%) | 16 (0.9%) | 1.4 |
jas | 2 (2.5%) | 9 (0.5%) | 4.5 |
jones | 4 (5.0%) | 6 (0.4%) | 1.5 |
callahan | 3 (3.8%) | 4 (0.2%) | 1.3 |
sparker | 1 (1.3%) | 0 (0.0%) | 0.0 |
include file re-ordering and clean-up
0 lines of code changed in 14 files:
more print statement cleanup
0 lines of code changed in 2 files:
Update Particle picking to make it more in line with grid sampling in the GridVisualizer. Clean up some code and comment out print statements.
7 lines of code changed in 1 file:
remove CuttingPlane.cc
0 lines of code changed in 2 files:
Remove CuttingPlane, use several modules in a subnet instead
0 lines of code changed in 2 files:
removed the get_type_name calls
55 lines of code changed in 6 files:
Added dynamic compilation and fix for HOB fields
12 lines of code changed in 2 files:
These modules appear to be working with the new HOB Field structure, please report any problems.
4 lines of code changed in 1 file:
Added dynamic compilation and changes for the new higher order basis field structure, NOTE: although the code compiles, it does NOT work. DO NOT UPDATE!
764 lines of code changed in 8 files:
This should keep the windows from popping up all over the place, but
still keep the window a manageable size. Not as scroll-licious as the
previous method, but not annoying.
GUI/VariablePlotter.tcl
Keep old buildVarFrame as buildVarFrameOld. The new version isn't
as pretty, but it doesn't require the frame to contanlty pop into
focus to work.
Modules/Visualization/GridVisualizer.cc
Modules/Visualization/VariablePlotter.cc
Call update_tcl_window for all events now. This restores the old
functionality of the window building every time execute is called.
I need to add more smarts to determine if things need to be updated
or not.
0 lines of code changed in 4 files:
Formatted code to follow standard a little more closely. (Specifically, return types of functions on own line, and '_' on class variables.) Removed tabs.
295 lines of code changed in 4 files:
Accesses to the DataArchive in SCIRun is now done with a
DataArchiveHandle instead of a DataArchive*. Other changes specific
to each file are noted below.
Packages/Uintah/Core/DataArchive/DataArchive.cc
Packages/Uintah/Core/DataArchive/DataArchive.h
Added ref_cnt and lock for the interface to LockingHandle.
Packages/Uintah/Core/Datatypes/Archive.h
Added getDataArchive function. This is the preferred method
to get access to the DataArchive contained in an Archive
object.
Packages/Uintah/Dataflow/Modules/Visualization/VariablePlotter.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchDataVisualizer.cc
Packages/Uintah/Dataflow/Modules/Visualization/PatchVisualizer.cc
Remove ugly use of (*(handle.get_rep())). with handle->. I
have no idea why this code was ever written this way, but the
code is now much clearer.
Packages/Uintah/Dataflow/Modules/Visualization/GridVisualizer.cc
Try to be a bit more smart about when to update the gui if the
grid doesn't change.
Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc
Don't use get_rep for ArchiveHandle if you don't need to.
27 lines of code changed in 7 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
8 lines of code changed in 1 file:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
1 lines of code changed in 1 file:
Use level to query points in VariablePlotter
5 lines of code changed in 1 file:
Retire .cvsignore files
0 lines of code changed in 1 file:
Removed files that were resurrected in the CVS-SVN conversion but that should have remained dead.
0 lines of code changed in 2 files:
node_debug is a member of NodeHedgehog not NodeHedgehogWorker. Made checking for input from the ports check the pointer too.
8 lines of code changed in 1 file:
Get mac to compile
1 lines of code changed in 1 file:
include sci_values
1 lines of code changed in 1 file:
(8 more)