- 10 Nov, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
- 16 Sep, 2008 1 commit
-
-
Jerry Clarke authored
-
- 04 Sep, 2008 1 commit
-
-
Dave Demarle authored
BUG: Properly partition structured data in parallel. Every node was reading every thing because the update piece and extent keys were not being used to determine what to build. Also, image data dimensions should be global dimensions and extent should be the sub extent produced.
-
- 27 Aug, 2008 1 commit
-
-
Utkarsh Ayachit authored
-
- 26 Aug, 2008 1 commit
-
-
John Biddiscombe authored
-
- 21 Aug, 2008 1 commit
-
-
Jerry Clarke authored
-
- 20 Aug, 2008 1 commit
-
-
John Biddiscombe authored
BUG:Information was being copied incorrectly by/from sub grids relative to the actual output information. This fixes it.
-
- 19 Aug, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
- 18 Aug, 2008 1 commit
-
-
Jerry Clarke authored
-
- 06 Aug, 2008 1 commit
-
-
Jerry Clarke authored
-
- 05 Aug, 2008 1 commit
-
-
Jerry Clarke authored
Change the way time is collected and used.
-
- 19 May, 2008 1 commit
-
-
Jerry Clarke authored
If re-parse is required, delete Internals beforehand.
-
- 06 May, 2008 1 commit
-
-
Jerry Clarke authored
-
- 22 Apr, 2008 1 commit
-
-
John Biddiscombe authored
-
- 18 Apr, 2008 1 commit
-
-
Dave Demarle authored
-
- 14 Apr, 2008 1 commit
-
-
Dave Demarle authored
-
- 10 Apr, 2008 2 commits
-
-
John Biddiscombe authored
BUG: Removing the origin setting was making the individual blocks appear in the wrong place and causing the image tests using multi-block to fail. Might have a problem with parallel load, but this will fix tests for now.
-
John Biddiscombe authored
BUG:vtksys::ConvertToOutputPath was adding quotation marks around file paths that have spaces. This broke some tests for xdmf Iron in pv3. Still need to fix a couple more tests.
-
- 09 Apr, 2008 2 commits
-
-
John Biddiscombe authored
BUG: When merging changes prior to committing, I missed one origin setting fix. Removed a stray origin set to get parallel pieces appearing right
-
John Biddiscombe authored
ENH: Add Time support to Reader. We check for CollectionType attribute on the main top level grid, and if it is temporal, we collect the list of time values from each sub grid. This is exported. When Time values are requested we output the correct sub grid. Lots of internal changes to tidy up the code and handle information. BUG: Several bug fixes for reading in parallel. Extents were not always correct. Seem to be ok for image data now
-
- 25 Feb, 2008 2 commits
-
-
David Cole authored
COMP: Trigger a rebuild of this file on morva (comment only change) -- it did not rebuild automatically (visual studio) after a new -D option was added to the CMakeLists.txt file.
-
Jerry Clarke authored
-
- 22 Feb, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
- 21 Feb, 2008 1 commit
-
-
Dave Demarle authored
-
- 15 Feb, 2008 1 commit
-
-
Utkarsh Ayachit authored
redesign can be found at http://www.vtk.org/Wiki/VTK/Composite_Data_Redesign.
-
- 21 Dec, 2007 2 commits
-
-
Dave Demarle authored
-
Dave Demarle authored
ENH: Change XDMF reader to produce full trees, multiblocks within multiblocks, when given a domain with nonuniformgrids inside nonuniformgrids, and to produce atomic data sets, vtkDataSets, when given a domain with a single uniformgrid.
-
- 31 Aug, 2007 1 commit
-
-
Dave Demarle authored
-
- 30 Aug, 2007 3 commits
-
-
Dave Demarle authored
-
Dave Demarle authored
-
Dave Demarle authored
BUG: More work on xdmf reader. Each enabled grid has to get its own information object. Now that this is fixed I am enabling the four remaining legacy tests. Not sure why image data multiblock colors the outlines with block id and others do not but I've changed the test to set it to solid color to make it pass.
-
- 29 Aug, 2007 1 commit
-
-
Dave Demarle authored
-
- 09 Aug, 2007 1 commit
-
-
Amy Squillacote authored
-
- 08 Aug, 2007 1 commit
-
-
Amy Squillacote authored
-
- 03 Aug, 2007 1 commit
-
-
Dave Demarle authored
BUG: Fix memory leak, delete Reader's DOM last, other things refer to the structs it owns, if it goes first their refs in destructors are invalid. STYLE: vtk indents and correct reader's description.
-
- 02 Aug, 2007 1 commit
-
-
Dave Demarle authored
BUG: Fix what appears to be an error regarding switch from old code that used levels as the group id, to the new code which uses level to determine the dataset within the group. In any case this change lets you load the other sample data sets in paraviewdata without crashing.
-
- 23 Jul, 2007 1 commit
-
-
Berk Geveci authored
-