VisIt 3.1.2 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
Bugs fixed in version 3.1.2
- Fixed xml tools failure when full version specified (eg xml2cmake -v 3.1.2).
- Fixed Printing to printer and Printing to PDF on Windows.
- Fixed an issue where the pick operator would choose ghost zones while picking from mili datasets.
- Fixed bugs with the Blueprint plugin for cases where domain data also exists in the root file.
- Fixed ability to save a movie template via the Save Movie Wizard on Windows.
- Fixed bugs with the avtLinesFileFormat reader. The reader can now distinguish 2D from 3D, and it will not remove identical consecutive points that exist on different lines.
- Fixed a crash with the generation of ghost zones using global node ids where there were NULL domains.
- Fixed a bug that caused trilinear ray casting to have very harsh lighting.
Enhancements in version 3.1.2
- Removed the pbatch launch profile from the Lawrence Livermore National Laboratory's Max host profile.
- Enhanced the CGNS plugin to support a mesh decomposed across multiple CGNS files, one block per file as might be typical of file-per-processor parallel I/O. This requires that each file contain just a single CGNS mesh block. In addition, if all files do not also contain the same number of time steps, results will be indeterminate. The collection of CGNS files can be grouped together into a .visit file or follow the naming convention "basename.cgns.nblocks.iblock", where basename is any string, cgns is the string "cgns", nblocks is the number of blocks, and iblock is the block index.
- Enhanced VTK plugin to support reading and writing VisIt expressions as non-specific FIELD variable named "VisItExpressions" of type string. To see an example, look at the example file named
higher_order_triangles.vtk in vtk_test_data.7z
- Enhanced the Pick Through Time to use a substantially faster algorithm by default. This algorithm will be enabled when preserving the picked element id. When preserving the picked coordinate, the original algorithm will be used instead.
- Enhanced the new default Pick Through Time algorithm to handle vectors, tensors, and arrays. For vectors, the magnitude is used. For tensors and arrays, the major eigenvalue is used.
- Expressions in the GUI Expression window will now appear alphabetically sorted.
Changes for VisIt developers in version 3.1.2
- The build_visit script was enhanced to allow VisIt to build on Ubuntu 19.10 systems using gcc 9.2.
Click the following link to view the release notes for the previous version
of VisIt: 3.1.1.