VisIt 1.6.1 Release Notes
Welcome to VisIt's release notes page. This page describes the important
enhancements and bug-fixes that were added to this release.
Features added in version 1.6.1
- VisIt can now read a "visitrc" file at startup for the purpose of Python scripted initialization. The "visitrc" file is a Python script located in ~/.visit on most platforms and, if present, it is executed when VisIt starts so users can set up visualizations using Python scripting. Users may also define Python functions and register those functions as macros in VisIt's new Macros window by using the new RegisterMacro(buttonname, function) function in the CLI. When a Python function is registered as a macro using the RegisterMacro() function, VisIt places a button in the Macros window (available from the Controls->Macro menu option). When the user clicks a button in the Macro window, VisIt executes that macro's corresponding user-defined Python function.
- VisIt's Host Profiles window has been modified so that pressing Enter in text fields in order to get changes to apply is no longer necessary. This makes editing multiple profiles much easier without having to click the Apply button as frequently. The window has also been reorganized somewhat so that the Hardware acceleration tab has been moved into the Advanced options tab along with the networking settings.
- VisIt now has color() and color4() expressions that can be used to create color vectors that can be plotted with the Truecolor plot. The color() expression accepts 3 scalars, representing red, green, and blue color channels. The scalars should in the range [0,255]. The color4() expression operates like the color() expression except that it also accepts a fourth scalar for alpha transparency. These expressions allow plotting of multivariate data using colors.
- VisIt now provides an atan2() expression.
- VisIt's Truecolor plot has been enhanced so that it can plot data from vector tuples with 2, 3, or the desired 4 components. This makes it easier to use the Truecolor plot on regular vector data, in addition to color data produced by the color() and color4() expressions.
- VisIt now provides an Argv() function in the CLI to return all VisIt command line arguments that occur after the -s file.py command line argument. The Argv() function is intended to make it easier to create scripts that have positional command line arguments.
- VisIt's resample operator now supports vectors.
- VisIt's Threshold operator now displays attributes of all active threshold variables in a table whose entries can be modified by the user. The table scrolls if it gets long enough.
- Simulation Steering documentation was updated to include the strip chart and message windows for Simulation steering use.
- A Nek3D reader was added for Argonne National Lab.
- VisIt now provides Save As buttons in both the Query and Pick dialog boxes. These will save the query & pick data to a user specified file.
- VisIt now provides a tensor contraction expression contraction and a viscous stress tensor expression viscous_stress for structured grids with quad zones.
- VisIt's database info annotations now have path expansion options.
- VisIt ITAPS plugin (formerly TSTT) was upgraded to use new C-style interface alleviating requirement for sidl/babel.
- A new preference was added to treat all databases as time varying. Although selecting this preference may have negative performance implications, it will eliminate the need to have to re-open databases to see variables added and/or meshes whose decomposition changes at later time steps.
- A new database plugin installation shell-script was added called 'visit_plugin' which can be used to facilitate installing and removing database plugins from users' ~/.visit directory; 'visit_plugin --help' gives more information.
- A new shell script, mkgrprdbl, was added to facilitate sharing of files and directories amoung users with common groups. The tool can be used to easily set group ownership and permissions of files as well as parent directories to enable another user in a common group to gain access to the files; 'mkgrprdbl --help' gives more information
- The ability to overlay curves on 2D plots was added.
- 2D plots can now be scaled logarithmically.
- The Cracks Clipper operator can now calculate density.
- The IndexSelect operator now has a dropdown widget for choosing category and set.
- VisIt can now read molecular data in the .XYZ file format. This new reader supports the enhanced XYZ format with variables for each atom and multiple timesteps in a single file.
- The Parallel Axis plot can now scale to indefinitely large data sets when only the context is drawn.
- VisIt's CLI now supports a "-forceinteractivecli" flag which allows it to enter Python's interactive mode even when run without a terminal. This can be used to control the CLI through a pipe.
- VisIt can now tunnel its network connections through SSH. This should be completely transparent and automatic when this flag is set in the Advanced section of the appropriate Host Profile. However, watch for errors in the console window where VisIt was launched; due to the indeterminate nature of available remote ports, many users tunneling simultaneously to a single machine may cause a failure when initiating the remote connection, but restarting VisIt and attempting the connection again will typically yield success.
- Added support for FreeBSD.
- Significant changes were make to enable build_visit. The build_visit script performs a complete build of VisIt, its required support libraries, and the optional third-party libraries. The location build_visit script is in clearcase_bin directory, it is also available as an independent download from http://www.llnl.gov/visit/1.6.1/build_visit. The build_visit script is still evolving, but is expected to work for Linux, AIX, and Darwin systems. The supported usage assumes that the visit tarball, all for the required and third-party libraries exist with in the same directory that build_visit is being run. The automatic download feature from VisIt's ftp site is not fully supported for all libraries, and currently the SVN downloads are available to registered users only.
- Made Ale3d's 'rlxstat' variable an enumerated variable in VisIt.
- Added 'visit -diff' tool to support visualization and analysis of differences in databases. Run visit -fullhelp for more info.
- Windows version now saves user config files to My Documents instead of VisIt's installation directory. This also applies to images, sessions, and movie default save directories.
- Python scripts on Windows platform can be 'double-clicked' to start VisIt's cli and run the script. This association must be chosen during installation.
- VisIt is now added to the PATH environment variable on Windows, allowing execution from the command prompt.
-
Bugs fixed in version 1.6.1
- VisIt's Spreadsheet plot window can be several times the monitor width when using the MacOS X version of VisIt. This happens when slicing a 3D dataset that produces a large number of tabs to show the slices.
- VisIt's File Selection window is completely disabled when VisIt is started from the CLI using the OpenGUI() function.
- When VisIt's GUI is launched from the CLI using the OpenGUI() function, the Splashscreen window can require the user to move the mouse cursor around in it in order for VisIt to completely initialize.
- The Label plot can draw labels whose exponents are truncated if the values are negative.
- VisIt's Mili database reader plugin produces meshes with one node at the wrong location.
- VisIt's GUI can crash when using the Save Movie wizard if a user's config file was saved with versions of VisIt from before version 1.5.5.
- VisIt's command recording feature sets operator options before an operator has been added, making the recorded script invalid.
- The VisItExecuteCommands() function from VisIt's libsim library is used to cause VisIt's viewer to execute Python commands for a simulation, allowing it to set up its visualizations. However, if a CLI is not already running then the commands are not executed. VisIt now launches a CLI if needed.
- VisIt's specmf expression has an argument parsing flaw that prevents its fourth argument from ever working.
- VisIt's command recording feature does not produce valid code for lighting attributes.
- The File Panel in VisIt's Main window does not show the open database when VisIt's GUI is launched from the CLI using the OpenGUI() function.
- VisIt's command recording feature mistakenly reports rendering attributes instead of material attributes, leading to invalid code.
- VisIt's Truecolor plot should not use texturing for nodal variables.
- VisIt's CLI program ignores the -pid command line argument.
- VisIt's launch program does not pass the -quiet flag on to the viewer and other programs.
- Calling expression definition functions such as DefineScalarExpression() in the CLI to redefine an expression of the same name does not redefine the expression. It instead mistakenly adds a duplicate expression definition that VisIt ultimately ignores.
- Many bugs with exporting databases were fixed.
- If you put a command in the View window (e.g. rotx 90) and press Apply, that command will now take effect.
- VisIt will no longer hang when opening binary files that have the extension .visit.
- VisIt will no longer crash when doing a Streamline plot with a single color.
- VisIt will no longer crash when slicing a point mesh that has been resampled onto a grid.
- VisIt will now properly ignore ghost data when doing a cross-mesh field evaluation expression.
- VisIt will now properly honor multiple light sources with its save window operation.
- VisIt's expression language no longer issues an internal warning when combining the curl expression
with other expressions.
- A bug was corrected where the legend of a contour plot with three isolevels only displayed two isolevels.
- VisIt's interpolation of point meshes onto a rectilinear grid with the Resample operator now produces results
that more heavily weight the proximity of the point. This makes the results more intuitive.
- VisIt no longer places the Y-Axis and Z-Axis labels far away from the bounding box
when placing 3D annotations.
- VisIt will no longer swap the opacity and color variables when doing a volume rendering.
- Simulation Qtable widget will now send the value in the row and col in addition to the row and col numbers.
- ValueChanged signal is now generated for QTable widgets in custom simulation dialog widgets
- The integrate query now correctly computes the area under the curve generated by a histogram plot.
- The hohlraum flux query was patched to distribute rays correctly, and enhanced to compute temperature along with flux.
- PDB Database plugin no longer requires variables to have special '@' character in their name.
- Second and later attempts to plot a CSG variable resulted in constant gray plot.
- Binary distribution on Linux reports problems loading TSTT database plugin.
- VisIt reports Invalid Variable 'levels' when plotting SAMRAI files with single patch.
- Silo files written by parallel VisIt have invalid spatial and data extents.
- The CLI Lineout command was fixed so that it no longer ignores the 'numSamples' argument.
- The S3D reader is now available on the windows platform.
- VisIt will no longer crash when animating CosmosPP data through time.
- The help window's Increase/Decrease font size options now work correctly on the Windows platform.
- VisIt's Save movie feature now works on the Windows platform, provided the user has write access to the chosen output directory.
- Specular highlighting could lose settings and become permanently disabled when restoring sessions.
- Tecplot files with no model in the Zone record now load correctly, defaulting to the POINT ordering.
- Tecplot files with no element type in the Zone record now correctly default to return point meshes.
- Fixed time derivative expressions so that they actually divide by delta-time.
- Windows version now honors '-config' command-line directive.
- Double-clicking session files works on Windows again.
Click the following link to view the release notes for the previous version
of VisIt: VisIt 1.6 Release Notes.
Click the following link to view the release notes for the next version
of VisIt: VisIt 1.7 Release Notes.