Directory Packages/Uintah/Dataflow/Modules/Selectors/

Total Files:
10
Deleted Files:
1
Lines of Code:
3736

[root]/Packages/Uintah/Dataflow/Modules/Selectors

Lines of Code

Packages/Uintah/Dataflow/Modules/Selectors/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 88 (100.0%) 4135 (100.0%) 46.9
kuzimmer 32 (36.4%) 1534 (37.1%) 47.9
bigler 33 (37.5%) 1433 (34.7%) 43.4
dav 9 (10.2%) 1117 (27.0%) 124.1
dgroulx 2 (2.3%) 16 (0.4%) 8.0
harman 1 (1.1%) 11 (0.3%) 11.0
jas 3 (3.4%) 10 (0.2%) 3.3
worthen 5 (5.7%) 8 (0.2%) 1.6
jones 3 (3.4%) 6 (0.1%) 2.0

Most Recent Commits

kuzimmer 2005-12-21 16:39 Rev.: 32914

include file re-ordering and clean-up

0 lines of code changed in 6 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (new), FieldExtractor.h (new), PatchToField.h (changed)
harman 2005-12-19 09:27 Rev.: 32886

Re-ordered the #include statements so dynamic compilation on Linux works -Dav

11 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.h (+11 -9)
kuzimmer 2005-12-16 13:14 Rev.: 32882

more print statement cleanup

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (new)
kuzimmer 2005-12-16 12:39 Rev.: 32880

Update Particle picking to make it more in line with grid sampling in the GridVisualizer. Clean up some code and comment out print statements.

46 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+43 -36), ParticleFieldExtractor.h (+3 -2)
kuzimmer 2005-10-31 16:53 Rev.: 32378

These modules appear to be working with the new HOB Field structure, please report any problems.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (-2), FieldExtractor.h (-1)
kuzimmer 2005-10-25 11:44 Rev.: 32298

Good news: dynamic compilation is working, can extract single level datasets. Bad news: multi-level datasets still broken.

273 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+88 -139), FieldExtractor.h (+185 -100), PatchToField.h (-1)
dav 2005-10-24 18:12 Rev.: 32283

Selectors and Operators now depend on Core/Basis.

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: sub.mk (changed)
kuzimmer 2005-10-23 21:19 Rev.: 32260

More corrections, still doesn't work

235 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+21 -21), FieldExtractor.h (+214 -212)
kuzimmer 2005-10-20 20:22 Rev.: 32230

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!

570 lines of code changed in 3 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+176 -372), FieldExtractor.h (+381 -89), PatchToField.h (+13 -10)
bigler 2005-09-30 17:44 Rev.: 32048


You can render a clock now and edit all the parameters now.

GUI/TimestepSelector.tcl

Added clock position gui and other boxes for other clock parameters.

Modules/Selectors/TimestepSelector.cc

Added update_clock() method and tcl interface to it.
Port pointers are all now initialized to zero.

Modules/Selectors/TimestepSelector.h

Added current_time and update_clock().

0 lines of code changed in 4 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (new), TimestepSelector.h (changed)
kuzimmer 2005-09-23 12:32 Rev.: 32013

Changes to allow the removal of boundary cells in the visualization code

119 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+118 -47), FieldExtractor.h (+1 -1)
bigler 2005-09-23 11:34 Rev.: 32011


Added a Matrix output port that we can send the current timestep
(first value) as well as other information (index to the timestep, and
all the timestep values). You get a dense matrix of size
(numTimestep+2,1).

16 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (+14), TimestepSelector.h (+2)
bigler 2005-09-22 15:29 Rev.: 32000


Dataflow/GUI/StickyLocator.tcl
Dataflow/GUI/sub.mk

New functions for generating a little GUI frame for positioning
Sticky objects in the viewer.

Packages/Uintah/Dataflow/GUI/TimestepSelector.tcl

Use StickyLoader instead of internal implementation. Yanked old code.

Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc

When deleting the module, you should remove the callback instead of
adding it again. Cut-paste error most likely.

1 lines of code changed in 1 file:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (+1 -1)
bigler 2005-09-22 00:18 Rev.: 31994


Trying to add a clock. This code will likely be moved to the genClock
module, but I want to have it here before something kills my disk. ;)

GUI/TimestepSelector.tcl

Added variables for clock parameters. There isn't any GUI widgets
to modify the variables just yet, though.

Modules/Selectors/TimestepSelector.cc

Added clock rendering. It is commented out, so you will have to
uncomment the line where I call createClock.

Fixed the bug where the time was able to be hidden behind geometry.
It turns out you have to put the word "Sticky" in the geometry's
name in order to get the right behavior.

Modules/Selectors/TimestepSelector.h

Formatted some of the old variables. Added clock parameters.

120 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (+92 -4), TimestepSelector.h (+28 -9)
bigler 2005-09-05 14:11 Rev.: 31884


GUI/TimestepSelector.tcl

Changed the default position of the time value.

Moving the node now changes the location of the time value.

Modules/Selectors/TimestepSelector.cc
Modules/Selectors/TimestepSelector.h

Changing the node position in the GUI now makes a change in the
display. Attemping to make better use of handles instead of
unmaintained pointers.

27 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (+25 -15), TimestepSelector.h (+2 -6)
bigler 2005-09-03 13:52 Rev.: 31874


Core/Geom/GeomText.cc
Core/Geom/GeomText.h

Added moveTo function to move the current rendering position.

Packages/Uintah/Dataflow/GUI/TimestepSelector.tcl

Added a canvas that allows you to move the position of the
timestep. This is a work in progress, but shouldn't affect previous
behavior.

Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.cc
Packages/Uintah/Dataflow/Modules/Selectors/TimestepSelector.h

Added update_timeposition function (doesn't do much yet). Added
tcl_command function to allow the GUI to update the location of the
timestep.

44 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (+31 -4), TimestepSelector.h (+13 -1)
kuzimmer 2005-08-05 14:32 Rev.: 31410

Fixes a bug where the extractor tries to query the archive for particles that don't exist

12 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: ParticleFieldExtractor.cc (+11 -7), ParticleFieldExtractor.h (+1 -1)
kuzimmer 2005-07-21 16:40 Rev.: 31240

get rid of the animation sleep slider, it is no longer needed, with the new callback mechanism

0 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (-1), TimestepSelector.h (-1)
bigler 2005-07-18 22:52 Rev.: 31195


Updates to use the Scheduler's callback mechanism for animation
instead of send_intermediate which was broken when you have more than
one module in the net calling it.

GUI/TimestepSelector.tcl

No longer force an execute when you modify this-animate. This
allows you to set up more than one TimestepSelector to animate
before you execute them all.

Modules/Selectors/TimestepSelector.cc
Modules/Selectors/TimestepSelector.h

Fixed some headers. Changes to use the Scheduler's callback
mechanism. Added network_finished, update_animate, and
set_context functions to also facilitate this.

70 lines of code changed in 2 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: TimestepSelector.cc (+60 -61), TimestepSelector.h (+10)
bigler 2005-05-31 17:06 Rev.: 30456

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.

49 lines of code changed in 5 files:

  • Packages/Uintah/Dataflow/Modules/Selectors: FieldExtractor.cc (+8 -8), FieldExtractor.h (+2 -2), ParticleFieldExtractor.cc (+28 -28), ParticleFieldExtractor.h (+6 -4), TimestepSelector.cc (+5 -7)

(24 more)

Generated by StatSVN 0.4.0