Skip to content
Snippets Groups Projects
  1. Mar 28, 2023
  2. Mar 27, 2023
    • Sujin Philip's avatar
      Enable abort for vtkmContour · daf6280d
      Sujin Philip authored
      Using the abort features of VTK and VTK-m, enable abort support for the
      vtkmContour filter and test it.
      daf6280d
    • Sujin Philip's avatar
      Fix a bug in `tovtkm::ConvertSingleType` · 906ccf30
      Sujin Philip authored
      There was a bug, where the worklet `ReorderHex` was being explicitly marked as
      device only (not using VTKM_EXEC) when CUDA was enabled. However, in
      `BuildSingleTypeVoxelCellSetVisitor` where the worklet is invoked, the
      Cuda device was explicitly being disabled. This results in undefined
      behaviour. This path is only trigered when converting an unstructured
      grid containing all Voxels to vtkm DataSet.
      906ccf30
    • Sujin Philip's avatar
      Fix handling of coordinates field in vtkmAverageToPoints · a4039b3d
      Sujin Philip authored
      A recent change in VTK-m starts treating coordinate points as fields.
      This requires special handling when we don't want to process
      coordinates.
      
      Addresses: #18855
      a4039b3d
    • Sujin Philip's avatar
      vtkmSlice now works with uniform grid · 54e61a70
      Sujin Philip authored
      This path was previously disabled because there was a bug in VTK-m's flying
      edges implementation that caused crashes. The issue has since been resolved.
      
      Addresses: #18856
      54e61a70
Loading