Skip to content
Snippets Groups Projects
  1. Sep 27, 2024
  2. Sep 26, 2024
  3. Sep 25, 2024
  4. Sep 24, 2024
  5. Sep 23, 2024
    • David Gobbi's avatar
      Merge topic 'python313-fixes-2' · ef8fda13
      David Gobbi authored and Kitware Robot's avatar Kitware Robot committed
      
      65470923 Add 'encoding' to vtkPythonInterpreter IO streams
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Tested-by: default avatarbuildbot <buildbot@kitware.com>
      Reviewed-by: default avatarBen Boeckel <ben.boeckel@kitware.com>
      Merge-request: !11494
      ef8fda13
    • Spiros Tsalikis's avatar
      vtkDataAssemblyUtilities: Use vector based dataset indices insertion · a909b3af
      Spiros Tsalikis authored
      This avoids incremental checks against all existing indices, and instead
      checks are batched per amr level.
      a909b3af
    • Spiros Tsalikis's avatar
      vtkAMRDataInternals: Improve performance when adding datasets · 45a5aa15
      Spiros Tsalikis authored
      Better complexity reduces the number of internal swaps needed.
      45a5aa15
    • David Thompson's avatar
      Re-enable some cell-grid tests. · 75b37845
      David Thompson authored
      75b37845
    • David Thompson's avatar
      Add wheel exclusion for new macos x86_64 image tests. · 61759a78
      David Thompson authored
      Also, add an issue number for the TestCellGridRange exclusion.
      61759a78
    • David Thompson's avatar
      Significant new vtkCellGrid functionality. · 7765e7ac
      David Thompson authored
      + Add vtkCellGridCellCenters filter to compute cell centers as vertex cells.
      + Add vtkCellGridCellSource algorithm to create a single cell of the specified type.
      + Add an example application "CellGridSource" that demonstrates how cell-grid
        data is structured in memory and allows people to edit coefficients to explore
        function spaces.
      + Provide CPU interpolation that uses the same basis functions as GPU interpolation.
      + Add a legacy VTK reader+writer for vtkCellGrid so that ParaView client-server
        rendering works for small data (which must be transferred to the client).
      + Replace Intrepid basis functions with Intrepid2 basis functions.
      + Add a vtkCellGridToUnstructuredGrid filter; the output will always have linear
        geometry even if the source uses quadratic or higher order interpolation.
      + Add an HDIV attribute to the `dgHexahedra.dg` sample data.
      + Make the vtkPassSelectedArrays filter accept and process vtkCellGrid instances.
      + Add vtkCellGridTransform filter to apply a (linear) transform to a cell-grid's
        shape attribute.
      + Add vtkCellGridWarp filter to add an HGRAD cell-attribute to a cell-grid's
        shape attribute.
      + Add `vtkCellGridAlgorithm::GetInputCellAttributeToProcess()` to mirror
        `vtkAlgorithm::GetInputAbstractArrayToProcess()` (but for cell-grids); and
        `vtkCellGridAlgorithm::SetInputAttributeToProcess()` to mirror
        `vtkAlgorithm::SetInputArrayToProcess()`.
        Note that cell-attributes may currently only be referenced by name.
        Eventually, we should allow them to be referenced not by "type" (i.e.,
        field association) but by vtkCellAttribute::GetSpace().
      + Add attribute range information to cell-grid reader/writer.
      + When copying cell-grid instances, copy cached cell-grid range information in
        some cases.
      + Support range computation for HDIV and HCURL function spaces.
      + Add a vtkIOSSCellGridReader class that reads exodus files that end with a
        `.exdg` suffix as cell-grids instead of unstructured-grids.
        This also ports Spiros's performance changes to the new reader:
        changes from 9e3af159 through
        c0eca941 are included.
        Nodsets are not supported yet.
      + Add an option to the vtkCellGridReader/Writer classes to load/save
        JSON as binary message-pack data instead of plain-text.
      7765e7ac
    • David Thompson's avatar
      334d49c9
    • David Thompson's avatar
      Add to the release notes. · c2e38c61
      David Thompson authored
      c2e38c61
    • David Thompson's avatar
      Add a "golden ball" source. · fe815fb7
      David Thompson authored
      This source algorithm uses a Fibonacci spiral (generated using
      the "Golden Angle" of π*(sqrt(5) - 1)) which is then projected
      out of the plane onto a sphere and Delaunay-tetrahedralized into
      a ball. It includes a normal vector field by default which is
      zero-length at the center of the ball.
      fe815fb7
    • David Thompson's avatar
      Add an option to cell-grid copy-query. · af303ddd
      David Thompson authored
      This way, cells can be skipped while cell-attributes are copied.
      af303ddd
    • Jaswant Panchumarti (Kitware)'s avatar
      Do not set window title for wasm render windows · 8643fe81
      Jaswant Panchumarti (Kitware) authored
      - typically, wasm rendering applications already set the title
        in JS or the HTML document.
      - Previously, VTK used to override the user setting. This commit
        prevents that overriding behavior.
      8643fe81
Loading