Skip to content
Snippets Groups Projects
  1. Jul 18, 2015
    • Berk Geveci's avatar
      Improved ghost array generation. · 1c0cfb9a
      Berk Geveci authored
      - Added the option to generate only cell values.
      - Bypass if there are no ghosts
      - Do not replace existing ghost arrays. Add to them.
      1c0cfb9a
    • Utkarsh Ayachit's avatar
      Cleaning python testing macros. · 44c7f0b8
      Utkarsh Ayachit authored
      When attemping to add tests using vtk_add_test_python_mpi(), issues were
      spotted in the vtkTestingMacros code. This commit addresses those
      issues.
      
      VTK_PYTHON_EXE is no longer globally defined in CMakeLists.txt.
      vtk_add_test_python_mpi() and vtk_add_test_python() assume a good
      default is none is set (this allows for applications like ParaView to
      use these macros while overriding the executable to run).
      
      We use generator expressions to point to the default
      vtkpython/pvtkpython executables which works better when MPI
      (mpiexec/mpirun) is being used to launch the test executable.
      44c7f0b8
    • Utkarsh Ayachit's avatar
      Adding a basic test to test vtkMPIMultiBlockPLOT3DReader. · 695b4817
      Utkarsh Ayachit authored
      Also fixed vtkTestingMacros to properly locate vtkpython executable when
      adding MPI tests.
      695b4817
    • Utkarsh Ayachit's avatar
      Add vtkMPIMultiBlockPLOT3DReader -- MPI-IO enabled reader for Plot3D. · bc18ac79
      Utkarsh Ayachit authored
      Adding new vtkMPIMultiBlockPLOT3DReader which uses MPI-IO to read plot3D
      files in parallel. vtkMPIMultiBlockPLOT3DReader overrides
      vtkMultiBlockPLOT3DReader using vtkObjectFactory mechanisms. It only
      supports reading binary 3D-Plot3D files.
      bc18ac79
    • Utkarsh Ayachit's avatar
      Make vtkMultiBlockPLOT3DReader factory overridable. · d3dee7d6
      Utkarsh Ayachit authored
      Make vtkMultiBlockPLOT3DReader use vtkObjectFactoryNewMacro so that it
      can be overridden using vtkObjectFactory.
      d3dee7d6
    • Berk Geveci's avatar
      Making the Plot3D reader parallel. · 2e541e5c
      Berk Geveci authored
      Updating vtkMultiBlockPLOT3DReader to enable parallel reading support.
      vtkMultiBlockPLOT3DReader can now read subextents in parallel on
      different ranks using POSIX I/O.
      2e541e5c
    • Berk Geveci's avatar
      Moved Plot3D reader to IO/Parallel. · 34d5b074
      Berk Geveci authored
      In preparation to add parallel support to Plot3D reader.
      34d5b074
    • Utkarsh Ayachit's avatar
      Fixed invalid #ifs in vtkByteSwap. · 0e902eec
      Utkarsh Ayachit authored
      vtkByteSwap was looking for obsolete variables to add overloads for
      long long or __int64. Fixed it using the same pattern as vtkType.h.
      0e902eec
  2. Jul 17, 2015
  3. Jul 16, 2015
  4. Jul 15, 2015
  5. Jul 14, 2015
  6. Jul 13, 2015
Loading