vtk-m/vtkm/filter/vector_analysis
Kenneth Moreland d5ba7f4d59 Change VectorMagnitude to work with any type of field
Previously, `VectorMagnitude` only worked with `Vec`s of size 2, 3, or
4. It now works with `Vec`s of any size. It also avoids a memory copy of
non-float types (although it does add a little arithmetic in the
computation).
2023-02-06 15:00:52 -07:00
..
testing Add tests for divergence, vorticity, and q criterion 2022-03-18 12:58:57 -06:00
worklet Removed ExecutionWholeArray class 2022-10-27 15:07:41 -06:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
CrossProduct.cxx tidy-up language usage 2022-02-02 12:44:00 -07:00
CrossProduct.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
DotProduct.cxx renamve vector_calculus -> vector_analysis 2022-01-31 08:58:38 -07:00
DotProduct.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
Gradient.cxx Change all usage of IsField* to Is*Field. 2022-08-29 14:42:02 -04:00
Gradient.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
SurfaceNormals.cxx explicitly use CoordinateSystem as input field 2022-01-31 09:52:25 -07:00
SurfaceNormals.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
VectorMagnitude.cxx Change VectorMagnitude to work with any type of field 2023-02-06 15:00:52 -07:00
VectorMagnitude.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00