- Feb 12, 2014
-
-
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
-
- 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
-
- 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
-
- 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.
-
Berk Geveci authored
Change-Id: I5be08f01e36842a8db3623ac1f2142dafc23fcdd
-
Berk Geveci authored
0110b9d1 Fixed minor typo - case sensitivity issue. 2b1a0e32 Cleaned up the Exodus metadata.
-
Berk Geveci authored
Change-Id: I4eb8017bd202c9952704f09ec9c94ad42d6e04ee
-
Berk Geveci authored
Filters are not allowed to call functions that call their MTime to update during any request passes. vtkParticleTracerBase was calling a Set method that did that. Fixed. Change-Id: I2381c8400eff3d6a081df796ca5726fc89d75a96
-
Berk Geveci authored
When filters set CONTINUE_EXECUTING, the pipeline used recursion to continue executing. I don't think that this was the original intent. Fixed it with a 1 line change. Change-Id: I98da463e3bde81fa10cde95a82827de357ff3f07
-
Berk Geveci authored
Change-Id: I141f107218cf5d851b1c4cd559a2786cbb554882
-
Tristan Coulange authored
Original point and cell ids were not computed for generic dataset because the arrays were not initialized. Change-Id: I16245f0d766ae11345a784335629c69095821898
-
Joachim Pouderoux authored
d4fc9b3e BUG: Add a missing include for VS 2013
-
Tristan Coulange authored
Change-Id: I4f384d4860e6d333c4027e8b8617f7923ab7141e
-
- Feb 05, 2014
-
-
Berk Geveci authored
Change-Id: I4b481b2882a781fa4707805798baedee90961732
-
Berk Geveci authored
Removed a number of unused functions in Exodus metadata to improve coverage. Change-Id: I943d33799e9cbf45ad8a2e60826afde090b05308
-
Berk Geveci authored
7d7fcfa4 Remove test dependency to data when not needed
-
Sebastien Jourdain authored
Change-Id: I1d624dbd1e46cc23383918db247a657064ba6827
-
Tristan Coulange authored
- Sets the number of output ports to 0, which avoid an error message in Paraview because the writer is used in a pipeline. - Manages a potential null pointer, avoiding a crash which occurs when the user unchecks some blocks in Paraview for instance. Change-Id: I09c69bc6ac715bcb4297df4e2a012514a7817c57
-
- Feb 04, 2014
-
-
Marcus D. Hanwell authored
They were not being used anywhere, cleaning them up. Change-Id: I4ce1f11f92e0259fb69648d7a0e58dd26f4cb28f
-