diff --git a/docs/changelog/2.3/release-notes.md b/docs/changelog/2.3/release-notes.md index 2d154611cfd0368509f0a340ea1cb71a5d73d039..2c42b2402fbbc0113f0428db7bb179d4cad4b01c 100644 --- a/docs/changelog/2.3/release-notes.md +++ b/docs/changelog/2.3/release-notes.md @@ -14,6 +14,7 @@ VTK-m 2.3.0 Release Notes - Better document the creation of Field and CoordinateSystem. - ExternalFaces: Improve performance and memory consumption. - Fixed winding of triangles of flying edges on GPUs. + - Enable extracting external faces from curvilinear data. 4. [Control Environment](#Control_Environment) - Load options from environment variables. - Added log entry when a cast and call fallback is used. @@ -156,6 +157,14 @@ the face, and that can cause shading problems with some renderers. This has been fixed to make the windings consistent on the GPU with the CPU and the gradients. +## Enable extracting external faces from curvilinear data + +The external faces filter was not working with curvilinear data. The +implementation for structured cells was relying on axis-aligned point +coordinates, which is not the case for curvilinear grids. The implementation now +only relies on the indices in the 3D grid, so it works on structured data +regardless of the point coordinates. This should also speed up the operation. + # Control Environment ## Load options from environment variables diff --git a/docs/changelog/curvilinear-external-faces.md b/docs/changelog/curvilinear-external-faces.md deleted file mode 100644 index 7824d362f08b918f9cd2195a24f16cc222399347..0000000000000000000000000000000000000000 --- a/docs/changelog/curvilinear-external-faces.md +++ /dev/null @@ -1,7 +0,0 @@ -## Enable extracting external faces from curvilinear data - -The external faces filter was not working with curvilinear data. The -implementation for structured cells was relying on axis-aligned point -coordinates, which is not the case for curvilinear grids. The implementation now -only relies on the indices in the 3D grid, so it works on structured data -regardless of the point coordinates. This should also speed up the operation. diff --git a/version.txt b/version.txt index d62e3a5a6d34ee369a221deb0d732c816c02bd25..276cbf9e2858c779297bb9f73b34170302949ec4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.3.0-rc1 +2.3.0