- Oct 18, 2023
-
-
Vicente Bolea authored
The major changes to VTK-m from 2.0.0 can be found in: docs/changelog/2.1/release-notes.md
-
Vicente Bolea authored
-
Vicente Bolea authored
-
- Sep 11, 2023
-
-
2aa04d7c ci: fix ctest_memcheck args 2d47ba22 cmake: Add makefile against install test 1b0ea8af cmake: update vtkm.pc and vtkm_config.mk file Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3134
-
Vicente Bolea authored
(cherry picked from commit 1cd6be01)
-
Vicente Bolea authored
(cherry picked from commit 5612d268)
-
Vicente Bolea authored
(cherry picked from commit 0eb9b68c)
-
- Sep 07, 2023
-
-
bda2d3d8 Clip: remap centroid interpolation points to used-only point Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Abhishek Yenpure <abhi.yenpure@kitware.com> Merge-request: !3133
-
- Sep 04, 2023
-
-
Sujin Philip authored
Previously, Clip was updated to remove unused points from the input. This requires a re-mapping of point ids after compaction. This re-mapping was missed for the points used for interpolation of centorid points.
-
- Aug 31, 2023
-
-
8a988702 Add regression test for flying edges interpolating cell fields 4f19ac60 Fix interpolation of cell fields with flying edges Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3129
-
6e674dde Fix degenerate polygon removal Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3126
-
- Aug 30, 2023
-
-
Kenneth Moreland authored
-
Kenneth Moreland authored
The flying edges algorithm (used when contouring uniform structured cell sets) was not interpolating cell fields correctly. There was an indexing issue where a shortcut in the stepping was not incrementing the cell index.
-
- Aug 29, 2023
-
-
-
f4aa4de0 pkgconfig: fix include flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3127
-
f4aa4de0 pkgconfig: fix include flags Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3127
-
Vicente Bolea authored
-
- Aug 24, 2023
-
-
Kenneth Moreland authored
There was a bug in `CleanGrid` when removing degenerate polygons where it would not detect if the first and last point were the same. This has been fixed. There was also an error with function overloading that was causing 0D and 3D cells to enter the wrong computation for degenerate cells. This has also been fixed. Fixes #796
-
e734f14b LookupTable: Shift computed idx by 1 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Vicente Bolea <vicente.bolea@kitware.com> Merge-request: !3125
-
- Aug 23, 2023
-
-
Sujin Philip authored
The below range value is at index 0 and the actual table begins fron index 1.
-
- Aug 22, 2023
-
-
Vicente Bolea authored
The major changes to VTK-m from (previous release) can be found in: docs/changelog/2.1/release-notes.md
-
Vicente Bolea authored
-
- Aug 18, 2023
-
-
Vicente Bolea authored
-
Vicente Bolea authored
* origin/master: (259 commits) Adding documentation for flow filter restructure Changes to address feedback from MR Correct export in class declaration Support any cell type in MIR filter Fixing linking issues for flow Analysis class Removing unnecessary file Fixing linking issues for flow Analysis class Fixing linking issues for flow Analysis class Adding test dependency of filter_flow on tests Separating Analysis into header and source Moving base class flow filters into CXX Fixing streamline output for no step Removing particle property num punctures Removing XGC Filter Fixing WarpXStreamlines compile problems Fixing issues after rebasing Removing cout from device code Changing solver type for WarpX to Euler Adding specialization for Particle/Field for XGC ci: disable UnitTestWorkletParticleAdvection in hip build ...
-
- Aug 17, 2023
-
-
67b7543a Adding documentation for flow filter restructure dbc873ef Changes to address feedback from MR 67716402 Correct export in class declaration 6d1d4f90 Fixing linking issues for flow Analysis class adcb4245 Removing unnecessary file 78ca3f30 Fixing linking issues for flow Analysis class 0e1ade83 Fixing linking issues for flow Analysis class 12a3bc94 Adding test dependency of filter_flow on tests ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3087
-
Abhishek Yenpure authored
-
8bb664de Support any cell type in MIR filter Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Abhishek Yenpure <abhi.yenpure@kitware.com> Merge-request: !3121
-
Abhishek Yenpure authored
-- Removing `.inl` files -- Removing large comment code blocks
-
- Update Analysis.h to have consistent export symbols - Update Analysis.h -- try to fix MSVC linking errors - Fixup exports
-
Kenneth Moreland authored
Previously, the MIR filter ran a check the dimensionality of the cells in its input data set to make sure they conformed to the algorithm. The only real reason this was necessary is because the `MeshQuality` filter can only check the size of either area or volume, and it has to know which one to check. However, the `CellMeasures` filter can compute the sizes of all types of cells simultaneously (as well as more cell types). By using this filter, the MIR filter can skip the cell type checks and support more mesh types.
-
- Aug 16, 2023
-
-
Abhishek Yenpure authored
-
Abhishek Yenpure authored
-
Abhishek Yenpure authored
-
Abhishek Yenpure authored
-
Abhishek Yenpure authored
-
Abhishek Yenpure authored
-
Abhishek Yenpure authored
-
Abhishek Yenpure authored
-
-
-