Issues.00330 - lordmundi/wikidoctest GitHub Wiki
00330: cev_plume_drive should only set flags for changes only
Summary: cev_plume_drive should only set flags for changes only
Created: 2011–03–22 11:27
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
right now, cev_plume_drive.tcl updates the plume flags any time the force nodes are updated. Since it is common for simulations to send out the force node values every cycle, this causes all of the plumes to get updated, which causes a cycle of comm to come out of all of the clients.
This is a request to only have the flags set if they are not already in the correct state.
Comments
frankie March 29, 2011, at 01:45 PM: Did this for cev_plume_drive.tcl and the dynamic_overlays.tcl which was driving the chutes nodes.
Associated Commits
| commit | cd12f5f575818251482d72fea14632fda619ea5e
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Mar 29 13:46:34 2011 -0500
|
| Message: | [@Issue 00330: Also did the changes only update for chutes in
dynamic_overlays.tcl @] |
Affected Files:
gui/dynamic_overlays.tcl | 47 ++++++++++++++++++++++++++++++++++±-----------
1 file changed, 35 insertions(+), 12 deletions(-)
| commit | 47646bc628e802822be906f25713e470816d9e98
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Mar 24 10:23:57 2011 -0500
|
| Message: | [@Issue 00330: Updated plume drive to set plumes on changes only
@] |
Affected Files:
gui/cev_plume_drive.tcl | 31 ++++++++++++++++++++++++++++±-
1 file changed, 29 insertions(+), 2 deletions(-)