- Feb 17, 2014
-
-
Bill Lorensen authored
Provide 100 % coverage in a unit test for vtkParametricSpline. This illustrates it can take considerable effort to provide 100% coverage. Change-Id: I31e9a7bc4b6e31cb23209630520d01980d0a09c9
-
- Feb 14, 2014
-
-
Sebastien Jourdain authored
a00f98f4 Add catalyst web composite widget
-
Sebastien Jourdain authored
Change-Id: Icfac0ba498863a3477b2522a12ef8c2f96bfff41
-
Andrew Bauer authored
91b3b3ec Passing missing parallel writer options to piece writers. cd5c9af0 Composite data writers weren't passing down the HeaderType info.
-
Andrew Bauer authored
48f2dc0c Fixing overflow issue that appeared with GCC compilers.
-
- Feb 13, 2014
-
-
Utkarsh Ayachit authored
d616545b Fixed mismatches cell arrays in vtkPStreamTracer.
-
Dan Lipsa authored
If the number of points, cells or blocks change from one time step to the next, report an error. We modified the writer to suport temporal files with changing topology, however the reader does not yet supports it. Change-Id: Icf7528cf3507094658dbfa8076c670f396aa6989
-
Bill Lorensen authored
af251066 COMP: Remove QtInitialization from otherPrint test
- Feb 12, 2014
-
-
Marcus D. Hanwell authored
e768cfb1 Make consistent with vtkBiQuadraticQuad 0b0b7b9e Added a test for biquadratic quad interpolation 588fc24f Fixed the BiQuadraticQuad interpolator
-
Bill Lorensen authored
9200beb3 ENH: Remove ThirdParty code from coverage results
-
Andrew Bauer authored
Thanks to Michael Stephens for the report and fix. Change-Id: Ibe68819a81b011d3e3b0d8fefc2bc122834e8602
-
Sebastien Jourdain authored
8c7aca78 Attempt to handle some system raise condition
-
Sebastien Jourdain authored
Change-Id: Iba00d02b64f9f04f587b9d80f4aba7c89ab1c566
-
Bill Lorensen authored
Change-Id: I6c1229bca9d161f7e83a715855ff0f296db9c0a2
-
Bill Lorensen authored
otherPrint.tcl fails for QtInitialization on gcc 4.8.2. Change-Id: Iaa221b41f879d9b58f490d0d5ee0d74feca94ad8
-
- Feb 11, 2014
-
-
Sebastien Jourdain authored
59b5c516 Add new set of catalyst web widgets
-
Sebastien Jourdain authored
This commit add a meta-widget at the analysis level to trigger creation of dynamic views along with a query/search widget. Change-Id: I43cee04a3e98010a9270648236ce3d9e128d9ef9
-
Dave DeMarle authored
bfed0a05 ENH: Script to generate API differences between two git revisions
-
Utkarsh Ayachit authored
vtkPStreamTracer was not consistently generating cell arrays on all ranks. The ReasonForTermination array was missing on occasion. This was causing segfaults when rendering translucent streamlines in ParaView since several pipelines assume that data arrays match across all processes. This fixes that issue. We were missing adding of the ReasonForTermination for the exception case where the integration resulted in a single point streamline. Change-Id: I6071020947b05bdca30dbeb1cfb8df28776b568f
-
- Feb 10, 2014
-
-
Berk Geveci authored
37dc617d Added EnSight tests to increase coverage.
-
Berk Geveci authored
6066b788 Fixed minor bug in the ensight gold reader.
-
- Feb 08, 2014
-
-
Berk Geveci authored
Also added associated data. Change-Id: I29de59dabf130855aff68c73ff50bf6f35048b56
-
Berk Geveci authored
Was not skipping bar3 elements properly. Also removed warnings that were no longer necessary. This reader now supports higher order elements. Change-Id: I9f89100d2a67fb704cdc59900d2fce16e7349c0f
-
Andrew Bauer authored
The piece writers should have the same options as was specified for the parallel writers. SetDebug was also added though it doesn't affect the file output to behave the same as the vtkXMLMultiBlockDataWriter. Change-Id: Icaafd4b5f9811a6b9058eeb4e1c0e2e8fc4a5e38
-
- Feb 07, 2014
-
-
Marcus D. Hanwell authored
47bcdf2f Removed a few remaining Cg related files
-
Sebastien Jourdain authored
3e71420c Remove usage of the keyword with to allow old python
-
Berk Geveci authored
ad3b1a24 Added caching to temporal interpolator.
-
Tristan Coulange authored
3c7c0824 Add support for original ids for generic dataset
-
Tristan Coulange authored
0679bf40 BUG: fix some xdmf writer crashes
-
- Feb 06, 2014
-
-
Sebastien Jourdain authored
Change-Id: I9661715be9fee31060c1959d4044c953d3d88185
-
Berk Geveci authored
The temporal interpolator did not cache its input, causing it to request the input repeatedly when streaming over time. Fixed. Change-Id: Iacb8219f8ec95bc04f69ab301eb4ccb606a6873e
-
Berk Geveci authored
d67d5dbc Removed verts from streaklines - lines are enough.
-
Utkarsh Ayachit authored
4c3786b0 Add a delay between process launches.
-
Sankhesh Jhaveri authored
d90b36a8 ENH: Added test for vtkImageCroppingRegionsWidget to improve coverage
-
Berk Geveci authored
9c95cee8 Removed unnecessary recursion in pipeline streaming.
-
Berk Geveci authored
dca4464c Filter was modifying self in request. Fixed.
-
Utkarsh Ayachit authored
It so happens that the client process was launched before the server causing deadlocks in some cases. Fixed that by adding a small delay. In reality, we may need to logic to vtkTestDriver to make it more featured and parse outputs from processes to handle this correctly. We can do that in next stage. Change-Id: Ief6989c50e816bc8b6b7f8a780fd31b578079f4c
-
Dave DeMarle authored
e5f79532 Fixed minor typo in documentation.
-
Utkarsh Ayachit authored
ccb8acf6 Added test for vtkTableBasedClipDataSet.
-