VisIt 2.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.
Sections
General features added in version 2.1
- A new wizard was created for setting up comparison-based expressions. It is available under Controls->Data Level Comparisons.
- A new operator, DataBinning, was added. This operator calculates statistics over arbitrary spaces. One example is the calculation of probability density functions (PDFs). This functionality basically replaces the poorly supported "derived data functions" (DDFs) from previous releases.
- Saving windows now has an "advanced multi-window" option, which allows you to combine the results of multiple windows into one large window. This goes beyond the "save tiled" option in terms of controls for window layouts, nesting of windows, and transparency. This option should reduce the need for using image compositing tools when making movies.
- The expressions window now has buttons for managing expressions via separate configuration files.
- Three dimensional plots can now be scaled visually without affecting their axis labels via the View dialog. This is similar to the 2D "Full Frame" mode.
- Oblique projections are now supported via a new "Shear" setting in the 3D View dialog.
- The cli now provides a RenamePickLabel function that lets you rename the pick markers that VisIt creates so you are not limited to characters A,B,C,etc. An example is RenamePickLabel("A", "something more descriptive").
Advanced features added in version 2.1
- Support for multiresolution databases was added. AMR databases can
also take advantage of this support. At present, the STAR and
Chombo databases honor resolution requests; documentation on
how to enable it in other databases is available in the source
repository, under docs/multiresolution.txt
- It is now possible to enable and disable warning message popups. The preference Enable warning message popups is located in the Preferences window and is enabled by default.
- The Selection window was added so users can create selections. A selection is a set of
cellids created by a plot. For example, if you create a ParallelCoordinates plot of several
variables, restrict the variable ranges, and create a selection from it then the selection
will contain the cellids that fall within the specified ranges. You can name
the selection and apply it to other plots, even ones in other windows. In this case, you
could use the ParallelCoordinates plot as an interactive thresholding mechanism, modifying
a selection that erodes cells in a plot in another window. You apply a selection to a plot
using new controls in the Subset window. Once a selection is applied to a plot, the set of
cells used to make the plot is restricted to those contained in the selection. When a
plot that generates a selection is modified, plots that use the selection are recalculated so
they too match the cells used in the originating plot's selection.
- The visit_writer library now supports voxels and pixels.
- Support for variables defined on material subsets was added to the Silo plugin.
File format reader changes in version 2.1
- When they accept a given file name, preferred file format readers now take precedence over non-preferred file formats. Preferred formats are still also tried before giving up, when all other attempts to guess files based on their name fail.
- Files formats that support time natively now can correctly report their time when concatenated inside a .visit file.
- The PFLOTRAN reader now correctly produces material information. It also recognizes the components of a vector and produces a vector, rather than three scalars. These changes are courtesy Daniel Schep, Savannah River.
- BOV files now properly supports the TIME keyword. They also support a new keyword, CYCLE.
- The STAR database was added.
- A GULP trajectory file format reader was added.
- A PuReMD trajectory file format reader was added.
- A Silo bug involving species data was resolved.
- The ITAPS implemenation tarballs were all updated to ~ June, 2010
- Three separate problems were fixed in the Claw plugin: a random crash with reading uninitialized memory, a problem with calculating refinement ratios, and a problem with calculating nesting for patches near the origin.
Changes to VisIt's plots in version 2.1
- The window for the Volume plot was reorgnized so that it would be shorter. This change should help for users running on small displays, like laptops.
- The Volume plot now displays a histogram in the transfer function editor when doing RayCasting, matching the behavior for the other rendering types.
- The Volume plot is now more efficient in memory and execution time
when doing a ray casting with logarithmic scale with a minimum value set.
- The Vector plot now has an option for placing its glyphs uniformly through the mesh, rather than adapting to the mesh's resolution.
- The window for the Vector plot was reorganized. The previous version had scaling controls on the wrong tab.
- The Curve plot now can add cues to show a location along the curve. This is anticipated to be a useful feature when animating a curve within a movie.
- The Molecule plot now supports 2D rendering primitives.
- The Scatter plot was improved to properly support colored scatter plots when material selection is used.
- The Scatter plot wizard was condensed to provide faster plot setup.
- The Subset plot now supports meshes with a single domain.
- It is no longer necessary to press the Enter key before pressing the Apply button when changing the Format template text field in the Label plot attributes window for the change to take effect.
Changes to VisIt's operators in version 2.1
- The Transform operator can now apply an arbitrary 4x4 matrix
transform.
- The Inverse Ghost Zone operator can now request ghost zones and does so by default.
- The warning message that warns about adding the same operator multiple times to a plot now only applies to the Slice operator.
Changes to VisIt's expression language in version 2.1
- New expressions, min_coord and max_coord, can find the smallest or
largest coordinate value (X, Y, Z, radius, theta, phi) within a cell.
- zonal_constant and nodal_constant expressions were added as aliases for the existing cell_constant and point_constant expressions.
- A hang was fixed in the key_aggregate expression for the case where there were more processors than chunks of data to process.
Changes to VisIt's picks and queries in version 2.1
- The Integrate query now works on one dimensional cross sections.
- Python queries now support passing of arbitrary python objects via the 'args' keyword argument of PythonQuery().
- Variable Sum and Weighted Variable Sum now support array variables and summing each individual component to construct an array result.
- The XRay Image query has been added to VisIt. It calculates x ray images by casting rays through the data set and integrating an absorbtivity and emissivity variable along the rays. The absorbtivity and emisivity variables can be array variables in which case you will get one image per array element. The query takes the following inputs:
- Output Image Format: The output image format, which can be either bmp, jpeg, png, tiff or rawfloats.
- Divide Emis by Absorb: A flag indicating if the emissivity should be divided by the absorbtivity.
- Origin: A point along the ray going through the center of the image plane.
- Theta, Phi: The direction of the rays in spherical coordinates. Theta is the angle from the Z axis and phi is the angle around the Z axis from the X-Z plane.
- Image Width, Height: The width and height of the image in the coordinate system of the data set.
- Image Pixel Size: The width and height of the image in pixels.
Other bugs fixed in version 2.1
- Data that is larger than 1e+18 can now be rendered (and lit) correctly.
- Macro recording was changed so it generates a function name based on the name supplied for the macro. This eliminates a problem where giving a function name with invalid Python characters caused the macro to be discarded.
- Macro recording for the Chord Length Distribution Query was improved.
- The help text under Working with databases->Supported File Types->File extensions, which describes the order in which the database plugins are tried when attempting to open a file, is now current.
- Printing on the Mac was fixed.
Changes to configuration files in version 2.1
Changes for VisIt developers in version 2.1
- build_visit now builds VisIt using Mesa 7.8.2.
- build_visit now builds VisIt using VTK 5.0.0g. VTK 5.0.0g includes all the patches that were made by build_visit. Because of this it is possible to build VTK 5.0.0g on all our supported platforms without applying any patches.
- The cli now has an OpenCLI() method that can be used to spawn another instance of the cli.
- Visit's install process creates a complete python install which supports the installation of additional python modules.
Click the following link to view the release notes for the previous version
of VisIt: VisIt 2.0 Release Notes.