September 2005 Commit Log

Number of Commits:
140
Number of Active Developers:
18
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 6 files:

callahan 2005-09-30 11:08 Rev.: 32047

Undo the removal of GL_ATI_fragment_shader. It appears to have broken volume rendering on Apple machines

43 lines of code changed in 5 files:

harman 2005-09-29 08:33 Rev.: 32044

problem setup()
- replaced "kittens with yarn" with something a little cleaner.
radLinearSolve()
- cleaned up the conditional statements

0 lines of code changed in 4 files:

mdavis 2005-09-28 22:31 Rev.: 32042

Comment out debug print

1 lines of code changed in 1 file:

mdavis 2005-09-28 21:57 Rev.: 32041

New Feature - Multiple 2D transfer functions per volume via user selected clipping planes.

At the network level, this makes the SCIRun->Visualization->VolumeVisualizer 2D colormap input port a dynamic input port. The first 2d colormap input behaves as before and thus backwards funcitonality is the same.

Any subsequent 2D colormaps input to the VolumeVisualizer will create an arrow widget in the viewer. This widget specifies where the new transfer funciton will be applied to the volume. The arrow points in the direction where the transfer function is not applied, allowing the user to more easily pick the direction of the clipping plane while not being occluded by the volume. But if the widget is occluded by the volume, it still shows as a lightly stippled widget that the user can still manipulate.


Files changed and a brief description:

A Core/Geom/GeomStippleOccluded.cc
A Core/Geom/GeomStippleOccluded.h
M Core/Geom/sub.mk
M Core/Geom/GeomSwitch.h
M Core/Geom/GeomOpenGL.cc
---> Added GeomStippleOccluded container that inherits from GeomSwitch. All children look normal, until they are occluded by another object, then they are drawn with a stipple pattern to allow them to be seen behind other objects. Gives a nice transparency look without the computation expense. Very useful for widgets.


M Core/Volume/VolumeRenderer.cc
M Core/Volume/VolumeRenderer.h
---> Added parameter to VolumeRenderer constructor to take in an array of clipping planes that determine where the 2D colormaps are applied. Added support for computing multple transfer functions regions with call to TextureBrick::mask_polygons. Other minor Code Cleanup.


M Core/Volume/TextureBrick.cc
M Core/Volume/TextureBrick.h
---> Rewrite for code clarity. Major addition of mask_polygons method, which takes in a vector of clipping Planes, slices the polygons into clipped and non-clipped regions, and returns their resultant bitmasks. Remove min/max of t parameter calculation that was causing re-slicing of volume at different planes for each different zoom level.

M Core/Volume/SliceRenderer.h
M Core/Volume/SliceRenderer.cc
---> Minor code to support the vector of colormap2's being passed down

M Core/Volume/TextureRenderer.h
M Core/Volume/TextureRenderer.cc
---> Code factoring to seperate long blocks of code in build_colormap2. Added code for rendering multiple colormap2s into one texture to support the multiple transfer functions that can be applied to a volume. Set bitmask for which colormaps to apply to a polygon via shader parameter to draw_polygons. Got rid of extraneous use_pbuffer_ boolean. Other minor code cleanup.

M Core/Volume/VolShader.h
M Core/Volume/VolShader.cc
---> Added shader to render using multiple transfer functions via a bitmask. Trickery by using a floating point parameter as a boolean bit mask.

M Core/Geometry/Plane.cc
M Core/Geometry/Plane.h
---> Added Plane::ChangePlane(Point,Vector) for linking w/ ArrowWidget. Added Plane::Intersect(Point, Vector, t) to get the parametric parameter where a ray hits the plane, used in TextureBrick::mask_polygons.

M Dataflow/XML/VolumeVisualizer.xml
---> Made last ColorMap2D port dynamic to support multiple transfer functions.

M Dataflow/GUI/VolumeVisualizer.tcl
---> Added checkbutton to turn off transfer function clipping plane arrow widgets.

M Dataflow/Widgets/ArrowWidget.cc
M Dataflow/Widgets/ArrowWidget.h
M Dataflow/Widgets/BaseWidget.cc
M Dataflow/Widgets/BaseWidget.h
---> Added boolean parameter to constructor to specify if ArrowWidget is rendered with a stipple pattern when occluded. Useful when arrow widget is inside the volume.

M Dataflow/Modules/Visualization/VolumeSlicer.cc
---> Send Colormap2 as vector to SliceRenderer.

M Dataflow/Modules/Visualization/VolumeVisualizer.cc
---> Create an arrow widget for each extra ColorMap2, so user can specify half-plaen where transfer function is applied to volume. Code for multiple transfer funcitons.

-McKay Davis


1264 lines of code changed in 34 files:

allen 2005-09-28 12:46 Rev.: 32040

added a decrement operator

0 lines of code changed in 2 files:

allen 2005-09-28 12:45 Rev.: 32039

added new analysis module

2438 lines of code changed in 7 files:

allen 2005-09-28 12:43 Rev.: 32038

added properties for quicking finding streamlines

17 lines of code changed in 1 file:

allen 2005-09-28 12:41 Rev.: 32037

removed Ren2Tex.tcl

0 lines of code changed in 1 file:

allen 2005-09-28 12:40 Rev.: 32036

added new module for setting properties

705 lines of code changed in 5 files:

allen 2005-09-28 12:37 Rev.: 32035

allowed point cloud option - although this can be done in gatherfields it is not obvious

127 lines of code changed in 4 files:

mdavis 2005-09-27 17:32 Rev.: 32030

make parse_scirunrc callable from SCIRun2

0 lines of code changed in 4 files:

mdavis 2005-09-27 15:08 Rev.: 32029

Rewrite logic for copying and versioning of .scirunrc file to be cleaner. Add bool validFile(string) and bool validDir(string) to Core/Util/FileUtils.h as convenice functions.

101 lines of code changed in 10 files:

irina 2005-09-27 13:54 Rev.: 32028

updated stress

0 lines of code changed in 2 files:

irina 2005-09-27 12:27 Rev.: 32027

updated stress

71 lines of code changed in 1 file:

callahan 2005-09-27 11:49 Rev.: 32026

Add backwards compatability for 'on release' option in Isosurface

0 lines of code changed in 2 files:

callahan 2005-09-27 11:19 Rev.: 32025

Fix logic for .scirunrc creation, was backwards (always created)

1 lines of code changed in 1 file:

harman 2005-09-27 08:38 Rev.: 32024

PI redefined to be consistent with the other 8 PI definitions

0 lines of code changed in 2 files:

harman 2005-09-26 16:02 Rev.: 32023

- variable name change d_residual -> d_tolerance (consistent with the input file and petsc solver)
- weeded

13 lines of code changed in 2 files:

callahan 2005-09-26 15:34 Rev.: 32022

Fix minor typo

1 lines of code changed in 1 file:

kzhang 2005-09-26 13:39

added hints for TxtBuilder; added UserGuider for TxtBuilder

41 lines of code changed in 4 files:

kuzimmer 2005-09-23 16:37 Rev.: 32017

added gui variables to store button and slider info for multi-level data nets

39 lines of code changed in 2 files:

bigler 2005-09-23 16:11 Rev.: 32016


Dataflow/GUI/GenClock.tcl

Changed the name of the module from genClock to GenClock.

Removed unneeded argument to makeStickyLocator.

Packages/Uintah/Dataflow/GUI/TimestepSelector.tcl

Updated for new API for makeStickyLocator. Put it in a cool labeled
frame.

12 lines of code changed in 3 files:

allen 2005-09-23 15:27 Rev.: 32015

added sticky locator

69 lines of code changed in 3 files:

allen 2005-09-23 15:26 Rev.: 32014

removed label and frame border

0 lines of code changed in 2 files:

kuzimmer 2005-09-23 12:32 Rev.: 32013

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

184 lines of code changed in 11 files:

kuzimmer 2005-09-23 12:03 Rev.: 32012

Allow the TextureBuilder to fail gracefully if it does not receive 3D data

16 lines of code changed in 1 file:

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).

22 lines of code changed in 4 files:

worthen 2005-09-23 11:25 Rev.: 32010

Get AMR MPM-on-finest-level thing working again, and progress toward load balancing it "
MPM, ICE, MPMICE: Modify run{MPM,ICE}OnThisLevel to include the number of levels, so the user can specify the finer levels rather than the coarser ones (so running MPM on the finest level only will work again) LoadBalancers
Replace ParticleLoadBalancer with DynamicLoadBalancer, along with a few structural modications

Schedulers
A few lb quirks

1090 lines of code changed in 29 files:

dgroulx 2005-09-23 11:18 Rev.: 32009

Fixed the autoPatch feature so that it will distribute patches correctly for any given resolution.

152 lines of code changed in 3 files:

worthen 2005-09-23 09:15 Rev.: 32007

Core/Grid DataWarehouse, TaskGraph Fixes to the AMR corner case problem (2d works, 3d mostly works) SchedulerCommon Fixes to the VarTracker Everything else
slight debug changes

271 lines of code changed in 7 files:

guilkey 2005-09-22 15:49 Rev.: 32003

Only print out the stiff material warning on proc 0.

1 lines of code changed in 1 file:

worthen 2005-09-22 15:48 Rev.: 32002

Remove dummy library from commit ...

0 lines of code changed in 2 files:

worthen 2005-09-22 15:46 Rev.: 32001

reduce some spew to once per processor

35 lines of code changed in 12 files:

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.

251 lines of code changed in 4 files:

jeroen 2005-09-22 13:04 Rev.: 31999

Package for the collaboration with Duke and NIH. This package contains functions and modules for scripting and calculating tensors for volume conductor models, to be used in CardioWave or in Matlab or any other environment.

14826 lines of code changed in 107 files:

jeroen 2005-09-22 12:50 Rev.: 31998

Small bug fixes

307 lines of code changed in 14 files:

harman 2005-09-22 08:37 Rev.: 31996

weeds

0 lines of code changed in 2 files:

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.

136 lines of code changed in 3 files:

kuzimmer 2005-09-21 19:14 Rev.: 31993

Make colors and level selectors for multi-level data savable in nets

40 lines of code changed in 3 files:

harman 2005-09-21 17:30 Rev.: 31991

changes from last coding session

54 lines of code changed in 1 file:

harman 2005-09-21 15:17 Rev.: 31989

added solidEmission and isGasSolidInterface labels

-more work on solid emission.

100 lines of code changed in 2 files:

kzhang 2005-09-19 10:49 Rev.: 31982

removed a compliation error

0 lines of code changed in 2 files:

kzhang 2005-09-16 15:33

remove some unecessary output messages

29 lines of code changed in 14 files:

kzhang 2005-09-16 15:23 Rev.: 31973

remove some unecessaryoutput messages

58 lines of code changed in 23 files:

guilkey 2005-09-16 15:10 Rev.: 31972

Adding cVolumeLabel to MPMLabel.

Todd, add cleaning up the Labels to the TODO list.

5 lines of code changed in 2 files:

kzhang 2005-09-16 13:53 Rev.: 31971

new version of TxtBuilder using ncurse library, mouse is not supported yet

2592 lines of code changed in 19 files:

jas 2005-09-16 13:21 Rev.: 31970

Delete the interpolator.

0 lines of code changed in 2 files:

jeroen 2005-09-16 11:37 Rev.: 31969

Fixed bug so when reloading the network the data is preserved

0 lines of code changed in 2 files:

harman 2005-09-16 10:45 Rev.: 31968

-Now dragging in temp(X,Y,Z)_FC for the solid.
-Hacked in functions to tack on sigma * T^4 to the absorbing solid source.
(Not being called)

90 lines of code changed in 2 files:

worthen 2005-09-16 00:52 Rev.: 31967

Add one coarse ghost cell to select the coarser neighborhood

8 lines of code changed in 1 file:

guilkey 2005-09-15 19:42 Rev.: 31966

Adding temporary (I hope) option to turn off mechanics calculation at
compile time. This will be necessary for the September DAT.

10 lines of code changed in 1 file:

guilkey 2005-09-15 18:39 Rev.: 31965

I don't know how projectCCHeat... ever worked in parallel in 2D, but it
didn't work in 3D until now. Now getting appropriate ghost data and
added some logic.

7 lines of code changed in 1 file:

harman 2005-09-15 15:12 Rev.: 31964

Globally:
- started incorporating radiation heat flux into the absorbing solid.

copyValues()
now using transferFrom()

87 lines of code changed in 2 files:

harman 2005-09-15 14:26 Rev.: 31963

so arches compiles

1 lines of code changed in 1 file:

dgroulx 2005-09-15 13:01 Rev.: 31962

Changed the way configure finds petsc on aix platforms.

==This line, and those below, will be ignored--

M configure
M configure.ac

4 lines of code changed in 2 files:

harman 2005-09-15 12:27 Rev.: 31961

spew diet:
- no longer warn the user if they're using aggressive timestepping and implicit.

1 lines of code changed in 1 file:

harman 2005-09-15 11:29 Rev.: 31959

Spew Diet:

setup()
- replaced cerr with cerr_dbg
- pass in cerrSwitch and activate cerr_dbg only on the first processor
Only see the spew once

23 lines of code changed in 9 files:

xiongcw 2005-09-15 11:14 Rev.: 31958

a little mods to SteadyBurn

0 lines of code changed in 4 files:

livne 2005-09-13 19:21 Rev.: 31954

Started adding multi-level static refinement for 2D L-Shaped test for the pressure solver matlab code

92 lines of code changed in 14 files:

livne 2005-09-13 18:47 Rev.: 31953

Adjusted AMG parameters to be read from input file

0 lines of code changed in 2 files:

mdavis 2005-09-13 16:43 Rev.: 31952

Dont load dynamic libraries containing module code until the module is instantiated. Users can turn off this behaviour to enfore the old way by setting SCIRUN_LOAD_MODULES_ON_STARTUP to true

9 lines of code changed in 2 files:

callahan 2005-09-13 15:16 Rev.: 31951

Rearrange scirunrc reading so that it works if /home/callahan/.scirunrc does not exist.

22 lines of code changed in 1 file:

callahan 2005-09-13 14:53 Rev.: 31950

Minor cleanup, formatting, make non-exported functions static.

73 lines of code changed in 1 file:

harman 2005-09-13 09:09 Rev.: 31947

eliminated spew

1 lines of code changed in 1 file:

harman 2005-09-13 08:58 Rev.: 31946

check if it's time to radiate on every patch

11 lines of code changed in 1 file:

livne 2005-09-12 17:57 Rev.: 31945

Hopefully fixing Jims compilation error

1 lines of code changed in 1 file:

kuzimmer 2005-09-12 15:27 Rev.: 31944

Corrected the destructor, this fixes a memory leak when working with multi-resolution data.

6 lines of code changed in 1 file:

worthen 2005-09-12 13:34 Rev.: 31942

Make 'operator==' a const function

2 lines of code changed in 2 files:

bigler 2005-09-12 13:33 Rev.: 31941


multihvb.cc
spherefile.cc

Added attach_display calls for the displays.

tstdemo.cc

Removed unneeded CatmullRomSpline include.

1 lines of code changed in 4 files:

harman 2005-09-12 13:01 Rev.: 31940

cut down on the spew from table interpolation

3 lines of code changed in 1 file:

livne 2005-09-12 09:21 Rev.: 31939

Changes for testing advector imp amr ice problem

1 lines of code changed in 1 file:

jas 2005-09-09 19:47 Rev.: 31938

Script that will take an existing index.xml and adjust the <timestep href
entries to a user prescribed set. Usage: adjust_index_xml -b # -e # will
create a new index.xml that only has the entries going from b index to
e index. A backup copy of the original index.xml is created. This is
helpful in creating movies of large datasets where you only want to load
in a subset of the data at any one time.

85 lines of code changed in 1 file:

jeroen 2005-09-08 17:01 Rev.: 31934

FIX to have the MatlabEngine run on OSX Tiger, it turns out matlab is dumping error messages into stderr. These error messages are probably related to OSX 10.4, as I do not see them under 10.3. As a result the MatlabEngine detected errors being written to stderr and hence refused to launch the matlab engine (an error had occured). To fix this for the moment the MatlabEngine allows Matlab to write error messages to stderr

0 lines of code changed in 2 files:

jeroen 2005-09-08 16:58 Rev.: 31933

Bug fixes to improve stability of applications run externally (in this case matlab)

0 lines of code changed in 2 files:

xiongcw 2005-09-08 16:35 Rev.: 31932

small change in SteadyBurn

58 lines of code changed in 1 file:

dav 2005-09-08 09:59 Rev.: 31928

Fixed SGI comiler error. Use math.h instead of cmath. Also used Abs/Max from SCIRun/Core/Math/MiscMath.h.

8 lines of code changed in 1 file:

dav 2005-09-08 09:58 Rev.: 31927

Fix SGI compiler error. Kurt, please verify my fix (and fix it better). Turned off bogus SGI compiler warnings from stl includes.

8 lines of code changed in 1 file:

dav 2005-09-08 09:57 Rev.: 31926

Cosmetics. Removed compiler warning.

0 lines of code changed in 2 files:

dav 2005-09-08 09:49 Rev.: 31925

Added superlu lib to Hypre for 1.9

8 lines of code changed in 2 files:

xiongcw 2005-09-08 01:28 Rev.: 31924

bug fix for running on multiprocessors

51 lines of code changed in 1 file:

bigler 2005-09-07 22:26 Rev.: 31923


HVolumeVis.h

Put a cap on the max depth. We don't want infinite recursion.

ObjReader.h

Comment added.

Scene.cc

Don't add null displays.

VolumeVis.h

You can now have intersections when the ray origin is inside the
box. The next phase will be to get nested volumes to work.

glm.cc
glm.h

Comments and variable changes.

0 lines of code changed in 12 files:

livne 2005-09-07 17:03 Rev.: 31922

Added discontinus diffusion L-shaped-like model problem

0 lines of code changed in 2 files:

harman 2005-09-07 15:16 Rev.: 31918

added mechanism to only perform radiation calculation based on either
a time interval or number timesteps. Use

<calcInterval> </calcInterval>

42 lines of code changed in 2 files:

irina 2005-09-07 14:47 Rev.: 31915

updated model

147 lines of code changed in 1 file:

borodai 2005-09-07 12:57 Rev.: 31913

Fixed radiation source for solid. Now it is zero inside the
solid. changed some hardcoded values to increase precision.
S6 DO has some weird constants. FIxed requires for vol_frac.

25 lines of code changed in 9 files:

dgroulx 2005-09-07 12:45 Rev.: 31912

Changes to make Uintah build on purple. Added function declarations for functions that were previous delcared only as friends. Added a configure variable IS_AIX instead of checking against the compiler for aix specific configure options.


132 lines of code changed in 15 files:

kuzimmer 2005-09-07 08:30 Rev.: 31907

Needed pre-processing directive before multi-texture is used

17 lines of code changed in 1 file:

mdavis 2005-09-06 16:31 Rev.: 31904

Correctly set subnet geometry when loading networks. Eliminates bug causing main network editor to redraw all over the place when loading a network with multiple subnets

6 lines of code changed in 1 file:

xiongcw 2005-09-06 14:53 Rev.: 31902

bug fix for Temp_CC and vol_frac_CC

4 lines of code changed in 1 file:

xiongcw 2005-09-06 13:57 Rev.: 31900

bug fix for particle search

10 lines of code changed in 1 file:

kuzimmer 2005-09-06 13:31 Rev.: 31898

combined some repeated calls into the draw_level_outline

20 lines of code changed in 2 files:

kuzimmer 2005-09-06 12:20 Rev.: 31895

added software controls

0 lines of code changed in 4 files:

kuzimmer 2005-09-06 12:19 Rev.: 31894

Improved the outlining capabilities for multi-level fields, added the ability to choose color

235 lines of code changed in 4 files:

kuzimmer 2005-09-06 12:12 Rev.: 31893

software rendering control for FlowRenderer. Hardware bugs still not worked out

51 lines of code changed in 3 files:

allen 2005-09-06 11:52 Rev.: 31892

added override - not merged from branch

12 lines of code changed in 2 files:

jas 2005-09-06 01:23 Rev.: 31891

Turn off the OREN switch.

1 lines of code changed in 1 file:

jas 2005-09-06 00:40 Rev.: 31890

Add <cmath> and std::abs().

2 lines of code changed in 1 file:

jas 2005-09-06 00:23 Rev.: 31889

Move the testing of new_init_delt != old_init_delt (which is a byproduct of a
component switch) to the if statement of if (needRecompile). This was done
to get the correct delt that is passed to the finalizeTimestep() via
the recompile(). When switching, output would not be generated if you used
a <outputInterval>. With the change, output is now restored.

14 lines of code changed in 1 file:

mdavis 2005-09-05 21:03 Rev.: 31886

Remove unused #includes that are no longer present in X.org 6.8.2

0 lines of code changed in 2 files:

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.

39 lines of code changed in 3 files:

harman 2005-09-05 11:34 Rev.: 31883

added global variable d_table_or_ice_temp_density

computeProps()
- cleaned up some confusing/buggy computes/requires logic.

56 lines of code changed in 2 files:

livne 2005-09-04 15:24 Rev.: 31881

AMG seems to work without crashing, matrix looks ok. Need to double check results of 2-level implicit AMR ICE example problem with Todd.

278 lines of code changed in 18 files:

livne 2005-09-04 11:46 Rev.: 31880

Matrix is now symmetric, corrected a few bugs at C/F interface matrix construction. But C/F fluxes taken from ICE are still mis-scaled and should be fixed next.

85 lines of code changed in 1 file:

livne 2005-09-04 09:40 Rev.: 31879

Put #ifdefs around FAC only so that CG and Hypre 1.7.7 are supported. Not clear if AMG and 1.7.7 supported yet.

56 lines of code changed in 12 files:

livne 2005-09-04 09:12 Rev.: 31878

Working on getting the matrix to be correct in AMRSolver. Added solver component TODO list file.

156 lines of code changed in 12 files:

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.

154 lines of code changed in 6 files:

jas 2005-09-02 22:43 Rev.: 31872

Revert puts for switch_label, earlier commit broke mpi runs.

2 lines of code changed in 1 file:

jas 2005-09-02 18:16 Rev.: 31871

Store switch label in a "level-less" way. Switcher.cc
Add computation for time derivative of heatFluxSum. SteadyState.cc

14 lines of code changed in 2 files:

ayla 2005-09-02 17:28 Rev.: 31870

Fix some compiler warnings about signed/unsigned comparisons and unused variables. Annotate commented code.

60 lines of code changed in 6 files:

livne 2005-09-02 16:37 Rev.: 31867

AMG solver produces results but diverges and corrupts sp_vol_fracX_FC

180 lines of code changed in 10 files:

livne 2005-09-02 12:40 Rev.: 31865

Added Hypre sstruct libraries to configure

5 lines of code changed in 2 files:

livne 2005-09-02 12:33 Rev.: 31863

Bryan & Oren changes to scheduleSolver of new hypre solver

15 lines of code changed in 1 file:

livne 2005-09-02 12:32 Rev.: 31862

Added C-F, F-C connections to graph, matrix, and FAC, AMG solver interfaces

1551 lines of code changed in 25 files:

dav 2005-09-02 12:03 Rev.: 31861

Fix SGI compilation. The name of one of the function parameters was used twice in the .h file. Also, made names match in .h and .cc files.

24 lines of code changed in 2 files:

dav 2005-09-02 11:57 Rev.: 31860

Should not try to link against MPM lib as it is not needed.

0 lines of code changed in 1 file:

harman 2005-09-02 09:46 Rev.: 31858

Now consistent in printData flags
changed all

switchDebug<task name>
to
switchDebug_<task name>
^

43 lines of code changed in 5 files:

jas 2005-09-02 09:45 Rev.: 31857

Add scheduleInitialize() virtual function.

0 lines of code changed in 2 files:

guilkey 2005-09-02 09:45 Rev.: 31856

Made the switching criteria EXACTLY the same as the ignition criteria in
SimpleBurn.

15 lines of code changed in 3 files:

harman 2005-09-02 08:26 Rev.: 31855

More realistic values for the max. CO2 and H2O concentrations

4 lines of code changed in 1 file:

jas 2005-09-01 21:46 Rev.: 31853

Add a steady state switching criteria. Currently broken since I can't
figure out a way to pull old_dw info into it.

233 lines of code changed in 5 files:

jas 2005-09-01 21:11 Rev.: 31852

Add a scheduleInitialize for d_switchCriteria components (ImpMPM and MPMICE).
Remove switchTest() and extraneous criteria for switchTest in MPMICE.

8 lines of code changed in 3 files:

kuzimmer 2005-09-01 20:58 Rev.: 31851

fixed a couple typos

3 lines of code changed in 1 file:

ayla 2005-09-01 18:33 Rev.: 31850

Update for changes to getPort and code cleanup.

212 lines of code changed in 21 files:

ayla 2005-09-01 18:31 Rev.: 31849

Code cleanup.

0 lines of code changed in 10 files:

ayla 2005-09-01 18:25 Rev.: 31848

Update for changes to getPort.

729 lines of code changed in 10 files:

ayla 2005-09-01 18:22 Rev.: 31847

Use last package file name when processing imports.

1 lines of code changed in 1 file:

dav 2005-09-01 18:09 Rev.: 31846

Add all libraries that are needed for linking.

8 lines of code changed in 1 file:

dav 2005-09-01 18:01 Rev.: 31845

Untabified all files.

M Volume/Colormap2.cc

Fixed a typo that seems may have been causing a lot of problems:

>>>> value_range_(value_range_) <- Notice the '_' on both vars...

M Volume/CM2Widget.cc

Fixed numerous compiler warnings. Fixed broken compilation on inferno
(linux) and SGIs. Don't know what will have if you actually try to
run this on those platforms... Added a "not implemented statement".

McKay, please take a look at this when you get a chance.

M Volume/TextureRenderer.cc

Indented #if statements so I could try to follow them.

M Volume/CM2Widget.h

Removed "using std::string" from the .h file. Removed many compiler
warnings. Added "not implemented" statements.

1232 lines of code changed in 5 files:

harman 2005-09-01 17:46 Rev.: 31844

Globally:
incorporated solid and gas MaterialSubsets (mss_G, mss_S)
cleaned up cout_doing statements
added bool d_hasAbsorbingSolid

-initialize()
deleted cellType initialization

-added set_cellType() task
incorporated if(vol_frac_solid > 0.5) cellType = 1.0

-computeCO2_H2O()
using ExtraCell iterator instead of Cell iterator. Makes visualization easier
-computeProps
added if(vol_frac_solid> 0.5) abskg[c] = 1.0

intensitySolve()
pulled weeds
using cell iterator instead of triple nested fortran loops

scheduleComputeStableTimestep()
moved it to the bottom of the pile.

325 lines of code changed in 3 files:

jeroen 2005-09-01 15:31 Rev.: 31840

After consulting Micheal, I decided to make the String.h datatype a pure container with only a get and set function

0 lines of code changed in 2 files:

allen 2005-09-01 15:11 Rev.: 31839

expanded to allow ITK Fields

60 lines of code changed in 2 files:

allen 2005-09-01 14:53 Rev.: 31838

removed cerr debug messages

0 lines of code changed in 2 files:

allen 2005-09-01 14:43 Rev.: 31837

Changed name for clarity of which min/max is being requested

10 lines of code changed in 5 files:

mdavis 2005-09-01 14:34 Rev.: 31836

Remove file not checked in from build

0 lines of code changed in 1 file:

allen 2005-09-01 13:47 Rev.: 31835

Major rewrite of the two different texture builders and associated
files to now use:
-dynamic compiling
-type descriptions
-vector interface for min/max
-allow for different fields/nrrds
-fixed state bugs

1503 lines of code changed in 14 files:

allen 2005-09-01 13:31 Rev.: 31834

moved compile type into the nrrddata

1 lines of code changed in 1 file:

allen 2005-09-01 13:28 Rev.: 31833

moved compile type into the data

55 lines of code changed in 2 files:

allen 2005-09-01 13:25 Rev.: 31832

Core/Datatypes/FieldInterface.h -
Core/Datatypes/FieldInterfaceAux.h -
Add a vector magnitude comutation into the vector interface

Dataflow/Modules/Fields/VectorMagnitude.h -
Removed extra semi-colon

Dataflow/Modules/Visualization/RescaleColorMap.cc -
Allowed VectorField for rescaling colormap

77 lines of code changed in 4 files:

harman 2005-09-01 10:42 Rev.: 31831

added CCVariable<int> to -varsummary option

0 lines of code changed in 2 files:

August 2005 »

Generated by StatSVN 0.4.0