- Sep 27, 2024
-
-
Ben Boeckel authored
Clang (rightly) detects that the `PyCFunction` cast is between invalid function pointer types. Ignore the warning in-code because we know it is fine due to the `METH_KEYWORDS` flag for the method.
-
- Sep 26, 2024
-
-
Ben Boeckel authored
Found with Xcode 15.4 as a warning.
-
Kitware Robot authored
-
- Sep 25, 2024
-
-
-
798b445279a include algorithm needed for std::lower_bound with clang Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11516
-
798b4452 include algorithm needed for std::lower_bound with clang Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11516
-
d204cfba Relaxed overly tight floating-point comparison Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !11086
-
1e1f4cff Fixed various cppcheck 2.14 warnings 2165bf48 Updated cppcheck suppressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !11088
-
Charles Gueunet authored
-
83603a46 java: explicitly unset job deps for build jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11499
-
-
a909b3af vtkDataAssemblyUtilities: Use vector based dataset indices insertion 45a5aa15 vtkAMRDataInternals: Improve performance when adding datasets Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11511
-
a909b3af vtkDataAssemblyUtilities: Use vector based dataset indices insertion 45a5aa15 vtkAMRDataInternals: Improve performance when adding datasets Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11511
-
Kitware Robot authored
-
- Sep 24, 2024
-
-
75b37845 Re-enable some cell-grid tests. 61759a78 Add wheel exclusion for new macos x86_64 image tests. 7765e7ac Significant new vtkCellGrid functionality. 334d49c9 Exclude FiltersCellGridCxx-TestCellGridEvaluator. c2e38c61 Add to the release notes. fe815fb7 Add a "golden ball" source. af303ddd Add an option to cell-grid copy-query. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11452
-
7874964e Enable multiple canvases in single wasm module Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11512
-
605de6e4 Fix corrupt output for 32Bit cell array input Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !11508
-
b28170d4 catalyst: forward `CATALYST_WITH_EXTERNAL_CONDUIT` property Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11480
-
-
8643fe81 Do not set window title for wasm render windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11509
-
Jaswant Panchumarti (Kitware) authored
- this commit renames CanvasId to CanvasSelector and forwards it to emscripten calls. - made it so users can invoke `ProcessEvents` on the wasm interactor directly without calling `Start`. This is needed because the only way for users to process events on multiple wasm interactors is to call `emscripten_set_main_loop` with a lambda that invokes `ProcessEvents` on all interactors. - removed the `canvas` key in the wasm module from examples and unit test html files. - clean up wasm examples because the Module.canvas property is not required. - simplify cmake setup in wasm examples
-
Sean McBride authored
The warnings were of the following types: constParameterPointer constVariablePointer knownConditionTrueFalse nullPointerRedundantCheck redundantAssignment unreadVariable
-
Sean McBride authored
The / was preventing libtoken warnings from being suppressed, for some unknown reason.
-
Kitware Robot authored
-
- Sep 23, 2024
-
-
65470923 Add 'encoding' to vtkPythonInterpreter IO streams Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11494
-
Spiros Tsalikis authored
This avoids incremental checks against all existing indices, and instead checks are batched per amr level.
-
Spiros Tsalikis authored
Better complexity reduces the number of internal swaps needed.
-
David Thompson authored
-
David Thompson authored
Also, add an issue number for the TestCellGridRange exclusion.
-
David Thompson authored
+ Add vtkCellGridCellCenters filter to compute cell centers as vertex cells. + Add vtkCellGridCellSource algorithm to create a single cell of the specified type. + Add an example application "CellGridSource" that demonstrates how cell-grid data is structured in memory and allows people to edit coefficients to explore function spaces. + Provide CPU interpolation that uses the same basis functions as GPU interpolation. + Add a legacy VTK reader+writer for vtkCellGrid so that ParaView client-server rendering works for small data (which must be transferred to the client). + Replace Intrepid basis functions with Intrepid2 basis functions. + Add a vtkCellGridToUnstructuredGrid filter; the output will always have linear geometry even if the source uses quadratic or higher order interpolation. + Add an HDIV attribute to the `dgHexahedra.dg` sample data. + Make the vtkPassSelectedArrays filter accept and process vtkCellGrid instances. + Add vtkCellGridTransform filter to apply a (linear) transform to a cell-grid's shape attribute. + Add vtkCellGridWarp filter to add an HGRAD cell-attribute to a cell-grid's shape attribute. + Add `vtkCellGridAlgorithm::GetInputCellAttributeToProcess()` to mirror `vtkAlgorithm::GetInputAbstractArrayToProcess()` (but for cell-grids); and `vtkCellGridAlgorithm::SetInputAttributeToProcess()` to mirror `vtkAlgorithm::SetInputArrayToProcess()`. Note that cell-attributes may currently only be referenced by name. Eventually, we should allow them to be referenced not by "type" (i.e., field association) but by vtkCellAttribute::GetSpace(). + Add attribute range information to cell-grid reader/writer. + When copying cell-grid instances, copy cached cell-grid range information in some cases. + Support range computation for HDIV and HCURL function spaces. + Add a vtkIOSSCellGridReader class that reads exodus files that end with a `.exdg` suffix as cell-grids instead of unstructured-grids. This also ports Spiros's performance changes to the new reader: changes from 9e3af159 through c0eca941 are included. Nodsets are not supported yet. + Add an option to the vtkCellGridReader/Writer classes to load/save JSON as binary message-pack data instead of plain-text.
-
David Thompson authored
-
David Thompson authored
-
David Thompson authored
This source algorithm uses a Fibonacci spiral (generated using the "Golden Angle" of π*(sqrt(5) - 1)) which is then projected out of the plane onto a sphere and Delaunay-tetrahedralized into a ball. It includes a normal vector field by default which is zero-length at the center of the ball.
-
David Thompson authored
This way, cells can be skipped while cell-attributes are copied.
-
Jaswant Panchumarti (Kitware) authored
- typically, wasm rendering applications already set the title in JS or the HTML document. - Previously, VTK used to override the user setting. This commit prevents that overriding behavior.
-
da2273e5 vtkEnSightGoldCombinedReader: fix integration direction in test Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11504
-
This allows ParaView (and other projects) to use `VTK::catalyst` as `CATALYST_TARGET` when creating a Catalyst implementation. (cherry picked from commit 2a0fcba7)
-
1354fb24 Fix STL Reader merging doc Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Thomas Galland <thomas.galland@kitware.com> Merge-request: !11492
-
fb499d41 Fix std::max issue in vtkStructuredData.h Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !11489
-
Kitware Robot authored
-