- 17 Jun, 2011 11 commits
-
-
George Zagaris authored
Implemented bi-directional conversion of (level,id) to a flat index. The flat indices are defined as in level-order, i.e., starting from level 0.
-
George Zagaris authored
Made changes to reflect API changes in vtkAMRGridIndexEncoder.
-
George Zagaris authored
Changed method names to start with upper-case leter per the VTK coding standards.
-
George Zagaris authored
-
0e77e36c ENH: Remove old checkerboarding code.
-
David Gobbi authored
-
ac80a0f1 ENH: Use a fragment shader for checkboarding images.
-
David Gobbi authored
-
Kent Williams authored
-
George Zagaris authored
-
Kitware Robot authored
-
- 16 Jun, 2011 23 commits
-
-
George Zagaris authored
Changed request data to check if AMR metata are provided from the module upstream.
-
George Zagaris authored
Fixed typo leading to miscalculation of the grid spacing of the metadata.
-
George Zagaris authored
Added handling of the case where there is only a single grid, in which case the number of levels is zero. Hence, the vector that holds a counter for the number of blocks at each level must be allocated with numLevels+1 elements.
-
fe03db81 Added further flexibility: can test or not test serial superclass 233a4ae0 68-95-99.7 rule verification only applies when descriptive stats are run 3fa7001c Complete overhaul allowing to skip some of the parallel moment statistics 10393377 Fixed inconsistencies with other tests, documentation
-
Philippe Pébay authored
-
George Zagaris authored
This commit introduces the first set of changes for Query-Driven Visualization (QDV) of AMR datasets. The changes are as follows: (1) The base reader implements RequestInformation() and defines a pure abstract method FillMetaData() to be implemented by concrete classes. (2) Concrete AMR readers implement FillMetaData() which essentially creates a vtkHierarchicalBoxDataSet with the uniform grids and AMR boxes but with no data, e.g., density etc. (3) The metada is published in the output information object for downstream modules.
-
George Zagaris authored
-
Philippe Pébay authored
-
Philippe Pébay authored
-
Philippe Pébay authored
-
ba97091d Fixed incorrect parsing of absolute tolerance for MPI Order as well 6fc8bb37 BUG: parsing of absolute tolerance 50b9a6a7 Better default values for parametric initialization c2d350b3 Added absolute threshold for testing to parallel order statistics 02c06925 Fixed incorrect documentation: CDF tolerance is *absolute* 8c465f69 Added command line parser so parallel contingency can be tested parametrically
-
Philippe Pébay authored
-
Philippe Pébay authored
-
Philippe Pébay authored
-
Philippe Pébay authored
-
Philippe Pébay authored
-
Philippe Pébay authored
-
George Zagaris authored
-
400133e0 BUG: Fixed a few small include issues.
-
Marcus D. Hanwell authored
Should not use <> for VTK headers in VTK classes, vtkAppendFilter was not being used in vtkFacetWriter. Change-Id: I52aba1695be00d81c5d9954348ba824963c85819
-
91b76333 ENH: Register SQL database callbacks for factories.
-
Marcus D. Hanwell authored
If the SQL database classes are not being compiled into VTK directly, register their callback methods so that they can be registered later. This is being used in the modularized VTK source tree, the ParseURL method was made public in the derived classes. Alternatively the classes could be friends with the callback function, or the superclass could call ParseURL on the newly constructed database objects. Change-Id: Iea878da34fb37b8fdf64188e80acca3fee988718
-
Kitware Robot authored
-
- 15 Jun, 2011 6 commits
-
-
7deb7908 BUG: Remove timestamp check on quality adjustment.
-
David Gobbi authored
The timestamp check does not work consistently, remove for now.
-
David Gobbi authored
If a high-res texture is already loaded and if it will not have to be re-loaded during the render, then keep it rather than forcing generation of a low-res texture during interactive renders.
-
690b2021 Added line interface so all input parameters can be passed at execution time c278c91c Fixed documentation that no longer made any sense with recent changes 8a429d43 Generate column names on the fly, in a flexible way 1a760fa9 Fixed oddities left in this test 8e0d42f0 Make standard deviation an input parameter, for parametric studies 30b07805 Make number of clusters an input parameter for parametric studies 61aef2ac Make input cluster means a parameter (for parametric testing)
-
Philippe Pébay authored
-