- 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.
-
- 09 Jul, 2008 1 commit
-
-
Berk Geveci authored
-
- 04 Jul, 2008 1 commit
-
-
John Biddiscombe authored
-
- 26 Jun, 2008 1 commit
-
-
Francois Bertel authored
-
- 17 Jun, 2008 1 commit
-
-
Jerry Clarke authored
Mike Jackson Senior Research Engineer Innovative Management & Technology Services
-
- 04 Jun, 2008 2 commits
-
-
Brad King authored
This commit was manufactured during conversion from CVS to merge the end of the ParaView 3.2 release branch.
-
Berk Geveci authored
-
- 02 Jun, 2008 1 commit
-
-
Utkarsh Ayachit authored
wrappings are generated. However, note that installing paraview will not install vtkpython execultable. Also all the python extension modules will be installed at the same location as the libraries and not use the python disutils as it does when one installs from VTK directly.
-
- 23 May, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
- 19 May, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
If re-parse is required, delete Internals beforehand.
-
- 16 May, 2008 1 commit
-
-
Jerry Clarke authored
-
- 15 May, 2008 1 commit
-
-
Jerry Clarke authored
-
- 09 May, 2008 1 commit
-
-
Jerry Clarke authored
-
- 08 May, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
- 06 May, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
- 02 May, 2008 2 commits
-
-
Jerry Clarke authored
-
Jerry Clarke authored
-
- 22 Apr, 2008 1 commit
-
-
John Biddiscombe authored
-
- 18 Apr, 2008 1 commit
-
-
Dave Demarle authored
-
- 16 Apr, 2008 1 commit
-
-
John Biddiscombe authored
ENH:Added a SetTimeValue method, for supporting multiple time steps in the same xdmf file. Added lag AppendGridsToDomain, to allow multiple grids into one file. Added a flag InputsArePieces, this allows blocks(pieces) to be added one by one and then all written as one large dataset. Added FullGridSize method to support piece writing. Various other small bug tweaks addressed with extents and hdf5 read/write issues
-
- 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
-
- 08 Apr, 2008 1 commit
-
-
Berk Geveci authored
-
- 07 Apr, 2008 2 commits
-
-
Berk Geveci authored
-
John Biddiscombe authored
BUG: If we have compiled with Parallel IO and MPI, but are actually runnin a serial only process, the Parallel file access needs to be disabled. Add a check in the XdmfHDF constructor to set UseSerialFile if either MPI is not initialized, or nprocs<=1
-