Skip to content
Snippets Groups Projects
  1. Jul 13, 2015
    • Utkarsh Ayachit's avatar
      BUG #14897: Fix periodic boundary issues with vtkNetCDFCAMReader. · 23dff2bd
      Utkarsh Ayachit authored
      vtkNetCDFCAMReader did not deal with periodicity of the domain
      correctly. There were cases (as demonstrated by the report BUG) where
      the cells we incorrectly split. Fixed the code to be more robust to the
      potential ways in which the points in the cells are defined. Also
      includes some performance tweaks e.g. using vector instead of map.
      
      This deprecates the SetCellLayerRight/GetCellLayerRight API on the
      reader. This API is no longer needed since the reader makes an informed
      decision when deciding which side to place the cells that overlap the
      periodic boundary.
      23dff2bd
  2. Jul 08, 2015
  3. Jul 07, 2015
  4. Jul 06, 2015
  5. Jul 04, 2015
    • Utkarsh Ayachit's avatar
      BUG #15155: Fix issues with temporal interpolator. · e4c6f5c5
      Utkarsh Ayachit authored
      vtkTemporalInterpolator changed the output dataobject to be same ptr as
      the internally cached dataobject. That meant that when the output was
      reset for a subsequent execution, the cached dataobject would get
      reset/reinitialized too! That was causing the report bug. Fixed by not
      changing the output data object ptr, instead shallow copying the cached
      value to it (as is the norm in VTK filters).
      e4c6f5c5
  6. Jul 03, 2015
  7. Jul 02, 2015
  8. Jul 01, 2015
  9. Jun 30, 2015
    • Bill Lorensen's avatar
      ENH: Remove unused tcl tests · 6890ae40
      Bill Lorensen authored
      These tests were not ported to vtk6. Furthermore there are python
      and/or Cxx tests that are the same as these tests.
      
      The unused tests were found using the
      Utilities/Maintenance/VTKTestsByLanguage.py script.
      6890ae40
Loading