VisIt 1.5.4 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.5.4
- This version of VisIt provides a new manual called: Getting Data Into VisIt.
The new manual explains how to get data into VisIt using three main
approaches:
- Writing data to existing file formats that VisIt can read (BOV, Silo, and
VTK file formats).
- Writing a new database reader plug-in for your data file format.
- Using VisIt's libsim library to instrument a simulation code so VisIt can
directly access data from its memory without the need to write files.
- VisIt's scalable rendering mode has been enhanced so that it can support stereo rendering.
- VisIt has been enhanced to support several line scan queries (such as a chord
length distribution) that allow
you to produce characteristic functions describing a data set's shape.
- VisIt now supports enumerated scalars. Enumerated scalars are scalars that contain ranges of values that are mapped to named bins that can be used for subsetting. Molecular datasets employ enumerated scalars to associate atomic number with the set of element
names. Enumerated scalars appear in the Subset window and can be used to
implicitly threshold values from a scalar variable using the names of the bins instead of the
actual scalar values associated with those bins.
- VisIt's File menu now contains an Open file option that allows
you to select and open a file to visualize. In addition, the new Open file
option allows you to select which database reader plug-in should be used to open
the file, which makes VisIt less dependent on file extensions for selecting an
appropriate database reader plug-in. With the addition of the Open file
option in the File menu, it is now feasible to hide the File panel
all of the time using the Preferences window.
- VisIt now provides a Replicate operator that can be used to replicate datasets along any or all of three direction vectors, making it easy to repeat periodic data such as molecules that make up a crystal. It is possible to specify the direction vectors in a file format's mesh metadata and it is also possible to
override those direction vectors in the Replicate Operator attributes window.
The window also allows you to control how many copies of the data will be
created along each of the three dimension vectors.
- VisIt's Main window has been improved so it contains two splitters that allow you to resize the amount of the
Main window that is devoted to the File panel, Plot list, and
Notepad area.
- VisIt's Main window can now be resized and positioned interactively and with the
-geometry command line flag. VisIt will remember the size and location of the
Main window for future VisIt sessions if you save your settings. This feature has been added to make VisIt easier to use on large displays.
- VisIt's expression language has been extended so that it can operate on curve variables.
- It is now possible to access curve data from lineouts from Python using the new
GetOutputArray function. Using the GetOutputArray function simplifies Python-based data analysis scripts since it makes curve data available in Python without having to
first save the curves in a visualization window and read the resulting curve file.
- VisIt now includes an Expected value query that calculates the integral of x*f(x)dx.
- VisIt's LLNL host profiles now include a batch profile for submitting to the Purple machine's visualization nodes. This enables VisIt to take priority over batch jobs running on the visualization nodes.
- VisIt's Clip operator has been extended so it works on any type of polygonal, line, or point data. This makes it possible to use the Clip operator to remove regions of point meshes, Molecule plots, or surfaces.
- VisIt can now scale glyphs from Vector plots when in Fullframe mode so the vector
glyphs have the correct scale relative to the Fullframe mode scaling.
- VisIt now provides a CreateBonds operator that allows you to to connect sets of atoms into molecular structures. The CreateBonds operator allows you to pick any number of atomic pairs and
set the distance tolerances that are used to create bonds between them. The CreateBonds
Operator attributes window uses a novel Periodic Chart widget to simplify
the process of picking pairs of element types.
- The data model used for VisIt's Molecule plot has been changed so that it is
now possible to have data that is centered on the atomic bonds as well as data
centered on the atoms.
- VisIt's FVCOM database reader plug-in has been extended to support reading the multi-domain FVCOM file format, making it possible to use VisIt to
analyze datasets generated using parallel FVCOM.
- VisIt has new database reader plug-ins that can read the CTRL and VASP molecular file formats.
- VisIt has a new database reader plug-in that can read 2D and 3D image data from NASA's FITS file format. The FITS file format is used to
store data from astronomical observations as well as simulated data.
- VisIt has a new database reader plug-in that can read 3D volumetric data from the Vis5D file format,
which is a format popular in the climate modeling community.
- VisIt has a new database reader plug-in that can read GGCM files.
- VisIt has a new database reader plug-in that can read OpenFOAM files.
- VisIt has a new database reader plug-in that can read Fluent files.
- VisIt has a new database reader plug-in that can read MM5 files.
Bugs fixed in version 1.5.4
- Lineout produced bad results due to a faulty VTK module for calculating the intersections of a line
with the cells in a plot. The faulty module has been replaced by a faster, better version that produced the correct lineout results.
- Pick sometimes returns the wrong values for array variables.
- VisIt's launcher scripts used to write to the /tmp directory, making it impossible to launch VisIt on diskless MacOS X computers where the /tmp directory
is read-only.
- VisIt's launcher scripts use a form of the tail command that prevents them from working on MacOS X systems where tail is a newer version provided by the fink project.
- The Windows version of VisIt hangs at 12% on startup due to some faulty code that treated IP addresses as null-terminated strings.
- The Revolve operator contained a memory overrun that caused VisIt's compute engine to crash on the Windows platform.
- Plotting scalar expressions after applying operators that use non-scalar secondary variables causes a problem in VisIt's visualization pipeline.
- Silex crashes when it is given a command line argument specifying the name
of a file that it cannot open.
- Dynamic lineout gets confused when multiple time-varying databases are used because it
sometimes uses the wrong time slider.
- Pick fails to find the zone that was picked when the zone is 2D but non-planar.
- VisIt's Clip operator crashes the compute engine when no clip planes are enabled.
- Pick does not work on Contour plots and sometimes pick markers are added in seemingly random locations.
- Query over time cannot finish for long execution times because the compute engine times out due to perceived inactivity.
- VisIt's Resample operator does not check its inputs carefully. When a negative number of samples is used, the operator tries to use that number for the number of samples and the compute engine crashes.
- VisIt does not handle ghost zones for very small Silo datasets that have 2 domains, each with one zone.
- VisIt can no longer open Wavefront OBJ files.
- VisIt's ThreeSlice operator no longer works.
- Red-Blue stereo rendering does not work in parallel in scalable rendering
mode.
- VisIt's Silo database reader plug-in does not successfully populate I/O information when the first mesh is a CSG mesh.
- VisIt's expression language parser does not rigorously check the number of expected arguments for expression functions, causing the compute engine to fail when processing a malformed expression definition.
- The host profile for the ICE machine no longer works.
- VisIt's VTK database reader plug-in can not read binary VTK XML files.
- Domain decomposed KullLite files do not expose the "density" variable.
- The variable menu in the Displace Operator attributes window can malfunction if you ever choose a variable that is not the "default" variable.
- VisIt's EnSight database reader plug-in only exposes 1 time state from files that have many time states.
- The DeferExpression operator is not available in the Windows version of VisIt.
- VisIt's plot variable menus are not updated for files that have metadata
which varies over time.
- Certain VTK include directories are missing from the binary VisIt distributions. This prevents plug-in development against installed versions of VisIt.
- When using the Python interface to control image and line annotations, the changes made to those objects do not take immediate effect as they should.
- VisIt issues a warning message for invalid material 0.
- The Apply operators and selection to all plots check box can sometimes be covered up by the
Notepad area in VisIt's Main window.
- VisIt's 2D area query issues a misleading error message when applied to a plot that yielded no geometry.
- The text in the Curve plot's legend was being drawn in white, making it impossible to see against the default white background in the visualization window.
- VisIt's support for arbitrary polyhedra is improved; it is faster for vector plots and does a better job of calculating their external faces.
- The Mili database reader is now built on Thunder.
- The Chombo database reader has been improved.
- The EnSight database reader has been improved to better handle time sequences.
Click the following link to view the release notes for the previous version
of VisIt: VisIt 1.5.3 Release Notes.
Click the following link to view the release notes for the next version
of VisIt: VisIt 1.5.5 Release Notes.