-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I updated the web site for the 2.13.3 release.
git-svn-id: svn+ssh://edison.nersc.gov/project/projectdirs/visit/svn/visit/branches/2.13RC@33730 18c085ea-50e0-402c-830e-de6fd14e8384
- Loading branch information
Showing
6 changed files
with
174 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 72 additions & 0 deletions
72
docs/WebSite/pages/visit/releases/release-notes-2.13.3.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<page> | ||
<title><![CDATA[Release Notes for VisIt 2.13.3]]></title> | ||
<owner><![CDATA[Page Owner Name]]></owner> | ||
<IM>LLNL-WEB-760254</IM> | ||
<lastchanged><![CDATA[October 30, 2018]]></lastchanged> | ||
<template><![CDATA[l2]]></template> | ||
<content> | ||
<![CDATA[ | ||
<link rel="stylesheet" href="content/css/mods.css" media="screen" /> | ||
<div class="row"> | ||
<div class="span9"> | ||
<ul class="nav nav-tabs"> | ||
<li><a href="simulation/computer-codes/visit">VisIt Home</a></li> | ||
<li class="active"><a href="simulation/computer-codes/visit/downloads">Downloads</a></li> | ||
<li><a href="simulation/computer-codes/visit/new">What's New</a></li> | ||
<li><a href="simulation/computer-codes/visit/screenshots">Screen Shots</a></li> | ||
<li><a href="simulation/computer-codes/visit/gallery">Gallery</a></li> | ||
<li><a href="simulation/computer-codes/visit/faqs">FAQs</a></li> | ||
</ul> | ||
<p>Welcome to VisIt's release notes page. This page describes the important | ||
enhancements and bug-fixes that were added to this release.</p> | ||
<h2>Bugs fixed in version 2.13.3</h2> | ||
<ul> | ||
<li>Corrected a bug with restoring sessions with different sources from the graphical user interface, even if the session's gui file is missing.</li> | ||
<li>Modified the Tecplot reader to only create all-to-all curve definitions if the first variable listed does not appear to be a coordinate variable.</li> | ||
<li>Modified the MFEM reader to read the "lod" tag to set the proper level of detail.</li> | ||
<li>Corrected a viewer crash that could occur when deleting windows containing lineout curves.</li> | ||
<li>Corrected a bug in the CracksClipper operator attributes window that was restricting the Strain variable to Symmetric Tensors. It will now also accept normal Tensor variables.</li> | ||
<li>Corrected a bug in the CracksClipper operator in the calculation of the crack width for the third crack direction.</li> | ||
<li>Corrected a bug with defining symmetric tensors, where it was impossible to set the expression <i>Type</i> to <i>Symmetric Tensor Mesh Variable</i> and define an expression that could successfully be used elsewhere in VisIt. Symmetric tensors can now be defined using either all 4 components or all 9 components of the tensor, repeating variables so that the expression is actually a symmetric tensor. For example, a 2D Symmetric Tensor would be defined as "{{a,b},{b,c}}" and a 3D Symmetric Tensor would be defined as "{{a,b,c},{b,d,e},{c,e,f}}".</li> | ||
<li>The Line3D annotation object's default arrow is now cone shaped instead of flat, and its initial size is in relation to the current extents of the data being drawn.</li> | ||
<li>Corrected an error in the host profiles for Cori.</li> | ||
<li>Corrected a bug on Windows where executing a command from the Command window could yield the wrong results.</li> | ||
<li>Corrected an bug on OSX where the screen turns black during zooming and lineouts.</li> | ||
<li>Corrected a bug where it wasn't possible to change the antialiasing. It is now possible to change the antialiasing, but it requires saving settings and restarting VisIt.</li> | ||
<li>Corrected the Explode operator to handle bugs that would occur when exploding reflected multi-domain data.</li> | ||
<li>Corrected problems building external plugins from an installed version of VisIt on Linux.</li> | ||
</ul> | ||
<h2>Enhancements in version 2.13.3</h2> | ||
<ul> | ||
<li>Added support for multi-block curves.</li> | ||
<li>Added support for CQUAD8 to the NASTRAN reader.</li> | ||
<li>Added support for additional element types to the NASTRAN reader. Specifically all the elements that both NASTRAN and VTK support.</li> | ||
<li>Host profiles were added for the Lawrence Livermore National Laboratories' Pascal system.</li> | ||
<li>Modified the BOUT reader to create a single regular block in the rotational direction, interpolating the field values onto it based on zshift instead of distorting the zones by zshift and using unmodified field values. This reduces the size of the mesh and also eliminates the rendering artifacts caused by the large aspect zones created by distorting the zones.</li> | ||
<li>Added support for vtkGhostType in the VTK reader.</li> | ||
<li>Added support for ghost_node_labels and ghost_zone_labels in the Silo reader.</li> | ||
<li>Enhanced build_visit so that it builds MFEM with GZSTREAM compression enabled.</li> | ||
<li>Add support for relative indexing of nodes, normals and textures in Wavefront OBJ files.</li> | ||
</ul> | ||
<h2>Changes for VisIt developers in version 2.13.3</h2> | ||
<ul> | ||
<li>Corrected bugs in build_visit building Qt, NetCDF, Xdmf, and CCMIO on OSX 10.13 systems.</li> | ||
</ul> | ||
<p>For any additional questions, send e-mail to <a href="mailto:[email protected]">VisIt Users</a>.</p> | ||
</div> | ||
</div> | ||
]]> | ||
</content> | ||
</page> |
Oops, something went wrong.