- 02 May, 2012 4 commits
-
-
Philippe Pébay authored
17252695 Fixed array sizing error 44e7c97c Documentation clean up 251243e2 Removed this non-test, replaced it with an Example (HTGridDemonstrator) 8bc399f0 A program to illustrate the use of various hyper tree filters. 769b677f Giving credits for regression tests and hyper tree generator 17b47ce1 Header clean up 49f40cdd CMake list error ae51d6b2 Removing the old hyper tree generator which was bypassing the pipeline 18951db8 Documentation 1860671f Allow for binary or ternary subdivisions 3f926f87 Allow for variable levels of recursion b22181b3 Use smart pointers for testing fbbc6c97 Make sure that global hyper tree test has consistent input 7393abaa Renaming tests for the sake of clarity bfa34cee Renamed test and changed it to make it better (2D+binary) c1a43716 Activate hyper tree grid axis cut 97bd43ab Active hyper tree grid geometry test
-
Marcus D. Hanwell authored
6e04a904 Move Parallel specific methods from vtkExodusIIReaderPrivate
-
Chris Harris authored
vtkExodusIIReaderPrivate uses VTK_USE_PARALLEL to conditionally compile Parallel specific methods. These should be moved to vtkPExodusIIReader. Change-Id: Ib70655fcda3cc39f63a568cb021a57080dd863b5
-
- 01 May, 2012 36 commits
-
-
Chris Harris authored
06dda22b Fix call to set VTK_MPIRUN_EXE bb91e547 Remove use of VTK_USE_MPI in vtkDistributedDataFilter 7da57c32 CMAKE_XXX_OUTPUT_DIRECTORY should not be cache entries 9f2b6f4d Test the variable MPIEXEC (not its value) 8dd98b6a Updated CMake to do MPI stuff in Parallel/MPI a9a0d3d2 Let other projects set modules dir too 360fd581 Remove vtkPStreamTracer & vtkDistributedStreamTracer from wrap exclude 0d9a8ce9 vtkContext2D needs to be wrapped for ParaView 69441b31 Exclude vtkCompositeRGBAPass from wrapping
-
Marcus D. Hanwell authored
795125d4 Add additional HDF5 include directory
-
Chris Harris authored
The sytax for the set call to create the VTK_MPIRUN_EXE cache entry is incorrect. Change-Id: I5c1473a8951e1e6ed0170b31ed6f14f71e88671a
-
Chris Harris authored
There are header files in vtkhdf5/src needs by external application such as Titan and ParaView. Change-Id: Id0f6b869c3e4c47517740b12419133b031905164
-
Chris Harris authored
VTK_USE_MPI is no longer used. This filter is in ParallelFilters so no check for MPI is needed as it is a dependance. Change-Id: I130111cc4852403e27f23a2834d12af4a8e6c841
-
Chris Harris authored
Suggested-By:
Brad King <brad.king@kitware.com> Change-Id: I549e2f47bb656d6ec74911b73037e8ffd3efb9ed
-
Also, made the else a fatal error as nothing will work as expected if the Find MPI call failed. Change-Id: I9e524beb208bb3928656c85fcefc2442f1fd7a43
-
The CMake variables were never initialized, this logic needs to take place in Parallel/MPI and be available to other modules that depend on it. Change-Id: Ib2218d7f22a9c9c46f3b6e02b55a7b8fcd81f85d
-
Change-Id: I9d1d2bc1624ff6401964f19dcc365a07943d3c2a
-
Marcus D. Hanwell authored
f48aa25c Add code to module infrastruture to export module class information
-
Chris Harris authored
These classes need to be wrapped, however, vtkPStreamTracer should be marked as abstract. Change-Id: I0b6ce07d134f4ace87eb8916025e01d03f018d38
-
Chris Harris authored
External wrappers such a ParaView need information about classes contain in a paricular module. This information was provided by the vtk${Kit}.cmake files. This information needs to be written to a new set of files in the VTK_MODULE_DIR along with the appropriate new macro the load this information. Change-Id: Iec18d3a03056feb2db5bd54d6c5380c0592c52cf
-
Marcus D. Hanwell authored
187fadbc Disallow invalid orbitals in vtkProgrammableElectronicData::(Set|Get)MO
-
Chris Harris authored
fd40b96e Move vtkAMRVolumeMapper to AMR/Core
-
Marcus D. Hanwell authored
e2df0016 Add include directories to vtkxml2_INCLUDE_DIRS
-
Chris Harris authored
ParaView's Xdmf2 implemention uses these includes. Change-Id: I20131cf54a072db2247b9abb47d81d50196551bf
-
Marcus D. Hanwell authored
cb8f015a Remove automatic overrides taken from vtkParallelFactory
-
George Zagaris authored
f85c2c7f BUGFIX: Fix Flash Reader TestSetGet HDF5 errors 79d46b71 BUGFIX: Fix TestSetGet for AMR Enzo reader
-
Chris Harris authored
This needs to be tested with Java wrapping Change-Id: I9ea4b7f5c14dcf24d5101bb5d3d057632732b94b
-
Chris Harris authored
This was excluded in "old" VTK. Change-Id: I656d215ee425c16e17f44c16012d5b57269516eb
-
Chris Harris authored
vtkAMRVolumeMapper is not currently compiled. Move to AMR/Core and add to CMakeLists.txt Change-Id: Id157672ee6ef46dcbdb015dadd2214da007a4f7a
-
Chris Harris authored
During modularization vtkParallelFactory was removed and replaced with automatic object factory registration. This was a change in behaviour that cause problems with ParaView. For example a vtkPSphereSource would be returned instead of a vtkSphereSource. Remove the override, they were not being used anyway. Change-Id: I091454343fa8f9d3e6c2a234f70048dd2a662f62
-
Pat Marion authored
70008198 Fixed and added to the vtkAlgorithm's update extent API.
-
Dave DeMarle authored
Change-Id: I68df29532def3c5857af8e740a834aa7a87a101d
-
Dave DeMarle authored
Change-Id: I7ace63c5e6f56da87419c1c6dc504ea07729e2a7
-
George Zagaris authored
Fixed issue with Flash reader when supplied an empty string as a filename. An ivar, IsReady is used to guard the code from calling the internal visit-based reader when a "valid" filename has not been supplied. Change-Id: Ic3e15070fb1f7eb4de14bfa562923fbfddd8a3dd
-
George Zagaris authored
Fixed issues with AMR Enzo reader when supplied an empty string as a filename. The fix introduces an internal ivar "IsReady" that indicates whether a "valid" filename has been supplied. If IsReady is false, the code now short-circuits and returns instead of invoking the internal visit-based reader. Change-Id: I1d78e7f5e0379922e8e33aab655a7b755c1a6dbb
-
Dave DeMarle authored
Change-Id: I955bc23cd04dec5fc6a4dad3746d2371d1713985
-
Dave DeMarle authored
a978b7a2 Fix possible crash in Qt GraphicsView example.
-
Clinton Stimpson authored
vtkRenderView needs to be initialized differently now, and only giving it the vtkRenderWindow is sufficient. Otherwise, we get two windows with one interactor. Change-Id: I7d470e3f926689ca110532043bc8d1dcad1d5ce7
-
Dave DeMarle authored
Change-Id: Ib46fd747a84cfad2015d8d1a2d765f378762c26a
-
Dave DeMarle authored
Change-Id: Id0550a43c3407e3768f6d252d2ca996c7e283040
-
Brad King authored
Orbital indexing starts at 1. Diagnose and reject indices <= 0 instead of accessing std::vector at a negative index. Change-Id: Iac5b6f16bbeb506ee94a2ae3a64c8cc750d045cc
-
Brad King authored
Label recursive member PrintSelf output. Do not call PrintSelf on NULL members. Change-Id: Ie5b6c0681123b7df47adb779b4c8ae4798434acd
-