- Jul 19, 2015
-
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
- Minor error handling cleanup. - Made sure that reading error on rank 0 causes all ranks to report error.
-
557ec619 Error checking: check status of collective call. d9555377 Fix typo in call to superclass method. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !432
-
- Jul 18, 2015
-
-
Utkarsh Ayachit authored
Ensure we check status for all collective calls correctly.
-
Utkarsh Ayachit authored
Copy/paste error!
-
70cb8dde ENH: Move test that discovers inconsistent structured grids in an AMR grid. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !365
-
07869098 Win64 fixes for vtkMultiBlockPLOT3DReader. 9c1667f6 Do not override DATA_NUMBER_OF_GHOST_LEVELS() unnecesarily. 0027efa6 Do not rexecute based on ghosts for serial execution 1c0cfb9a Improved ghost array generation. 44c7f0b8 Cleaning python testing macros. 695b4817 Adding a basic test to test vtkMPIMultiBlockPLOT3DReader. bc18ac79 Add vtkMPIMultiBlockPLOT3DReader -- MPI-IO enabled reader for Plot3D. d3dee7d6 Make vtkMultiBlockPLOT3DReader factory overridable. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !428
-
Utkarsh Ayachit authored
vtkMultiBlockPLOT3DReader now handles reading large files on Win64 machines. We need to use 64-bit API on Windows since sizeof(long) is 4 bytes on Windows.
-
Berk Geveci authored
If an algorithm produces more ghost levels than asked for, it should be able to set DATA_NUMBER_OF_GHOST_LEVELS() and let the pipeline know. This was not possible because the executive was overwriting the value.
-
Berk Geveci authored
-
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.
-
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.
-
Utkarsh Ayachit authored
Also fixed vtkTestingMacros to properly locate vtkpython executable when adding MPI tests.
-
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.
-
Utkarsh Ayachit authored
Make vtkMultiBlockPLOT3DReader use vtkObjectFactoryNewMacro so that it can be overridden using vtkObjectFactory.
-
Berk Geveci authored
Updating vtkMultiBlockPLOT3DReader to enable parallel reading support. vtkMultiBlockPLOT3DReader can now read subextents in parallel on different ranks using POSIX I/O.
-
Berk Geveci authored
In preparation to add parallel support to Plot3D reader.
-
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.
-
f95de304 Updated test to new ivar to turn off auto adjust sample distance 20b2a4a9 Added alternate baseline with jitter for GL2 5df033ab Fixed ReductionFactor not initialized that was causing tests to hangup a5890e69 Fixed styles and added notes 5282543e Merge branch 'paraview_volume_issue' into fix_interactive_volume_issues 938c8790 Fixed issues with interactive volume rendering 9b2883aa Improve documentation of new variable in vtkSmartVolumeMapper 40ec94e5 Interactively adjust sample distance for vtkSmartVolumeMapper ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !430
-
- Jul 17, 2015
-
-
Aashish Chaudhary authored
-
94866116 Mark the entire Accelerators Dax module as legacy as of 6.3 7ae792fa Mark the entire Accelerators Piston module as legacy as of 6.3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !425
-
ef927f02 ENH: Remote module capability Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !385
-
Aashish Chaudhary authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
36b7d409 mpi4py: strip trailing whitespace from the include dir f3450ca9 vtkRAdapter: move R_NO_REMAP to the header 1cf2f9be doxygen: generate SVG images Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !376
-
6ccc95c9 Avoid segfaults for multiblocks of vtkTable. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !426
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
- Jul 16, 2015
-
-
Sankhesh Jhaveri authored
-
a94c1c8e Fixing parallel periodic filter e180b45d First bug fix fro periodic filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !398
-
- Jul 15, 2015
-
-
Bill Lorensen authored
A preliminary implementation of Remote modules. This approach follows the ITK implementation. Three remote modules are included for testing David Doria's Poissoin Reconstruction, David Gobbi's vtkDICOM and Slicer's vtkAddon. To configure vtk with these remote modules: cmake -DvtkAddon:BOOL=ON -DModule_PoissonReconstruction:BOOL=ON -DModule_vtkDICOM:BOOL=ON vtk_source_dir make
-
Sankhesh Jhaveri authored
Added new flag called InteractiveAdjustSampleDistances that essentially controls whether the internal volume mappers compute or use a set sample distance. The decision is based on whether the render is interactive or still depending on the difference between the DesiredUpdateRate of the vtkRenderWindow and the InteractiveUpdateRate of the vtkSmartVolumeMapper
-
Sankhesh Jhaveri authored
This change makes the vtkSmartVolumeMapper compute the volume mapper sample distance based on dataset spacing. The default value of SampleDistance is changed to -1.0. Negative SampleDistance value makes the vtkSmartVolumeMapper compute SampleDistance.
-
Sankhesh Jhaveri authored
vtkSmartVolumeMapper decides whether its internal mappers should auto-adjust or use a specific sample distance based on whether the render is interactive or still. The InteractiveUpdateRate member variable helps decide this. This variable was removed in dcd2ee86 when the sample distance API was extended to vtkSmartVolumeMapper. This change just affects the vtkSmartVolumeMapper available under the OpenGL2 backend.
-
Sankhesh Jhaveri authored
The OpenGL2 backend GPU volume mapper is producing jagged edges as compared to the OpenGL backend GPU volume mapper. The issue could be related to texture filtering.
-
Utkarsh Ayachit authored
This overcomes segfaults when the input is a multiblock of vtkTable or other non-vtkDataSet instances.
-