- 08 Feb, 2011 5 commits
-
-
George Zagaris authored
Added static method to determine if two boxes collide and additional accessors in the API.
-
George Zagaris authored
Adding a filter to compute the inter-connectivity of AMR blocks
-
George Zagaris authored
Changed the vtkAMRInterBlockConnnectivity data-structure to use vtkAMRLink as primary storage of each AMR link.
-
George Zagaris authored
A simple, light weight object to store AMR inter-block link information.
-
George Zagaris authored
Added a vtkSetNGet macro which combines the functionality of the vtkGetMacro and vtkSetMacro in a single macro. In addition, it alleviates the requirement to inherit from vtkObject in order to use this macro
-
- 07 Feb, 2011 7 commits
-
-
George Zagaris authored
A data-structure to store the computed inter-block connectivity information.
-
George Zagaris authored
-
f8acfb51 Commit updated MPAS reader from LANL.
-
Dave DeMarle authored
Thanks cahrens for the new version. Change-Id: I0d2509bece48e6a1588b51139390e75086fcb148
-
George Zagaris authored
-
George Zagaris authored
-
Kitware Robot authored
-
- 06 Feb, 2011 1 commit
-
-
Kitware Robot authored
-
- 05 Feb, 2011 1 commit
-
-
Kitware Robot authored
-
- 04 Feb, 2011 5 commits
-
-
George Zagaris authored
Changed vtkHierarchicalBoxDataSet for handling of distributed data e.g., added more rank,blockId and level in the vtkInformation metdata. Modified GenerateVisibility algorithm s.t. it works with the metadata.
-
George Zagaris authored
Add Get/Set for the RealExtent attributes and made the HasPoint check faster.
-
George Zagaris authored
Added convenience method for checking if two numbers are not equal
-
George Zagaris authored
Changed loop that wrote the points s.t. it will run fastest along i, then j and then k.
-
Kitware Robot authored
-
- 03 Feb, 2011 12 commits
-
-
George Zagaris authored
Added more functionality for handling & performing queries on ghost nodes. Minor bugfixes in calculating the correct node & cell extents.
-
George Zagaris authored
Added #include <cassert> for the definition of assert()
-
c872bb79 Fixing bug where threshold selections were double-negated
-
Jeff Baumes authored
Change-Id: I7a7b7c68b514ed000f7c2df4fee3230f85b68c84
-
07f12d14 Added a rowLimit parameter to vtkTable::Dump()
-
William McLendon authored
-
939a48e3 COMP: fixed compiler warning by adding cast
-
Sean McBride authored
Change-Id: I15c3a7c4a03a9aa7146d7064bc3d7936e4709d4f
-
7d1ceaf7 BUG: replace vtkSleep with SystemTools::Delay
-
b02a8044 ENH: Part 3 of the multi-threading and optimization of space leaping
-
Karthik Krishnan authored
This adds customized functions for traverising the input scalars in one pass to compute the min-max-gradient_max space leaping structure. Caching of the output to ensure that the entire output is not regenerated based on flags is also added. It was missing earlier. Please see the earlier two feature commits : MultiThread-SpaceLeaping-VolumeReadering-Feature*
-
Kitware Robot authored
-
- 02 Feb, 2011 5 commits
-
-
George Zagaris authored
Call vtkAMRBox::GetBytesize( ) to query the expected number of bytes in the serialized buffer instead of hard-coding the expected size which changes as the vtkAMRBox is evolving.
-
George Zagaris authored
Added processId,blockId & blockLevel metadata to the vtkAMRBox, a new corresponding constructor as well as, corresponding setters & getters. The Serialize/Deserialize routines were also changed to reflect this update. Further, a method to generate ghost cells is added.
-
a4a2b455 Fixed bug in the error reporting code. It caused a segfault.
-
Berk Geveci authored
GetCurrentOutput() cannot be used from with RequestInformation(). It is only set in RequestData(). Changed to use meta-data ( WHOLE_EXTENT) instead.
-
Kitware Robot authored
-
- 01 Feb, 2011 1 commit
-
-
Kitware Robot authored
-
- 31 Jan, 2011 3 commits
-
-
a04678e9 Fix typo in pvtkpython link interface call.
-
David Partyka authored
-
4cc52cd6 Removed the weird comments from the EnSight readers.
-