- 11 Mar, 2011 12 commits
-
-
George Zagaris authored
Implemented functionality to compute the error in the data-transfer for the gaussian pulse transfer example.
-
George Zagaris authored
Added functionality to compute point ownership information and donor level information for the ghost cells needed for contouring and downstream filters.
-
George Zagaris authored
-
Brad King authored
The previous commit removed the only use of this module. CMake provides an equivalent module anyway.
-
Brad King authored
FSF GCC does not know of the flag and complains. This flag was first added by commit 99f991c4 (Remove precompiled headers warnings and errors on Mac OSX, 2003-02-06). Then it was made conditional by commit 4fc6e3cc (BUG: 6277. conditionalise use of -no-cpp-precomp, 2008-07-21). This flag is needed only on ancient Apple GCC forks but is silently ignored by newer Apple GCC versions. Make the condition even stronger to use it only on Apple GCC 3.3.
-
George Zagaris authored
-
15215445 Bug #4687 Support ensight gold files larger than 2GB on 64bit machines.
-
George Zagaris authored
-
47dc7dcd Apply patch to libxml2 to support using newer zlib versions.
-
David Partyka authored
-
Kitware Robot authored
-
- 10 Mar, 2011 15 commits
-
-
George Zagaris authored
Added a gaussian pulse solution over the grids as a sample solution for the given grid system. Change-Id: I6b2268e2c8e817e8c5e47a7eed0651214bca86cc
-
George Zagaris authored
Merge branch 'AMR-Refactoring' of git://gitorious.org/~gxzaga/kitware/gxzagas-vtk into AMR-Refactoring
-
George Zagaris authored
Called Delete() after SetCellVisibility() is called on the given grid instance.
-
George Zagaris authored
Called Delete() on the vtkMPIController after Finalize() and inserted other Delete() as approriate so that there are no memory leaks.
-
George Zagaris authored
-
George Zagaris authored
Fixed construction of sample problem, s.t., high resolution cells covers the entire low resolution cells, i.e., no partial overlap. Furthermore, vtkXMLHierarchicalBoxWriter is used to write the data-set.
-
George Zagaris authored
Removed usage of vtkAssertUtils, used for ensuring precondition and postconsitions, to assert calls.
-
George Zagaris authored
Fixed method for constructing the AMR boxes s.t. each dimension, d \in {1,2,3} is treated separately.
-
Robert Maynard authored
-
Brad King authored
-
George Zagaris authored
Added barrier synchronization after each subtest and resolved misc. issues with using the vtkXMLHierarchicalBoxWriter.
-
George Zagaris authored
SetDataSet was asserting that the input uniform grid is not NULL. However, this could be the case when the data is distributed.
-
George Zagaris authored
Fixed issue wherein the vtkAMRBox (metadata) was inserted at a wrong index, (idx+1), instead of idx.
-
George Zagaris authored
-
Kitware Robot authored
-
- 09 Mar, 2011 13 commits
-
-
George Zagaris authored
Revert method SetDataSet method to the older & stable version.
-
George Zagaris authored
Fixed issue wherein the dimensionality of the box was defaulting to 3. Now, the corresponding grid dimensionality is set correctly. The test(s) were updated to reflect this change.
-
George Zagaris authored
Resolve compiler warnings due to comparisons of unsigned int & int
-
George Zagaris authored
-
e174787d COMP: fixed yet more clang warnings, minor stuff
-
Sean McBride authored
Change-Id: Ica6dedd147152533b7cc8b5f6f9b598ba86f3aee
-
George Zagaris authored
Added function that generates all necessary AMR metadata & associated test.
-
George Zagaris authored
Added method to compute the global bounds of a serial or distributed AMR data-set to the vtkAMRUtilities class & associated test case.
-
George Zagaris authored
Fixed print outs s.t. the name of the box is printed prior to the box calling Print(std::cerr).
-
George Zagaris authored
Fixed issue wherein the bytesize was not set to the actual bytesize of the buffer that consists the serialized AMR box instance.
-
4d2aa98f COMP: Remove unused variable in vtkPicker.cxx
-
George Zagaris authored
Uncomment sanity checks in coarser/refine routines.
-
David Gobbi authored
-