- 30 Mar, 2011 10 commits
-
-
George Zagaris authored
Imlemented functionality (partially complete) for dealing with the ghost cells that are outside the domain.
-
George Zagaris authored
Added functionality to compute the global AMR box, i.e., an AMR box that covers the entire domain, with the prescribed spacing.
-
George Zagaris authored
Added methods for constructing AMR uniform grid patches and cell-center calculation.
-
George Zagaris authored
Added functionality to grow vtkAMRBox within the bounds prescribed by a root AMR box.
-
George Zagaris authored
Adding a 2D AMR data case generator where the hi-res blocks are on the bounaries of the domain.
-
George Zagaris authored
Updated documentation s.t. vtkMultiBlockDataSet is the documented output from this filter in response to recent changes in the output this filter produces.
-
George Zagaris authored
-
db328008 vtkParticleReader.cxx loss of precision on conversion
-
Glenn Faken authored
Changed code at starting at line 640. The issue is that vtkPoints are float by default so there is a loss of precision in reading in doubles and these being coverted to floats. This is a fix for bug 0006866 here is the link: public.kitware.com/Bug/view.php?id=6866 amaclean is actually the person that reported the issue and provided the bug fix is there a proper way to give credit when submitting a bug?
-
Kitware Robot authored
-
- 29 Mar, 2011 16 commits
-
-
George Zagaris authored
Added functionality to encapsulate the ghost-data exchange, a pre-processing step for extracting the dual, within the vtkAMRDualMeshExtractor.
-
George Zagaris authored
Adding AMRDualExtractor example to the repository -- A utility that demonstrates and tests the functionality of the vtkAMRDualExtractor object. Further, common functionality for AMR data that is employed in developing AMR examples is now consolidated in AMRCommon so that this functionality can be more readily reusable.
-
Brad King authored
Author: Matti Niemenmaa
-
David Partyka authored
-
David Partyka authored
-
George Zagaris authored
-
710a8c92 Adjust several ivars to be protected instead of private.
-
David Partyka authored
Enabling others to properly derive from the class. Change-Id: I816996815714b7e9a2ffaadf4ee1930273b1966a
-
George Zagaris authored
Resolved issue wherein compilation of the SimpleBenchmark.cxx was attempted which is part of any branch.
-
George Zagaris authored
Changed vtkExtractDataSets s.t. the output is a an instance of vtkMultiBlockDataSet. Each block in the multiblock dataset contains a vtkMultiPieceDataSet instance. Hence, a block in the output corresponds to a level in the input AMR vtkHierarchicalBoxDataSet. This change was necessary b/c of the way vtkHierarchicalBoxDataSet is rendered. Recent changes imposed that only boundary blocks are processed and further, only block faces on the actual boundary are rendered. Consequently, the way vtkExtractDataSets was previously implemented, i.e., by extracting the data in a new vtkHierarchicalBox instance, was resulting in faulty behavior selected blocks that are not on the boundary were not rendered/ignored by the vtkPVGeometry and vtkDataSetSurface filters.
-
George Zagaris authored
-
c00b409c COMP: Fix shadow variable warning and other fixes.
-
David Gobbi authored
-
George Zagaris authored
Added python wrapping support for AMR kit
-
George Zagaris authored
-
Kitware Robot authored
-
- 28 Mar, 2011 14 commits
-
-
David Gobbi authored
-
7875b5f1 Add interaction to test
-
e7b50f17 Fix unused variable warnings.
-
David Partyka authored
-
George Zagaris authored
-
017f1762 Clean up unused variable warning.
-
David Partyka authored
-
50fd9e56 Fix warning related compiler errors.
-
David Partyka authored
-
ea6a837b Fix unused variable warnings that appear when using vtkDebug macro. f73dabb8 Fix unused variable warnings that appear when using vtkDebug macro. b30cd7fb Fix unused variable warnings that appear when using vtkDebug macro. 5c5ee358 Fix unused variable warnings that appear when using vtkDebug macro. 87c848c0 Fix unused variable warnings that appear when using vtkDebug macro.
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-