Commits (31)
-
Francois Mazen authoreda45d1669
-
Francois Mazen authored3481bc6f
-
Francois Mazen authored6c713abe
-
Francois Mazen authored11132005
-
Francois Mazen authoredd265c75c
-
Francois Mazen authoredd95aeb46
-
Francois Mazen authored4cd51559
-
Francois Mazen authored9432ef22
-
Corey Wetterer-Nelson authored
This upgrade parses the variable names from an AMReX header file and sorts out vector variables based on a configurable prefix (default: amrexvec). Vector components read in are copied into a VTKSOADataArrayTemplate.
82f25ed1 -
Ben Boeckel authored
It's the only place it fails and there it is with a timeout.
97b61db5 -
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 2c4a83304e08c3e5e17d400315d6f1253f1f7bbc (master). Upstream Shortlog ----------------- Laurent Malka (1): 6ccbfc12 SystemTools: Add a Join function ulatekh (1): 4ef5b106 SystemTools: Ensure Windows Vista APIs are available before using them
506f436d -
Mathieu Westphal authored
# By KWSys Upstream * upstream-KWSys: KWSys 2021-09-15 (2c4a8330)
e4381f80 -
Francois Mazen authored957c5c08
-
Ben Boeckel authored
Instead of having SMP selections affect every consumer of `VTK::CommonCore` need recompilation due to the changed `-D` flags, put them into a header to narrow the effects to code which actually needs to know about SMP selection changes.
ea14e952 -
97b61db5 ci: exclude TestTemporalInterpolator on stdthread builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !8425
440f2e6b -
Yohann Bearzi authored
`vtkGhostCellsGenerator` was not iterating over input data set correctly when instantiating output data sets if the input was a `vtkMultiBlockDataSet` with more than one depth of data sets.
f2d233c9 -
f2d233c9 Ghost cells generator: multiblock input bug fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8429
18c39863 -
Yohann Bearzi authored
In the unstructured data subroutine, a `vtkStaticPointLocator` was used to match interfacing points with points sent by neighbors. In the instance of unstructured grids with a lot of discrepencies in point density over the data set, this point locator could become extremely slow. This is because the static point locator uses cubic buckets and brute-force search inside the bucket in which the query point is. In the instance of querying in a bucket with high resolution data, the search is very slow. To speed up the filter for this case scenario, `vtkStaticPointLocator` is replaced by `vtkKdTreePointLocator`. Addresses paraview/paraview#20926
bbc4ef1d -
ea14e952 vtkSMP: move preprocessor definitions into a header Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !8430
542307bf -
Kitware Robot authoredb1c1e138
-
Francois Mazen authored7305636f
-
e4381f80 Merge branch 'upstream-KWSys' into update_kwsys_2021_09_20 506f436d KWSys 2021-09-15 (2c4a8330) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Laurent Malka <laurent.malka@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !8426
679295f1 -
bbc4ef1d Ghost cells generator: kdtree point locator Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8431
c152a926 -
7305636f Improve documentation and fix wrong header comment. 957c5c08 Fix const issue with Windows build. 9432ef22 Add tests for Temporal Path Line Filter. 4cd51559 Change int properties to boolean and simplify code. d95aeb46 Add release documentation. d265c75c Removing initialization in header to avoid add useless dependent headers. 11132005 Move member initialization in header file. 6c713abe Update accessor description. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Merge-request: !8406
ecef060b -
Ben Boeckel authored
This makes the formatting for the file behave more regularly.
26c5b92b -
26c5b92b vtkVRHardwarePicker: add missing semicolon Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Paul Lafoix <paul.lafoix@kitware.com> Merge-request: !8432
af2cd258 -
Spiros Tsalikis authoredb440769c
-
Spiros Tsalikis authored935cb197
-
82f25ed1 add vector variables to AMReXGridReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8405
ba8538b6 -
Kitware Robot authored0798ec2a
-
935cb197 Add changelog b440769c vtkParallelVectors: Interpolate input's field variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !8433
b0f350b9